@charset "utf-8";
/* CSS Document */


/* ---------------------------
　見出し
------------------------------ */

/*h3{
	height:30px;
	margin:50px 0 20px 0;
	clear:both;
}*/

h3.first {
	height:30px;
	margin:0 0 20px 0;
}
	
h4 {
	font-size:115%;
	letter-spacing:1px;
	font-weight: bold;
	margin:35px 0 0 0;
	color:#AA4F5A;
	padding:0 0 5px 0;
	background:url(../img/bg_h4.jpg) repeat-x;
	background-position:bottom;
	clear:both;
}

h5 {
	font-size: 105%;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 20px 0 5px 0;
	border-bottom: 2px #897943 dotted;
	clear: both;
	color: #897943;
}

p.subtitle{
	font-size:110%;
	font-weight:bold;
	letter-spacing:1px;
	color:#B55587;
	margin:20px 0 5px 0;
	clear:both;
}

p.title_flow {
	font-size:115%;
	font-weight:bold;
	color: #776340;
	margin:25px 0 0px 0;
	border-bottom:#776340 1px dotted;
	clear:both;
}

/* ---------------------------
　テキスト
------------------------------ */

.text_contents{
	font-size:100%;
	color:#666;
	line-height:1.8;
	margin:10px 0 15px 0;
}



.text_contents_first{
	font-size:100%;
	color:#666;
	line-height:1.7;
	margin:0 0 15px 0;
}

span.emphasis{
	font-size:100%;
	color:#A3181C;
	font-weight:bold;
	margin:0 0 0 0;
	line-height:1.4;
}
span.emphasis_red{
	font-size:100%;
	color:#993345;
	font-weight:bold;
	margin:0 0 0 0;
	line-height:1.4;
}
span.emphasis_blue{
	font-size:100%;
	color:#5B391D;
	font-weight:bold;
	margin:0 0 0 0;
	line-height:1.4;
}
span.emphasis_purple{
	font-size:100%;
	color:#521E59;
	font-weight:bold;
	margin:0 0 0 0;
	line-height:1.4;
}

/* ---------------------------
　チャート
------------------------------ */
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;
}

/* ---------------------------
　リスト
------------------------------ */
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:100%;
	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:#666;
}

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:#886D4D;
}

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:#E9E1D1;
	font-size:100%;
	line-height:1.3;
	letter-spacing:1px;
	font-weight:normal;
	color:#666;
	border:1px solid #999;
	padding:5px 0px;
	text-align:center;
	vertical-align: middle;
	}
	
table td{
	font-size:95%;
	color:#666;
	line-height:1.5;
	background:#FFFFFF;
	padding:5px 0px;
	border:1px solid #999;
	text-align:left;
	vertical-align: middle;
	}

table.wide {
	width: 100%;
}



/* ---------------------------
　画像
------------------------------ */

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;
}



/* ---------------------------
　span
------------------------------ */
span.subtitle{
	display:block;
	color:#8E5C3E;
	font-weight:bold;
	border-bottom:#8E5C3E 1px dotted;
	margin:0 0 3px 0;
}

span.subtitle_02{
	display:block;
	color:#AC112D;
	line-height:2;
}

span.tel{
	font-weight:bold;
	font-size:180%;
	letter-spacing:1px;
	color:#C92E39;
}

span.ruby_tel{
	font-size:70%;
}

/* ---------------------------
　0000
------------------------------ */


