/* 画像ボーダーなし、下揃え */
img{
	border : 0px;
	}
/* 文字の縦位置 */
.m{
	vertical-align : middle;
	}

	
/* リンク */
a:link { color: #1598D5; text-decoration : none;} 
a:visited { color: #1598D5; text-decoration : none;} 
a:hover { color: #E10000; text-decoration : underline;} 
a:active { color: #1598D5; text-decoration : none;} 
a:focus{ outline:none;}

.hover a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
	}

/* フロート類 */
.fl{
	float : left;
	margin-right : 20px;
	}
.fr{
	float : right;
	margin-left : 10px;
	}
	
.clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  min-height: 1px;
}

* html .clear{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* センター */
.ce{
	text-align : center;
	}
.rr{
	text-align : right;
	}
.ll{
	text-align : left;
	}
/* P　マージンなし */
p{
	margin : 0 auto;
	}
sup{
	vertical-align: baseline;
	position:relative;
	top:-2px
	}

.f10{
	font-size : 10px;
	line-height : 1.5em;
	}
.f12{
	font-size : 12px;
	}
.f14{
	font-size : 14px;
	}
.f16{
	font-size : 16px;
	}
.f18{
	font-size : 18px;
	}
.f20{
	font-size : 20px;
	}
.f24{
	font-size : 24px;
	}
.f40{
	font-size : 40px;
	}

.ind{
	text-indent : -1em;
	margin : 0 0 0 1em;
	}
.bold{
	font-weight : bold;
	}

/* 文字色 */
.red{
	color : #d0111a;
	}
.blue{
	color : #30cfec;
	}
.green{
	color : #587c7b;
	}

.mb10{
	margin-bottom : 10px;
	}
.mb20{
	margin-bottom : 20px;
	}
.mb30{
	margin-bottom : 30px;
	}
.mb40{
	margin-bottom : 40px;
	}
.mt10{
	margin-top : 10px;
	}
.mt20{
	margin-top : 20px;
	}
.mt30{
	margin-top : 30px;
	}
.mt40{
	margin-top : 40px;
	}

/* h */

h2 a:link { color: #2BB3E6; } 
h2 a:visited { color: #2BB3E6; } 
h2 a:hover { color: #E46100; text-decoration : underline;} 
h2 a:active { color: #2BB3E6; } 
h2,h3{
	font-size : 14px;
	font-weight : normal;
	margin : 0;
	padding : 0;
	}

form{
	margin : 0;
	}
textarea{
	font-size : 12px;
	}
input,select{
	margin : 0 0 10px 0;
	}
table{
	font-size : 12px;
	line-height : 1.8em;
	}
.nowrap{
	white-space : nowrap;
	}
.radius{
	border-radius : 3px;
	-webkit-border-radius : 3px;
	}

/* ボディ全体 */
body{
	border-top : solid 10px #30cfec;
	background : url('../img/common/bg.gif');
	margin : 0 auto;
	padding : 0;
	text-align : center;
	font-size : 14px;
	color : #000;
	line-height : 1.8em;
	min-width : 950px;
	font-family : "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka", "san-serif";
	}
body#about_mensaroma{
	border-top : solid 10px #30cfec;
	background : #f2f0f1;
	margin : 0 auto;
	padding : 0;
	text-align : center;
	font-size : 14px;
	color : #000;
	line-height : 1.8em;
	min-width : 950px;
	font-family : "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka", "san-serif";
	}

/* ヘッダ */
#head{
	background : #fff;
	margin : 0 auto;
	text-align : center;
	}
#head_content{
	margin : 0 auto;
	width : 950px;
	text-align : left;
	line-height : 1.5em;
	}
#head_l{
	float : left;
	display : inline;
	}
#head h1{
	margin : 5px 0 10px 0;
	padding : 0;
	font-size : 12px;
	font-weight : normal;
	}
#name{
	margin : 0 0 5px 0;
	}
#head h2{
	margin : 0 0 3px 0;
	padding : 0;
	font-size : 10px;
	font-weight : normal;
	}

#head_ce{
	float : left;
	display : inline;
	margin : 0 0 0 20px;
	}
#head_ce ul{
	margin : 90px 0 0 0;
	padding : 0;
	list-style : none;
	}
