@charset "utf-8";
/* CSS Document */

@import "init.css";
@import "base.css";

/*//////////////////////////////////////////////
index
//////////////////////////////////////////////*/
body#index div#contents-wrap p#copy {
	margin-bottom:25px;
}
body#index div#contents-wrap dl {
	clear:both;
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:1px dotted #666666;
}
body#index div#contents-wrap dl dt {
	width:130px;
	height:auto;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:200%;
	border-left:3px solid #006699;
	text-indent:5px;
}
body#index div#contents-wrap dl dd {
	width:490px;
	height:auto;
	min-height:30px;
	display:block;
	float:right;

	background:url(../wp_content_imgs/faq/q.png) no-repeat left top;
	padding:7px 0 0 45px;
}
body#index div#contents-wrap dl dd a {
	font-size:14px;
}

/*//////////////////////////////////////////////
detail
//////////////////////////////////////////////*/
body#detail div#contents-wrap dl {
	clear:both;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #666666;
}
body#detail div#contents-wrap dl dt {
	min-height:35px;
	font-size:16px;
	font-weight:bold;
	padding:7px 0 0 45px;
	background:url(../wp_content_imgs/faq/q.png) no-repeat left top;
}
body#detail div#contents-wrap dl dd {
	font-size:14px;
	background:url(../wp_content_imgs/faq/a.png) no-repeat 25px top;
	padding:7px 0 0 70px;
}

body#detail div#contents-wrap p#hBack {
	text-align:center;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #666666;
}

body#detail div#contents-wrap h2 {
	font-weight:bold;
	margin-bottom:10px;
}
body#detail h2#archive {
	font-size:14px;
	margin-bottom:10px;
}
body#detail h2#archive + ul li a {
	display:block;
	margin-bottom:5px;
	padding-left:25px;
	background:url(../wp_content_imgs/faq/q2.png) no-repeat left;
}