@charset "UTF-8";


/*
	--------------------------
	guide/css/index.css
	modefied: 2013.09.30
	--------------------------
*/



/* ---------------------------
	body
---------------------------- */


/*	タイトル
------------------------------ */

#title {
	margin: 0 0 20px 0;
}

#title h2 {
	position: relative;
	width: 950px;
	padding: 16px 0 10px 0;
	background: #fff url(../../common/img/h_line_01.png) no-repeat;
}

#title h2 span {
	display: block;
	padding: 0 0 0 57px;
	background: url(../../common/img/h_ico_tour_01.png) no-repeat 13px 2px;
	color: #001352;
	font-size: 125%;
	line-height: 1.5;
	font-weight: bold;
}



/*	コンテンツ
------------------------------ */

#content h3 {
	position: relative;
	padding: 0 0 8px 0;
	background: #fff url(../img/index/h_line_01.png) no-repeat left bottom;
	font-size: 100%;
	line-height: 1.5;
}

#content .section {
	width: 910px;
	margin: 20px 0 0 0;
	padding: 20px 20px 20px 20px;
	background: #fff;
}



/*	紹介
------------------------------ */

#intro {
	padding: 16px 20px 20px 20px;
}

#intro .texts {
	float: left;
	width: 615px;
	font-size: 87.5%;
	line-height: 1.8;
}

#intro .texts .detail {
	text-align: right;
}

#intro .texts .detail a {
	padding: 0 0 0 10px;
	background: url(../img/index/list_dot_01.png) no-repeat 0 0.45em;
	font-weight: bold;
	text-decoration: underline;
}

#intro .img {
	float: right;
	width: 280px;
	padding: 4px 0 0 0;
}



/*	メニュー
------------------------------ */

#menu {
	font-size: 87.5%;
	line-height: 1.5;
	font-weight: bold;
}

#menu dt {
	float: left;
	width: 100px;
	padding: 4px 5px 4px 15px;
	border-right: 1px solid #e0e0e0; 
}

#menu dd {
	float: left;
	padding: 4px 0 4px 28px;
}

#menu dd a {
	padding: 0 0 0 20px;
	background: url(../img/index/menu_arw_01.png) no-repeat 0 0.05em;
	text-decoration: underline;
}



/*	トップページの使い方
------------------------------ */

#aboutTop {
}

#aboutTop .img {
	float: left;
	width: 500px;
	padding: 18px 0 0 0;
}

#aboutTop .texts {
	float: right;
	width: 394px;
	padding: 18px 0 0 0;
}

#aboutTop .texts dl {
	padding: 20px 0 0 0;
}

#aboutTop .texts dl:first-child {
	padding: 0 0 0 0;
}

#aboutTop .texts dl dt {
	font-size: 100%;
	line-height: 1.8;
	font-weight: bold;
}

#aboutTop .texts dl dt img {
	margin: -4px 4px 0 0;
	vertical-align: middle;
}

#aboutTop .texts dl dd {
	padding: 6px 0 0 2px;
	font-size: 87.5%;
	line-height: 1.8;
}



/*	流れ
------------------------------ */

#flow {
}

#flow .lead {
	padding: 12px 0 0 0;
}

#flow .lead .text {
	font-size: 87.5%;
	line-height: 1.8;
}

#flow .lead .text a {
	text-decoration: underline;
}

#flow .lead .note {
	font-size: 75%;
	line-height: 1.8;
}

#flow .step {
	padding: 30px 0 0 0;
	background: url(../img/index/flow_arw_01.png) no-repeat 20px 10px;
}

#flow .step .stepInner {
	position: relative;
	width: 900px;
	background: url(../img/index/step_h_bg.jpg) repeat-y;
	border: 5px solid #3cb5ea;
	border-radius: 3px;
}

#flow .step h4 {
	position: absolute;
	top: 23px; left: 23px;
}

#flow .step .texts {
	padding: 15px 20px 20px 115px;
}

#flow .step .texts dt {
	font-size: 125%;
	line-height: 1.4;
	font-weight: bold;
}

#flow .step .texts dd {
	padding: 3px 0 0 2px;
	font-size: 87.5%;
	line-height: 1.6;
}
#flow .step .texts dd .detail { margin: 25px 0 0 3px; padding: 0 0 0 15px; border-left: 5px solid #dddddd; }
#flow .step .texts dd .detail h5 { line-height: 1.1; padding: 0 0 4px 0; }
#flow .step .texts dd p.text + .detail { margin-top: 20px; }

#flow #step1 { padding: 14px 0 0 0; background: none; }
#flow #step1 .texts { background: url(../img/index/step_1_bg.png) no-repeat right top; min-height:90px; }
#flow #step1 .texts dd p.text { width: 592px; }

#flow #step2 .texts { background: url(../img/index/step_2_bg.png) no-repeat right top; min-height:120px; }
#flow #step2 .texts dd p.text { width: 592px; }

#flow #step3 .texts { background: url(../img/index/step_3_bg.png) no-repeat right top; min-height:120px; }
#flow #step3 .texts dd p.text { width: 592px; }

#flow #step4 .texts { background: url(../img/index/step_4_bg.png) no-repeat right top; min-height:110px; }
#flow #step4 .texts dd p.text { width: 592px; }
#flow #step4 .texts dd p.link { padding: 2px 0 0 0; }
#flow #step4 .texts dd p.link a { padding: 0 0 0 10px; background: url(../img/index/list_dot_01.png) no-repeat 0 0.45em; font-weight: bold; text-decoration: underline; }

#flow #step5 .texts { background: url(../img/index/step_5_bg.png) no-repeat right top; min-height:70px; }
#flow #step5 .texts dd p.text { width: 592px; }


/*	contact
------------------------------ */

#contact {
	float: left;
	width: 610px;
}


/*	関連リンク
------------------------------ */

#links {
	float: right;
	width: 274px;
}

#links dt {
	padding: 0 0 3px 0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 87.5%;
	line-height: 1.5;
	font-weight: bold;
}

#links dd {
	padding: 8px 0 0 0;
	font-size: 87.5%;
	line-height: 1.5;
	font-weight: bold;
}

#links dd li a {
	padding: 0 0 0 10px;
	background: url(../img/index/list_dot_01.png) no-repeat 0 0.4em;
	text-decoration: underline;
}