#head_ce ul li{
	float : left;
	display : inline;
	margin : 0 0 0 3px;
	}
	
#head_r{
	float : right;
	display : inline;
	text-align : right;
	}
#head_r ul{
	list-style-type : none;
	margin : 0 0 10px 0;
	padding : 0;
	}
#head_r li{
	float : right;
	display : inline;
	}
#head_r #call{
	margin : 0 15px 0 0;
	}


/* ナビゲーション */

#navi{
	margin : 5px auto 0;
	text-align : center;
	background : url('../img/common/navi_bg.gif') repeat-x bottom;
	z-index : 10;
	}
#navi_content{
	position : relative;
	width : 950px;
	margin : 0 auto;
	}
	
#navi ul{
	list-style-type : none;
	padding : 0;
	margin : 0;
	}
#navi li{
	float : left;
	display : inline;
	}
/* アコーディオンメニュー */
#dv1{
	position : absolute;
	left : 0;
	top : 58px;
	padding : 10px;
	background : #fff;
	border : solid 1px #dadada;
	opacity : 0.95;
	z-index : 10;
	visibility : hidden;
	}
#dv2{
	position : absolute;
	left : 158px;
	top : 58px;
	padding : 10px;
	background : #fff;
	border : solid 1px #dadada;
	opacity : 0.95;
	z-index : 10;
	visibility : hidden;
	}
#dv3{
	position : absolute;
	left : 632px;
	top : 58px;
	padding : 10px;
	background : #fff;
	border : solid 1px #dadada;
	opacity : 0.95;
	z-index : 10;
	visibility : hidden;
	}
	.dv_p{
	z-index : 10;
	}
	.dv_p a{
		font-size : 12px;
		text-align : left;
		display : block;
		color : #000;
		padding : 4px 0 0 15px;
		background : url('../img/common/navi_arrow.gif') no-repeat left 10px;
		}

#all{
	width : 950px;
	margin : 0 auto;
	padding : 20px 0 50px 0;
	}
#main_col{
	width : 715px;
	float : left;
	display : inline;
	}
#main_col .wrap{
	background : url('../img/common/contents_bg.jpg') repeat-y;
	text-align : left;
	margin : 0 0 30px 0;
	padding : 30px 20px 20px 20px;
	border-top : solid 1px #d9d8d2;
	border-bottom : solid 1px #d9d8d2;
	}
#main_col .wrap .box{
	margin : 0 0 40px 0;
	}
#main_col .wrap .last_box{
	margin : 0;
	}

#side_col{
	width : 205px;
	float : left;
	display : inline;
	margin : 0 0 0 30px;
	}
#side_col .navi1,
#side_col .navi2,
#side_col .navi3{
	list-style : none;
	margin : 0 0 10px 0;
	padding : 0;
	}
#side_col .sns_btn{
	list-style : none;
	padding : 0 0 0 20px;
	}
#side_col .navi1 li,
#side_col .navi2 li,
#side_col .navi3 li{
	margin : 0 0 2px 0;
	line-height : 0;
	}

#side_col .sns_btn li{
	float : left;
	display : inline;
	}

/* ページトップへ */
#scrollUp {
	bottom: 20px;
	right: 20px;
	height: 55px;  /* Height of image */
	width: 47px; /* Width of image */
	background: url(../img/common/top.png) no-repeat;
	}



/* フッター */
	
#foot{
	background : #fff url('../img/common/foot_bg.gif') repeat-x bottom;
	margin : 0 auto;
	text-align : center;
	height : 195px;
	padding : 60px 0 10px 0;
	}
#foot .content{
	margin : 0 auto;
	text-align : left;
	width : 950px;
	padding : 50px 0 0 0;
	}
#foot_logo{
	float : left;
	display : inline;
	width : 340px;
	}
#foot_logo p{
	line-height : 1.5em;
	margin : 10px 0;
	}
#foot_navi{
	font-size : 12px;
	margin : 0 0 10px 0;
	}
#copy{
	margin : 0 auto;
	background : #fff;
	text-align : center;
	padding : 10px 0;
	}
#copy_content{
	margin : 0 auto;
	text-align : right;
	width : 950px;
	font-size : 12px;
	}




