@charset "utf-8";
/* CSS Document */

@import url("layout.css");



body{
	padding: 0px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	background: url(../img/bg_contents.gif) repeat-x 0 0;
}


#c_main{
	height: 236px;
	width: 871px;
	background-image: url(../qa/img/main_img_qa.jpg);
}


.contents_h_spece{
	height: 230px;
}


.qa_dl{
	width: 580px;
	margin: 0 auto 0 auto;
}


.qa_dl dt{
	margin: 0 0 4px 0;
	color: #3089a9;
}


.qa_dl dd{
	margin: 0 0 15px 0;
}

