@charset "utf-8";
/* ---------------------------------------------------------------------------------
XHTML CSS Selectors common 

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

div#contentsWrapper div#contentsColumn div#contentsArea {
	width: 575px;
}

div#contentsWrapper div#contentsColumn div#contentsArea h2 {
	height: 74px;
	width: 571px;
	text-indent: -9999px;
	background-image: url(../pc_images/faq/title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#contentsWrapper div#contentsColumn div#contentsArea div#faqListBlock {
}
div#contentsWrapper div#contentsColumn div#contentsArea div#faqListBlock h3 {
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 10px;
	font-weight: bold;
}
div#contentsWrapper div#contentsColumn div#contentsArea div#faqListBlock ul {
	list-style-type: none;
}
div#contentsWrapper div#contentsColumn div#contentsArea div#faqListBlock ul li {
	padding-top: 3px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-image: url(../pc_images/faq/icon_Q.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 15px;
}
div#contentsWrapper div#contentsColumn div#contentsArea div#faqListBlock ul li a {
	text-decoration: underline;
}



div#contentsWrapper div#contentsColumn div#contentsArea div#faqDetailBlock {
	width: 571px;
	background-image: url(../pc_images/faq/faq_detail_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 59px;
}
div#contentsWrapper div#contentsColumn div#contentsArea div#faqDetailBlock h3 {
	padding-top: 3px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-image: url(../pc_images/faq/icon_Q.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 15px;
}
div#contentsWrapper div#contentsColumn div#contentsArea div#faqDetailBlock div.separator {
	height: 71px;
	width: 571px;
}
div#contentsWrapper div#contentsColumn div#contentsArea div#faqDetailBlock div.faqDetailBox {
	width: 522px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 19px;
	padding-bottom: 20px;
	padding-left: 28px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D9D2CC;
	border-bottom-color: #D9D2CC;
	border-left-color: #D9D2CC;
}
div#contentsWrapper div#contentsColumn div#contentsArea div#faqDetailBlock div.faqDetailBox p {
	font-size: 12px;
	line-height: 20px;
	background-image: url(../pc_images/faq/bg_answer.jpg);
}