/* 共通 */
#main_image{
	margin : 0 0 40px 0;
	}
	h3{
		margin : 0 0 30px 0;
		font-size : 26px;
		font-weight : normal;
		color : #30cfec;
		border-bottom : solid 2px #30cfec;
		line-height : 1.3em;
		}
	h3.image{
		border-bottom : none;
		}
	.lead{
		margin : 0 0 30px 0;
		}

	.bb_title{
		font-size : 18px;
		background : #30cfec;
		padding : 8px 0 5px 10px;
		color : #fff;
		margin : 0 0 20px 0;
		border-radius : 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		}
	.bb_title span{
		background : #fff;
		color : #30cfec;
		font-size : 14px;
		padding : 3px 3px 1px 3px;
		}

	.bar_title{
		font-size : 16px;
		font-weight : bold;
		padding : 0 0 0 8px;
		margin : 0 0 5px 0;
		color : #30cfec;
		border-left : solid 4px #30cfec;
		}

#course_navi{
	
	}
#course_navi .course{
	width : 318px;
	display : inline;
	float : left;
	margin : 0 0 0 39px;
	}
#course_navi .course.first{
	margin : 0;
	}
#course_navi .course p{
	margin : 0 0 10px 0;
	}


#about_navi{
	margin : 30px 0;
	}
#about_navi .about{
	background : url('../img/common/about_bg.jpg') repeat-y;
	border-top : solid 1px #30cfec;
	border-bottom : solid 1px #30cfec;
	width : 220px;
	display : inline;
	float : left;
	margin : 0 0 0 7px;
	padding : 10px 0 5px 0;
	}
#about_navi .about .wrapper{
	width : 205px;
	margin : 0 0 0 8px;
	}
#about_navi .about.first{
	margin : 0;
	}
#about_navi .about .title{
	background : #30cfec;
	padding : 3px 0;
	text-align : center;
	font-size : 12px;
	color : #fff;
	margin : 0 0 5px 0;
	}
#about_navi .about .lead{
	line-height : 1.3em;
	font-size : 11px;
	color : #30cfec;
	margin : 0 0 5px 0;
	}
#about_navi .about .title2{
	font-size : 20px;
	color : #30cfec;
	margin : 0 0 5px 0;
	}
#about_navi .about .text{
	margin : 5px 0 0 0;
	}
#about_navi .about .btn{
	text-align : right;
	}





/* index.html */

#index_main{
	background : url('../img/index/main_bg.jpg') repeat-x bottom;
	text-align : center;
	margin : 0 auto;
	height : 401px;
	}
#index_main .content{
	text-align : left;
	margin : 0 auto;
	padding : 10px 0;
	}





/*--------------------------------------------------------------------------
  wideslider
---------------------------------------------------------------------------*/
#wideslider {
	width: 100%;
	height: 378px;
	text-align: left;
	position: relative;
	overflow: hidden;
	background: url('../img/index/loader.gif') no-repeat 50% 50%;
}

#wideslider ul,
#wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	margin : 0;
	padding : 0;
}

#wideslider ul li img {
	width: 100%;
	display: none;
}

#wideslider .wideslider_base {
	top: 0;
	position: absolute;
}
#wideslider .wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
#wideslider .slider_prev,
#wideslider .slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
#wideslider .slider_prev { background-color: #FFFFFF;}
#wideslider .slider_next { background-color: #FFFFFF;}

#wideslider .btn_prev,
#wideslider .btn_next {
	top: 186px;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	width: 50px;
	height: 48px;
}
#wideslider .btn_prev {background: url('../img/index/btn_mv_prev.png') no-repeat left center; left: 0px;}
#wideslider .btn_next {background: url('../img/index/btn_mv_next.png') no-repeat right center; right: 0px;}







#about_bnr{
	padding : 20px 0 0 0;
	}
#pickup{
	}
#pickup .contents{
	width : 318px;
	display : inline;
	float : left;
	margin : 0 0 0 39px;
	}
#pickup .contents.first{
	margin : 0;
	}
#pickup .contents p{
	margin : 0 0 10px 0;
	}

#new_box{
	overflow : auto;
	height : 250px;
	}
#new_box dl{
	margin : 0 0 10px 0;
	padding : 0 0 10px 0;
	border-bottom : dotted 1px #dadada;
	}
#new_box dt{
	float : left;
	display : inline;
	width : 100px;
	}
