@charset "shift_jis";
/* =========================================

nasluck > useful CSS

============================================ */
/* -------------------------------------------
	rightColumn menu 上書き
------------------------------------------- */

#rightColumn h3 {
	border-bottom:1px solid #bcbcbc;
	border-top:none;
	}
#rightColumn ul.menu_list {
	padding:0;
	}


/* --------------------------------------------
  全体共通設定
-------------------------------------------- */
#contents {
	width:840px;
	background:url(/reform/image_cmn/bg_rightapacer.gif) repeat-y right 0;
	}

#main h2 {
	clear:both;
	display:block;
	width:614px;
	height:18px;
	margin:12px 0 ;
	padding:0 0 12px 6px;
	text-align:left;
	font-size:130%;
	color:#333;
	background:url(/reform/image_cmn/stl_underline.gif) no-repeat 0 bottom;
	}

#main h3 {
	clear:both;
	display:block;
	width:593px;
	height:24px;
	margin:0 0 12px 6px;
	padding:3px 0 3px 18px;
	text-align:left;
	font-size:120%;
	color:#666;
	line-height:24px;
	border-top:1px solid #D4D4D4;
	border-left:1px solid #D4D4D4;
	border-right:2px solid #AAA;
	border-bottom:2px solid #AAA;
	background: url(/reform/image_cmn/icon_level3.gif) no-repeat 3px 50%;
	}
	
#main h4 {
	clear:both;
	display:block;
	width:578px;
	height:18px;
	margin:6px 0 12px 24px;
	padding:0 0 3px 18px;
	text-align:left;
	font-size:110%;
	line-height:18px;
	border-bottom:2px dotted #FF9D6F;
	background: url(/reform/image_cmn/icon_maru_orange.gif) no-repeat 0 1px;
	}

#main h5 {
	clear:both;
	display:block;
	margin:6px 0 12px 24px;
	padding:2px 0 2px 5px;
	text-align:left;
	font-size:100%;
	line-height:18px;
	border-left:5px solid #fc730e;
	}

	
#main div.section {
padding:12px 0;
}
	
#main p {
	padding:0 24px 12px 24px;
	line-height:1.7;
	/*font-size:110%;*/
	}
	
#main p img {
	float:right;
	margin:0.3em 0 6px 24px;
	}
	
#main p img.reverse {
	float:left;
	margin:0.3em 24px 6px 0;
	}
/* タイトル横のページ表示 */	
#main span.pages {
	float:right;
	display:block;
	padding:0 10px 0 0;
	font-weight:bold;
	font-size:130%;
	}	

/* リード文（タイトル下）------------------------------------ */

#main p.lead {
	width:580px;
	text-align:left;
	margin:0;
	padding:12px 20px;
	color:#333;
	font-size:110%;
	background:url(/reform/image_cmn/bg_dottoline.gif) no-repeat 0 bottom;
	}

/* イントロダクション------------------------------------ */

#main p.intoro {
	padding:12px 20px;
	line-height:1.7;
	}


/* リスト設定------------------------------------ */

#main div.section ul.u_normal li {
	list-style:none;
	margin:6px 10px 12px 42px;
	padding:0 0 0 12px;
	line-height:24px;
	background:url(/reform/image_cmn/icon_list_mark.gif) no-repeat 0 5px;
	text-align:left;
	line-height:1.5;
	}

#main div.section ul.u_normal li.short {
	float:left;
	width:20%;
	margin:6px 10px 6px 42px;
	_margin:6px 10px 6px 30px;
	}

	#main div.section ul.u_normal li ul.child li {
		background:url(/reform/image_cmn/icon_list_mark02.gif) no-repeat 0 5px;
		}

#main div.section dl.d_normal {
	clear:both;
	list-style:none;
	display:inline-block;
	width:580px;
	margin:0 0 0 24px;
	padding:12px 0 10px 0;
	background:url(/reform/image_cmn/bg_dottoline.gif) repeat-x 0 bottom;
}

#main div.section dl.d_normal dt {
	display:block;
	float:left;
	height:18px;
	margin:0;
	padding:0 0 0 18px;
	line-height:18px;
	font-weight:bold;
	font-size:120%;
	background:url(/reform/image_cmn/icon_maru_orange.gif) no-repeat 0 1px;
	}
#main div.section dl.d_normal dd {
	text-align:left;
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 18px;
	line-height:1.7;
	/*font-size:110%;*/
	}
	
#main div.section dl.d_normal dd.clearFix {
	width:578px;
	clear:both;
	padding-top:6px;
	}
