@charset "utf-8";
/* CSS Document */

#qa_title { text-indent:-9999px; height:21px; background:url(../reform/images/qa/title_qa.gif) no-repeat left top; margin-top:34px; margin-bottom:16px; }

#qa_box_header {
	cursor:default;
}

#questionAnswerBox{
	background:url(../reform/images/qa/qa_box_middile.gif) repeat-y;
	width:587px;
}
#questionAnswerBox img{
	vertical-align:top;
}
#questionMainCategory{
	float:left;
	padding:0 0 0 15px;
	width:209px;
}
#questionMainCategory li{
	background:url(../reform/images/qa/icon_squre.gif) no-repeat left 6px;
	padding:0 0 0 24px;
	color:#1391ce;
	cursor:pointer;
	width:159px;
	margin:0 0 10px 0;
	font-size:90%;
}
#questionMainCategory li.selected{
	background:#73b633;
	color:#FFFFFF;
}
#questionSubCategoryOrAnswer {
	float:left;
}

#questionSubCategoryOrAnswer h2,
#questionSubCategoryOrAnswer h3, 
#backLinkToSubCategory {
	display:none;
}

#questionSubCategoryOrAnswer h2 {
	background:url(../reform/images/qa/icon_squre.gif) no-repeat left center;
	padding:0 0 0 24px;
	color:#569f10;
	margin:0 0 20px 0;
}
#questionSubCategoryOrAnswer h3 {
	background:url(../reform/images/qa/icon_question.gif)  no-repeat left 3px;
	padding:0 0 8px 24px;
	color:#5c5c5c;
	border-bottom:1px dashed #24a257;
	margin:0 0 9px 0;
	width:325px;
}
#questionAnswerDetailContents {
	width:349px;
}
#questionAnswerDetailContents ul.subCategoryList li{
	background:url(../reform/images/qa/icon_question.gif) no-repeat left 4px;
	padding:0 0 0 24px;
	color:#1391ce;
	margin:0 0 15px 0;
	cursor:pointer;
}
#questionAnswerDetailContents ul{
	padding:0 0 8px 24px;
	color:#5c5c5c;
}
#questionAnswerDetailContents ul.subCategoryList{
	padding:0 0 8px 0;
	color:#5c5c5c;
}

#questionAnswerDetailContents p.iconAnswer {
	background:url(../reform/images/qa/icon_answer.gif) no-repeat left 3px;
	padding:0 0 8px 24px;
	color:#5c5c5c;
}
#questionAnswerDetailContents p{
	padding:0 0 8px 24px;
	color:#5c5c5c;
}
#questionAnswerDetailContents h5 {
	margin:15px 0 0 0;
	padding:0 0 8px 24px;
	color:#5c5c5c;
}
#questionAnswerDetailContents ul.relationLink {
	padding:0 0 0 24px;
	margin:29px 0 0 0;
}
#questionAnswerDetailContents ul.relationLink li {
	background:url(../reform/images/qa/icon_cricle_arrow.gif) no-repeat left center;
	padding:0 0 0 24px;
	margin:0 0 5px 0;
	color:#1391ce;
}
#questionAnswerDetailContents dl{
	padding:0 0 8px 24px;
}
#questionAnswerDetailContents dl dt{
	float: left;
	width: 2em;
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 120%;
	color:#5c5c5c;
	font-weight:normal;
}
#questionAnswerDetailContents dl dd{
	_height: 1%; /* Hack for Win IE6 */
	margin: 0 0 0.5em 2em;
	padding: 0;
	line-height: 120%;
}

#backLinkToSubCategory {
	text-align:right;
	width:359px;
}
.subCategory,
.answerDetail	{
	display:none;
}
.clear {
	clear:both;
}