#new_box dd{
	float : left;
	display : inline;
	width : 540px;
	margin : 0 0 0 10px;
	}

#index_contents{
	background : url('../img/index/bg.jpg') repeat-x bottom;
	}
#index_contents .wrapper{
	width : 950px;
	text-align : left;
	margin : 0 auto;
	padding : 40px 0;
	}
#index_contents .wrapper #text{
	width : 520px;
	float : left;
	display : inline;
	padding : 60px 0 0 0;
	}
#index_contents .wrapper #text p{
	margin : 0 0 20px 0;
	}
#index_contents .wrapper #play{
	background : url('../img/index/bg2.jpg') no-repeat bottom;
	width : 400px;
	float : left;
	display : inline;
	padding : 0 0 240px 0;
	margin : 0 0 0 30px;
	}
#index_contents .wrapper #play p{
	margin : 0 0 0 130px;
	}





/* support.html */

	.support{
		background : url('../img/support/bg.jpg') repeat-y;
		border-top : solid 1px #30cfec;
		border-bottom : solid 1px #30cfec;
		margin : 0 0 20px 0;
		padding : 8px 8px 20px 8px;
		}
	.support .title{
		font-size : 18px;
		background : #30cfec;
		padding : 8px 0 5px 10px;
		color : #fff;
		margin : 0 0 10px 0;
		}
	.support .lead{
		font-size : 16px;
		color : #30cfec;
		margin : 0 0 10px 0;
		padding : 0 0 0 5px;
		}
	.support .image{
		width : 100px;
		float : left;
		display : inline;
		padding : 0 0 0 5px;
		}
	.support .text{
		width : 530px;
		float : left;
		display : inline;
		margin : 0 0 0 15px;
		}


/* therapist/index.html */
	.therapist_text{
		width : 530px;
		float : left;
		display : inline;
		}
	.therapist_image{
		width : 130px;
		float : left;
		display : inline;
		margin : 0 0 0 15px;
		}





/* course */
	.course_image_ul{
		margin : 0;
		padding : 0;
		list-style : none;
		}
	.course_image_ul li{
		float : left;
		display : inline;
		width : 220px;
		margin : 0 0 0 7px;
		}
	.course_image_ul li.first{
		margin : 0;
		}
	.course_table1{
		width : 100%;
		border-collapse : collapse;
		}
	.course_table1 th{
		background : #30cfec;
		border : solid 1px #4f421c;
		padding : 10px;
		text-align : center;
		vertical-align : middle;
		white-space : nowrap;
		}
	.course_table1 td{
		border : solid 1px #4f421c;
		padding : 10px;
		text-align : left;
		vertical-align : top;
		}
		
	.course_table2{
		width : 100%;
		border-collapse : collapse;
		}
	.course_table2 th{
		background : #a6f1ff;
		border : solid 1px #4f421c;
		padding : 10px;
		text-align : center;
		vertical-align : middle;
		white-space : nowrap;
		}
	.course_table2 td{
		border : solid 1px #4f421c;
		padding : 10px;
		text-align : left;
		vertical-align : top;
		}
	.course_table2 .th{
		width : 220px;
		}




/* about */
	.about_support{
		width : 216px;
		float : left;
		display : inline;
		margin : 0 0 0 13px;
		}
	.about_support.first{
		margin : 0;
		}
	.about_support .image{
		margin : 0 0 10px 0;
		}

/* 良くあるご質問 */
#acc1,
#acc2,
#acc3,
#acc4{
	list-style : none;
	margin : 0;
	padding : 0;
	}
#acc1 li,
#acc2 li,
#acc3 li,
#acc4 li{
	padding : 0;
	margin : 0 0 20px 0;
	border-bottom : dotted 1px #ddd;
	}
	
#acc1 h3,
#acc2 h3,
#acc3 h3,
#acc4 h3{
	background :url('../img/about/q.jpg') no-repeat left center;
	margin : 0 0 10px 0;
	padding : 5px 0 5px 30px;
	cursor : pointer;
	font-weight : bold;
	font-size : 16px;
	border : none;
	color : #000;
	}
#acc1 h3:hover,
#acc2 h3:hover,
#acc3 h3:hover,
#acc4 h3:hover{
	color : #E46100;
	text-decoration : underline;
	}
