@charset "utf-8";
/* CSS Document */

.qa-freq {
	width:220px;
	height:120px;
	margin-top:280px;
	margin-bottom:10px;
	background-color:#FC6;
	float:left;
	border:thin #666 1px;
	line-height:1.3em;
}


.qa-contact {
	width:220px;
	background-color:#FFC;
	float:left;
	border:#666 1px;
	line-height:1.3em;
}


/*index.html*/

#qa-index-ttl {
	width:710px;
	height:30px;
	float:left;
	background:url(../../../img/bcg_h2.gif) no-repeat;
	font-size:14px;
	padding:7px 0 0 30px;
}

.qa-txt {
	width:710px;
	text-align:left;
	margin-left:30px;
	line-height:1.4em;
}


#qa-category {
	width:740px;
	float:left;
	margin-bottom:30px;
	margin-top:5px;
}

#qa-category ul {
	width:710px;
	margin-left:30px;
}

.category-list {
	float:left;
	line-height:1.5em;
	list-style:none;
	margin-bottom:3px;
}

.category-title {
	background:url(../../../img/trngl_arrow.gif) no-repeat left;
	width:200px;
	float:left;
	font-weight:bold;
	padding-left:10px;
}

.category-s {
	float:right;
	width:470px;
	line-height:1.8em;
}
	
	
.contact-num {
	color:#F00;
	font-size:12px;
	font-weight:bold;
}
	
	
/*second pages common*/

#qa-section {
	width:710px;
	margin-top:5px;
	float:left;
	padding-left:20px;
}


.question {
	color:#F30;
	font-weight:bold;
	background:url(img/img_question.gif) no-repeat left;
	height:17px;
	padding-left:30px;
	padding-top:4px;
}

.answer {
	line-height:1.4em;
	font-weight:normal;
	color:#666;
	border-bottom:dotted 1px #F60;
	padding-bottom:8px;
	margin-top:4px;
}
	
	
.question-long {
	color:#F30;
	font-weight:bold;
	background:url(img/img_question.gif) no-repeat left top;
	height:34px;
	padding-left:30px;
	line-height:1.4em;
}	
	
.return {
	width:710px;
	text-align:right;
	font-size:10px;
	margin-top:-7px;
	margin-bottom:3px;
}


.title-link { font-size:12px; font-weight:normal; }





