@CHARSET "UTF-8";

/* CSS document for access */

/* Contents */
.contents {
	width: 1200px;
	height: 3900px;
	overflow: hidden;
	background: url(../img/background_contents.png) repeat-y;
}
/* Contents */



/* main */
.main {
	position: absolute;
}

.sub_ttl {
	font-size: 150%;
	font-weight: bold;
	color: #BBBB85;
}

.text {
	font-size: 110%;
	line-height: 14px;
}

#qa_box {
	position: absolute;
	top: 302px;
}

#qa_box h3{

}

#qa_box h4 {
	background-image: url(../img/qa_img_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 0 0 15px;
	padding:22px 0 0px 70px;
	vertical-align:middle;
	font-size: 18px;
	height:40px;
	line-height:1.0;
	color: #900;
}

#qa_box p {
	margin:0 20px 10px 20px;
	background-image: url(../img/qa_img_a.gif);
	background-repeat: no-repeat;
	background-position: 50px top;
	padding:20px 0 30px 120px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #06C;
}


/* main */

