@charset "utf-8";



/*----------------------------------------------------
           ２階層目コンテンツ
----------------------------------------------------*/

#contents {
	float:left;
	height:auto;
	margin:1px 0 0 20px;
	padding:0;
	text-align:left;
	width:690px;
	line-height:1.25;
	}
	

#contents h2{
	width:690px;
	clear:both;
	height:48px;
	background:url(../images/ttl_h2.gif) no-repeat;
	padding:12px 0 0 45px;
	color:#ffffff;
	margin:0;
	font-size:20px;
	text-align:left;
	letter-spacing:0.1em;
	}
	
#contents h2 span{
	font-size:12px;
	}
	
*html #contents h2{
	margin:0 0 10px 0;
	}
	
#contents h3, 
#contents h4, 
#contents h6{
	clear:both;
	height:28px;
	border-top:2px dotted #8B3040;
	background:#ECDDE3;
	padding:10px 0 0 10px;
	font-size:120%;
	text-align:left;
	margin:10px 0 10px 0;
}

#contents h5
{
	clear:both;
	background:#f5e5d4;
	padding:5px 0 5px 8px;
	font-size:100%;
	text-align:left;
	margin:10px 0 10px 0;
}
*html #contents h3, 
*html #contents h4, 
*html #contents h5,
*html #contents h6{
	height:38px;

}


#contents p{
	margin-bottom:12px;
	line-height:1.75;
	}

#contents ul{
	margin:10px 0 20px 10px;
	padding:0;
	text-align:left;
	list-style-type:none;
	}
#contents ul li{
	line-height:1.8em;
	}	
#contents ul li a{
	display:block;
	width:95%;
	margin:0;
	line-height:normal;
	padding:2px 2px 2px 18px;
	background:url(../images/ico_red.gif) no-repeat 0 6px;	
	}

#contents ul li a:hover{
	background:#f6dfcf url(../images/ico_red.gif) no-repeat 0 6px;	
	}
#contents ul.list{
	}
#contents ul.list li{
	background:url(../images/ico_pink.gif) no-repeat 0 8px;
	padding-left:15px;
	margin-bottom:8px;
	}
/*-----------------------------------------
   テーブル各種
--------------------------------------------*/

/*--------------------------
   テーブル100％
-----------------------------*/
table.index,
table.normal{
	border-collapse:collapse;

	padding:0;
	font-size:93%;
	line-height:1.5
}
table.index td, 
table.normal td{
	border:1px solid #ccc;
	padding:8px;

	}
table.index th, 
table.normal th{
	border:1px solid #ccc;
	padding:8px;
	font-weight:normal;
	white-space:nowrap;
	background:#dbdfeb;
	}
table.normal th{background:#f1b79d;}

table.index td.pt2, 
table.index th.pt2{
	padding:4px 4px 4px 8px;
	}
table.index th.pt2{
	background:#D5E8EC;
	}

/*--------------------------
   テーブルボーダーなし
-----------------------------*/	
table.none {
	margin:8px auto 8px 3px;
	padding:0;
	font-size:12px;
	border:none;
	border-collapse:collapse;
	text-align:left;

}
table.none th{
	white-space:nowrap;
	padding:8px 0 8px 0;
	vertical-align:top;
}
table.none td{
	padding:8px 4px 8px 4px;
	vertical-align:top;
}

/*-----------------------------------------
  要素ボックス
--------------------------------------------*/

dl.list {
	margin:0 0 0 0;
	padding:0 0 0 0;
	line-height:1.75;
}

dl.list dt{
	margin:0 0 0 0;
	padding:0 0 0 17px;
	font-size:120%;
	font-weight:bold;
	color:#30548B;
	background:url(../images/ico_square.gif) no-repeat 0 7px;
}

dl.list dd{
	margin:0 0 15px 0;
	padding:10px 0 10px 0;
	border-bottom:1px dotted #41699A;
}


dl.none {
	margin:0 0 0 0;
	padding:0 0 0 0;
	line-height:1.75;
}

dl.none dt{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:bold;
	color:#2C7476;
}

dl.none dd{
	margin:0 0 15px 0;
	padding:10px 0 10px 0;
	border-bottom:1px dotted #41699A;
}


/* Finalize
----------------------------------------------------*/

.subcont:after,
.treatment:after, 
.treatment_b:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}

.subcont,
.treatment, 
.treatment_b{
	display: inline-block;
	min-height: 1%;
}

