/* ------------------------------
よくあるご質問ページのスタイル
------------------------------ */

@charset "UTF-8";

div#main{
	height:1400px;
}

p.question{
	font-weight:bold;
	color:#4c0000;
}

p.answer{
	line-height:1.4;
	margin-top:10px;
	color:#7f5500;
}


div.faqbox{
	clear:right;
	height:155px;
	padding:10px;
	margin:5px 0px 10px 0px;
	background-color:#D3D3D3;
}


