/* 共通CSS読み込み  */
@import url("common.css");
@import url("menu.css");
@import url("about.css");
@import url("consultation.css");
@import url("insurance.css");
@import url("other.css");


/* ================================================
第２階層共通 */

/* ======================== メイン部 */
/* main */
.mainbox{
	width:860px;
	text-align:left;
	margin:20px auto;
	background:url(../img/common/bgSide.gif) repeat-y left;
}

.mainbox #side{
	width:165px;
	float:left;
}
.mainbox #main{
	width:630px;
	float:right;
	margin-left:65px;
}


/* side */
.mainbox #side dl{
	border-bottom:2px solid #fff;
	width:165px;
}
.mainbox #side dt{
	height:50px;
	width:165px;
}
* html .mainbox #side dt{
	margin-bottom:-5px;
}
.mainbox #side dd{
	height:28px;
	width:165px;
}
.mainbox #side dd a{
	height:28px;
	width:165px;
	display:block;
	background:url(../img/bgSidenav.jpg) no-repeat left top;
	line-height:28px;
	font-size:12px;
	font-weight:bold;
	color:#715b45;
	text-indent:25px;
}
.mainbox #side dd a:hover, .mainbox #side dd a.current{
	background-position:0 -28px;
}



/* main */
.mainbox #main h2{
	margin-bottom:10px;
}
.mainbox #main p{
	width:610px;
	margin:0 10px 10px;
}

/* ぱんくず */
.mainbox #main p#pankuzu{
	width:630px;
	margin:0 0 10px;
	font-size:0.9em;
}
.mainbox #main p#pankuzu a{
	color:#715b45;
}
.mainbox #main p#pankuzu a:hover{
	text-decoration:underline;
}

/* main-contents */
.mainbox #main .contents,
.mainbox #main #contents{
	width:552px;
	margin:0 auto;
	padding-top:15px;
	padding-bottom:25px;
}
* html .mainbox #main .contents,
* html .mainbox #main #contents{
	margin-left:39px;
}
.mainbox #main .contents h3.sttl,
.mainbox #main #contents h3.sttl{
	margin-bottom:10px;
	margin-left:-5px !important;
	margin-left:0;
}
.mainbox #main .contents p,
.mainbox #main #contents p{
	margin:0 0 12px;
	width:auto;
}

.mainbox #main .lines{
	padding-bottom:30px;
	margin-bottom:30px;
	background:url(../img/line.gif) repeat-x bottom;
}
.mainbox #main #contents .kakomi{
	border:1px solid #bfb69c;
	margin-bottom:20px;
	background:#fefeee;
	padding:8px;
}
.notop{
	border-top:0px !important;
}
.nomar{
	margin-bottom:0px !important;
}

.mainbox #main #contents .kakomi ul{
	margin-bottom:-12px;
}
.mainbox #main #contents .kakomi li{
	padding-left:20px;
	background:url(../img/point.gif) no-repeat left 2px;
	margin-bottom:12px;
}
.mainbox #main #contents .kakomi .kakomi{
	margin-bottom:0;
	background:#fff;
}
.brown{color:#320;}
.green{color:#008a00;}
.nobg{background:none !important;}


/* コラム */
.colum{
	margin:0 auto;
	width:484px;
	background:url(../img/bgColum.gif) no-repeat center top;
	padding-top:20px 
}
* html .colum{
	margin-left:34px; 
}
.colum div.btmbg{
	background:url(../img/bgColum.gif) no-repeat center bottom;
	padding:0 25px 10px;
}
.colum div.btmbg p{
	margin:0 !important;
	padding-bottom:10px;
}

.cgreen{
	background:url(../img/bgColumG.gif) no-repeat center top;
}
.cgreen div.btmbg{
	background:url(../img/bgColumGb.gif) no-repeat center bottom;
}
.shortbox{
	background:url(../img/bgColumGs.gif) no-repeat center top;
	width:344px;
}
* html .shortbox{
	margin-left:104px; 
}
.shortbox div.btmbg{
	background:url(../img/bgColumGsb.gif) no-repeat center bottom;
}
.cgreen h3{
	color:#00ab30;
	font-size:1.2em;
	margin:-3px 0 13px;
}


.tyu{
	background:url(../img/tyu.jpg) no-repeat 0px 0px;
	padding-left:56px;
}
.tyu p{
	font-size:0.8em;
	line-height:1.3;
	text-indent:-1.5em;
	margin-bottom:10px !important;
}