#acc1 .acc-section,
#acc2 .acc-section,
#acc3 .acc-section,
#acc4 .acc-section{
	background : #d0f8ff url('../img/about/a.jpg') no-repeat 10px center;
	overflow : hidden;
	margin : 0 0 10px 0;
	border-radius : 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
#acc1 .acc-section .box,
#acc2 .acc-section .box,
#acc3 .acc-section .box,
#acc4 .acc-section .box{
	padding : 20px 20px 20px 50px;
	margin : 0;
	}
#acc1 .acc-section p.link,
#acc2 .acc-section p.link,
#acc3 .acc-section p.link,
#acc4 .acc-section p.link{
	margin : 10px 0 0 0;
	text-align : right;
	}





/* 講師紹介 */
#lecturer_wrapper .lecturer_block{
	margin : 0 0 20px 0;
	padding : 0 0 20px 0;
	border-bottom : dotted 1px #ddd;
	}
#lecturer_wrapper .lecturer_block .left_lecturer{
	float : left;
	display : inline;
	width : 310px;
	}
#lecturer_wrapper .lecturer_block .right_lecturer{
	float : left;
	display : inline;
	width : 310px;
	margin : 0 0 0 30px;
	}
#lecturer_wrapper .lecturer_block .image{
	float : left;
	display : inline;
	width : 89px;
	}
#lecturer_wrapper .lecturer_block .text{
	float : left;
	display : inline;
	width : 200px;
	margin : 0 0 0 15px;
	}
#lecturer_wrapper .lecturer_block .text .name{
	font-weight : bold;
	color : #30cfec;
	}
#lecturer_wrapper .lecturer_block .text .blog{
	background : url('../img/about/teacher/blog_ico02.jpg') no-repeat left center;
	padding : 0 0 0 18px;
	margin : 5px 0 0 0;
	}
#lecturer_wrapper .lecturer_block .text .blog a{
	color : #30cfec;
	}
#lecturer_wrapper .lecturer_block .text ul{
	margin : 0;
	padding : 0;
	}
#lecturer_wrapper .lecturer_block .text li{
	list-style-type : none;
	background : url('../img/about/teacher/blog_ico01.jpg') no-repeat left 8px;
	padding : 0 0 0 10px;
	margin : 0;
	}
#lecturer_wrapper .lecturer_block .other{
	float : left;
	display : inline;
	margin : 0 0 0 0;
	}




/* sfmail */
	.contact_table{
		width : 100%;
		border-collapse : collapse;
		margin : 0 0 30px 0;
		}
	.contact_table th{
		background : #a6f1ff;
		border : solid 1px #4f421c;
		padding : 10px;
		text-align : left;
		vertical-align : middle;
		width : 250px;
		}
	.contact_table td{
		border : solid 1px #4f421c;
		padding : 10px;
		text-align : left;
		vertical-align : top;
		}
#fmailPage .submit_confirm_button,
#fmailPage .submit_cancel_button,
#fmailPage .submit_send_button{
  width: 200px;
  height: 40px;
  border-width: 0;
  border-style: none;
  background: #ffad1d url('../img/fmail/bg_btn.gif') no-repeat top left;
  color: #fff;
  font-weight : bold;
  font-size : 16px;
  cursor: pointer;
}


#access_map{
	width : 384px;
	float : left;
	display : inline;
	}
#access_map .address{
	background : #e8e8e8;
	padding : 15px;
	}
#map_access{
	width : 276px;
	float : left;
	display : inline;
	margin : 0 0 0 15px;
	}
#map_access ul{
	font-size : 12px;
	margin : 0 0 20px 0;
	padding : 0 0 0 20px;
	line-height : 1.5em;
	}
#map_access ul li{
	margin : 0 0 10px 0;
	}




/* about_mensaroma.html */


#about_mensaroma_all{
	background : #fff;
	margin : 0 auto;
	text-align : left;
	width : 950px;
	}

/* パンくずリンク */
#bread_crumb{
	background : #626262;
	color : #FFF;
	padding : 10px;
	}
#bread_crumb a{
	color : #FFF;
	}


#main{
	background : url('../img/about_mensaroma/main.jpg') no-repeat;
	height : 493px;
	position : relative;
	}
#main .text{
	text-align : center;
	padding : 140px 0 0 0;
	}