#main div.section dl.d_normal dd img {
	float:right;
	margin:0.3em 0 0 12px;
	}

/*	画像が左・タイトルとテキストが左(テキストが少ないとき)----------------------------------*/
#main div.section dl.d_imgleft{
	position: relative;
	height: 100px;
	margin:5px 0 0 25px;
	clear: both;
}
#main div.section dl.d_imgleft dt{
	position: absolute;
	top: 10px;
	left: 130px;
	display:block;
	height:27px;
	margin:0;
	padding:0 0px 0 18px;
	line-height:18px;
	font-weight:bold;
	font-size:120%;
	background:url(/reform/image_cmn/icon_maru_orange.gif) no-repeat 0 0px;
}
#main div.section dl.d_imgleft dd.txt{
position: absolute;
top: 40px;
left: 130px;
width: 400px;
padding:0 15px 0 0;
}
#main div.section dl.d_imgleft dd.img{
position: absolute;
top: 0px;
left: 0px;
float:left;
}
#main div.section dl.d_imgleft dd.img img{
margin: 0 0 0 0;
}

/* 番号付きリスト */
#main div.section ul.number {
	margin-bottom:20px;
	}
#main div.section ul.number li{
	list-style:none;
	margin:5px 10px 10px 42px;
	padding:0 0 0 12px;
	text-indent:-1em;
	line-height:24px;
	text-align:left;
	line-height:1.2;
	}
#main div.section ul.number li ul.child li {
		text-indent:none;
		margin:5px 0;
		padding-left:25px;
		background:url(/reform/image_cmn/icon_list_mark02.gif) no-repeat 0 5px;
		}


/*	チェック表-----------------------------------*/

#main div.checkformArea {
	clear:both;
	width:620px;
	margin:0;
	padding:0 0 48px 0;
	background:url(/reform/image_cmn/bg_checkform_main.gif) no-repeat 50% bottom;
	}
	
#main div.checkformArea .checkform_ttl {
	width:585px;
	display:block;
	height:35px;
	margin:0;
	padding:6px 0 0 35px;
	color:#FFF;
	font-weight:bold;
	font-size:120%;
	background:url(/reform/image_cmn/bg_checkform_ttl.gif) no-repeat 50% bottom;
	}

#main div.checkformArea h3 {
	border:none;
	}

#main div.checkformArea ul {
	list-style:none;
	width:540px;
	margin:12px auto 0 auto;
	padding:0;
	}
	
	#main div.checkformArea img{
		display:inline;
		margin:0;
		padding:0;
		line-height:1;
		}

#main div.checkformArea ul li {
	clear:both;
	margin:6px 0;
	padding:3px 0 3px 24px;
	background:url(/reform/image_cmn/icon_checkbox.gif) no-repeat 0 5px;
	text-align:left;
	font-size:120%;
	color:#333;
	border-bottom:1px dotted #999;
	}

/*　テーブル設定　------------------------------------ */


#main div.section table {
	width:100%;
	margin:0px auto 10px auto;
	padding:0px;
	border-collapse:collapse;
	border-top:5px solid #fdc93f;
	}

#main div.section table caption {
	padding-bottom:10px;
	font-size:120%;
	font-weight:bold;
	}

#main div.section table th {
padding:10px 0;
text-align:center;
color:#666666;
background-color:#EEEEEE;
border-bottom:3px double #CCCCCC;
border-left:1px solid #999999;
border-right:1px solid #999999;
}

#main div.section table td {
padding:8px;
line-height:1.5;
border-bottom:1px dotted #999999;
border-left:1px solid #999999;
border-right:1px solid #999999;
}

#main div.section table td.text_c {
	text-align:center;
	}	

#main div.section table td.bg {
	background:#fff7d3;
	}
	
	
#main div.section table td.last {
	border-bottom:1px solid #999999;
	}
	
#main div.section table td.last_c {
	border-bottom:1px solid #999999;
	text-align:center;
	}




/*汎用class*/
.clear {
	clear: both;
	}
.center{
	text-align: center;
	}
.side_right{
	text-align: right;
	}

.attention {
	display:block;
	margin:5px 0 ;
	font-size:85%;
	line-height:1.2;
	padding-left: 1em; 
	text-indent: -1em;
	text-align:left;
	}
.attention2 {
	display:block;
	margin:5px 0 ;
	font-size:85%;
	line-height:1.2;
	padding-left: 1.5em;
	text-indent: -1.5em;
	text-align:left;
	}

