/* レイアウト系 ///////////////////////////////////////////////////////////////////// */

/* TOPページ */
.top_box { margin-top:25px; }


.submenu_bt { margin-bottom:20px; }
.submenu_bt li { display:inline; margin-right:12px; }
.submenu_bt li.mar_none { margin-right:0; }

.box_tbl th {
font-weight:bold;
width:25%;
border-right:1px #A49B91 solid;
}

.box_tbl td {
padding-left:30px;
}


.box_tbl th,
.box_tbl td { padding-bottom:20px; }


.contents_right {
width:690px;
padding-top:25px;
overflow:hidden;
}

.fl_left { float:left; }
.clear_left { clear:left; }

.bold { font-weight:bold; }

/* hr画像設定 /////////////////////// */

hr.hr_large {
height:10px;
background:url(../img/common/hr_ImgL.png) no-repeat;
border:0;
margin:40px 0 30px;
clear:left;
}

hr.hr_small {
height:10px;
background:url(../img/common/hr_ImgS.png) no-repeat;
border:0;
margin:40px 0 30px;
clear:left;
}


.contents_box { overflow:hidden; }


dl.box_3 { width:216px; }
dl.box_2 { width:335px; }


dl.box_3,
dl.box_2 {
float:left;
overflow:hidden;
}

.white_box {
width:658px;
border:1px #C6BFB8 solid;
background-color:#FCFAF7;
padding:15px;
}

.white_menubox {
width:648px;
border:1px #C6BFB8 solid;
background-color:#FCFAF7;
padding:20px;
}

.mr_20 { margin-right:20px; }
.mb_20 { margin-bottom:20px; }
.mb_30 { margin-bottom:30px; }
.mb_50 { margin-bottom:50px; }
.mb_60 { margin-bottom:60px; }

.red { color:#C00; }


.menu_caution {
	margin:60px 0 30px;
}