#main .text .yellow_bg{
	background : #ebf505;
	}
#main ul{
	position : absolute;
	top : 400px;
	left : 45px;
	list-style-type : none;
	margin : 0;
	padding : 0;
	}
#main ul li{
	float : left;
	display : inline;
	margin : 0 0 0 30px;
	}
#main ul li.first{
	margin : 0;
	}




#contents1{
	background : #616161 url('../img/about_mensaroma/contents1_bg.jpg') no-repeat bottom;
	padding : 20px 0 85px 0;
	}
#contents1 .box{
	background : url('../img/about_mensaroma/contents1_box_bg.jpg') repeat-y;
	padding : 0 0 40px 0;
	}
#contents1 .box .inner_box{
	padding : 0 80px;
	}
#contents1 .box .inner_box .white_bg{
	background : #fff;
	padding : 20px;
	}
#contents1 .box .inner_box .white_bg2{
	background : #fff url('../img/about_mensaroma/bg.jpg') no-repeat right bottom;
	padding : 20px;
	}
#contents1 #sec1 ul{
	list-style-type : none;
	margin : 0;
	padding : 0;
	}
#contents1 #sec1 ul li{
	padding : 0 0 0 25px;
	}
#contents1 #sec1 ul .list1{background : url('../img/about_mensaroma/list1_bg.jpg') no-repeat left 4px;}
#contents1 #sec1 ul .list2{background : url('../img/about_mensaroma/list2_bg.jpg') no-repeat left 4px;}
#contents1 #sec1 ul .list3{background : url('../img/about_mensaroma/list3_bg.jpg') no-repeat left 4px;}
#contents1 #sec1 ul .list4{background : url('../img/about_mensaroma/list4_bg.jpg') no-repeat left 4px;}
#contents1 #sec1 ul .list5{background : url('../img/about_mensaroma/list5_bg.jpg') no-repeat left 4px;}
#contents1 #sec1 ul .list6{background : url('../img/about_mensaroma/list6_bg.jpg') no-repeat left 4px;}
#contents1 #sec1 ul .list7{background : url('../img/about_mensaroma/list7_bg.jpg') no-repeat left 4px;}


#contents1 #sec3 .data_box_l{
	width : 380px;
	float : left;
	display : inline;
	background : #fff;
	}
#contents1 #sec3 .data_box_r{
	width : 380px;
	float : left;
	display : inline;
	margin : 0 0 0 25px;
	background : #fff;
	}
#contents1 #sec3 .data_box_l p,
#contents1 #sec3 .data_box_r p{
	padding : 10px 10px 10px 13px;
	}



#brown_bg{
	margin : 0 auto 50px;
	width : 818px;
	background : #a78c61 url('../img/about_mensaroma/brown_bg.jpg') no-repeat top;
	}
#brown_bg p{
	padding : 90px 30px 30px 155px;
	}

#contents2{
	background : url('../img/about_mensaroma/contents2_bg.jpg') repeat-y;
	}
#contents2 .box1{
	background : url('../img/about_mensaroma/contents2_1.jpg') no-repeat;
	height : 234px;
	margin : 0 0 20px 0;
	}
#contents2 .box2{
	background : url('../img/about_mensaroma/contents2_2.jpg') no-repeat;
	height : 234px;
	margin : 0 0 20px 0;
	}
#contents2 .box3{
	background : url('../img/about_mensaroma/contents2_3.jpg') no-repeat;
	height : 234px;
	margin : 0 0 20px 0;
	}
#contents2 .box4{
	background : url('../img/about_mensaroma/contents2_4.jpg') no-repeat;
	height : 234px;
	margin : 0 0 20px 0;
	}
#contents2 .box5{
	background : url('../img/about_mensaroma/contents2_5.jpg') no-repeat;
	height : 234px;
	margin : 0 0 20px 0;
	}

#contents2 .box1 p,
#contents2 .box3 p,
#contents2 .box5 p{
	padding : 80px 350px 30px 100px;
	}
#contents2 .box2 p,
#contents2 .box4 p{
	padding : 80px 100px 30px 350px;
	}


#bnr{
	margin : 0 auto 5px;
	padding : 50px 0;
	text-align : left;
	width : 950px;
	background : #fff;
	}