@charset "utf-8";

/***************************************************
	トーカイドミトリー用スタイルシート
	faq.css
	トップページレイアウトスタイル定義
***************************************************/

/* トップページ index.html
------------------------------------------------------------ */
/*-----contents-----*/

#contents {
	clear: both;
	width: 690px;
	margin: 20px 30px 10px 30px;
	background: url(../img/flow/midium_bg.gif) repeat-y;
}
#contents h2 {
	width: 690px;
	margin: 0 auto;
}
#contents h3 {
	width: 690px;
	margin: 20px 0 10px 0;
}
#contents h4 {
	padding: 10px 5px 0 30px;
}
#contents ul.qlist {
	position: center;
	width: 620px;
	margin: 10px 0 20px 45px;
}
#contents ul.qlist li {
	margin-bottom: 5px;
	background: url(../img/faq/p_mark_s.gif)  left center no-repeat;
	text-indent: 5px;
}
#contents ul.qlist li.n01 {
	float: left;
	width: 300px;
	padding: 0 0 0 15px;
}
#contents ul.qlist li.n02 {
	float: right;
	width: 260px;
	padding: 0 0 0 15px;
}
#contents p.text {
	width: 610px;
	margin: 5px 0 20px 40px;
}

#contents dl {
	width: 620px;
	margin: 5px 0 10px 30px;
	background: url(../img/faq/qa_bg_bottom.gif) bottom no-repeat;
}
#contents dt {
/*	width: 620px;*/
	padding: 0 10px;
/*	border-bottom: 1px dashed #266DD9;*/
	background: url(../img/faq/qa_bg_top.gif) top no-repeat;
}
#contents dt p {
/*	width: 520px;*/
	padding: 10px 0 10px 25px;
	border-bottom: 1px dashed #266DD9;
	background: url(../img/faq/q_mark_m.gif) left center no-repeat;
}
#contents dd {
/*	position-top: 5px; */
/*	width: 520px;*/
	margin-left: 40px;
	padding: 10px 20px 20px 40px;
	background: url(../img/faq/a_mark.gif) 0 12px no-repeat; 
}

#contents p.top {
	float: right;
	width: 90px;
	padding: 5px 50px 20px 0;
}
#contents div.sita {
	width: 690px;
	background: url(../img/flow/bottom_bg.gif) bottom no-repeat;
}
#contents div.sita ul.icon li.i01 {
	float: left;
	width: 21px;
	padding: 5px 0px 30px 30px;
/*	vertical-aline: middle;*/
}
#contents div.sita ul.icon li.i02 {
	float: left;
	margin: 7px 0px 32px 10px;
}
#contents div.sita ul.icon li.i03 {
	float: right;
	width: 90px;
	padding: 10px 45px 20px 0px;
}
