@charset "utf-8";
/* CSS Document */


/* ---------------------------
　見出し
------------------------------ */

h3{
	height:40px;
	margin:50px 0 20px 0;
	clear:both;
}

h3.first{
	height:40px;
	margin:0 0 20px 0;
}
	
h4{
	width:720px;
	height:25px;
	font-size:115%;
	letter-spacing:1px;
	line-height:1;
	margin:35px 0 0 0;
	color:#815854;
	padding:0 0 5px 0;
	background:url(../img/bg_h4.jpg) no-repeat;
	background-position:bottom;
	clear:both;
}

h5{
	width:720px;
	font-size:105%;
	letter-spacing:1px;
	margin:20px 0 5px 0;
	border-bottom:2px #448E4E dotted;
	clear:both;
	color:#448E4E;
}

h6{
	width:720px;
	font-size:96%;
	letter-spacing:1px;
	margin:20px 0 5px 0;
    padding: 0 0 2px;
	clear:both;
	color:#666;
}

p.subtitle{
	font-size:110%;
	font-weight:bold;
	letter-spacing:1px;
	color:#B55587;
	margin:20px 0 5px 0;
	clear:both;
}

/* ---------------------------
　テキスト
------------------------------ */

p.text_contents{
	font-size:100%;
	color:#666;
	line-height:1.8;
	margin:10px 0 15px 0;
}

p.text_contents_first{
	font-size:100%;
	color:#666;
	line-height:1.7;
	margin:0 0 15px 0;
}

span.emphasis{
	font-size:100%;
	color:#578F03;
	font-weight:bold;
	margin:0 0 0 0;
	line-height:1.4;
}

span.emphasis_bg{
	font-size:100%;
	background-color:#448E4E;
	font-weight:bold;
	margin:0 0 0 0;
	line-height:1.4;
	padding: 5px 10px;
	color: #FFF;
}

/* ---------------------------
　チャート
------------------------------ */
dl.step{
	width:720px;
	background:url(../img/stepboxbg.gif) repeat-y;
	margin:10px 0 0 0;
}

dl.step#first_step{
	margin:50px 0 0 0;
}


dl.step dt{
	width:720px;
	background:url(../img/stepboxtop.gif) no-repeat;
	font-size:110%;
	font-weight:bold;
	text-align:left;
	letter-spacing:1px;
	text-indent:1.5em;
}

span.number{
	font-weight:bold;
	text-align:center;
	margin:0 15px 0 0;
	letter-spacing:1px;
	color:#544130;
	line-height:2.0;
	padding: 0 0 0 0;
}

dl.step dd{
	width:720px;
	background:url(../img/stepboxbottom.gif) no-repeat;
	background-position:bottom;
	padding:0 0 40px 0;
}

dl.step dd#last{
	width:720px;
	background:url(../img/stepboxbottom02.gif) no-repeat;
	background-position:bottom;
	padding:0 0 20px 0;
	margin:0 0 50px 0;
}

dl.step dd p.steptext{
	width:650px;
	margin:10px 0 0 25px;
	font-size:100%;
	line-height:1.7;
}

dl.title_left{
	margin:15px 0;
	border-top:#E0DCD3 1px dotted;
	padding:10px 0 0 0;
}

dl.title_left dt{
	width:250px;
	float:left;
	font-size:100%;
	color:#4D6D32;
}

dl.title_left dd{
	width:430px;
	float:right;
	font-size:100%;
}
	

/* ---------------------------
　リスト
------------------------------ */
ul.list_bullet,
ul.list_bullet02{
	margin:0 0 30px 0;
	clear:both;
}

ul.list_bullet li{
	font-size:100%;
	line-height:1.5;
	background:url(../img/bullet_list.png) no-repeat;
	background-position:left top;
	padding:0 0 0 30px;
	margin:15px 0 15px 0;
	color:#666;
}

ul.list_bullet02 li{
	font-size:110%;
	line-height:1.6;
	background:url(../img/bullet_list02.png) no-repeat;
	background-position:left top;
	padding:0 0 0 25px;
	margin:10px 0 10px 0;
	color:#A63E40;
}

ul.list_number li{
	font-size:100%;
	line-height:1.3;
	list-style:decimal;
	padding:0 0 0 10px;
	margin:10px 0 10px 2em;
	color:#437C2E;
}

span.detail_list{
	display:block;
	font-size:90%;
	margin:0 0 25px 0;
	color:#666;
}

ul.list_point{
	background:url(../img/ico_point.gif) no-repeat;
	background-position:left top;
	margin:0 0 10px 0;
	padding:0 0 15px 0;
}

ul.list_point li{
	width:620px;
	font-size:100%;
	line-height:1.2;
	list-style:decimal;
	padding:0 0 0 5px;
	margin:5px 0 5px 100px;
	color:#983645;
}

ul.list_bullet_range{
	margin:0 0 30px 0;
	width:350px;
	float:left;
}

ul.list_bullet_range li{
	font-size:100%;
	line-height:1.5;
	background:url(../img/bullet_list.png) no-repeat;
	background-position:left top;
	padding:0 0 0 30px;
	margin:15px 0 15px 0;
	color:#666;
}


/* ---------------------------
　テーブル
------------------------------ */
table{
	line-height:1.5;
	border:1px solid #666;
	border-collapse:collapse;
	margin:20px 0 20px 0;
	}
	
	
table th{
	background:#F1FAD3;
	font-size:100%;
	letter-spacing:1px;
	font-weight:normal;
	color:#666;
	border:1px solid #999;
	padding:5px 0px;
	text-align:center;
	}
	
table td{
	border:1px solid #ccc;
	font-size:95%;
	color:#666;
	line-height:1.5;
	background:#FFFFFF;
	text-align:center;
	padding:5px 0px;
	border:1px solid #999;
	text-align:left;
	}





/* ---------------------------
　画像
------------------------------ */

p.img{
	width:168px;
	float:right;
	margin:10px 0 30px 30px;
	border:#CCC 1px solid;
	padding:2px;
}

p.img_left{
	width:168px;
	float:left;
	margin:5px 20px 30px 0;
	border:#CCC 1px solid;
	padding:2px;
}

p.img_painting{
	width:257px;
	height:190px;
	float:right;
}

/* ---------------------------
　クリア
------------------------------ */
.all_clear { clear:both; height:0; }

/* ---------------------------
　0000
------------------------------ */
