@charset "utf-8";

/*------------------------------------------
OTHERSカテゴリのスタイル
------------------------------------------*/
#mainBody .article{
	clear:both;
	margin:0 0 20px 0;
	width:883px;
}
#mainBody .article h3{
	width:883px;
	height:20px;
	background:url(../images/bground_l.gif) no-repeat top left;
	font-size:1em;
	padding:2px 0 0 10px;
	margin:0 0 5px 0;
}
#mainBody .article p{
	font-size:12px;
	line-height:130%;
	padding-bottom:15px;
}

/*------------------------------------------
OTHERS > Q&A
------------------------------------------*/
#mainBody .article dl.qanda{
	clear:both;
	margin:0 0 10px 0;
	border-bottom: 1px dotted #997864;
}
#mainBody .article dl.qanda#articleLast{
	border-bottom: none;
}
#mainBody .article dl.qanda dt{
	padding:10px 0 0 40px;
	background:url(../others/images/qanda_q.gif) no-repeat top left;
	height:30px;
	overflow:visible;
}
#mainBody .article dl.qanda dd{
	padding:10px 0 0 40px;
	background:url(../others/images/qanda_a.gif) no-repeat top left;
	margin:0 0 10px 0;
}

#mainBody .article ul{
	font-size:12px;
	padding-bottom:10px;
}