@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------
  title
------------------------------------------------------------*/
h2.title {
	overflow: hidden;
	width: 636px;
	height: 127px;
	background-image: url(../images/faq/title.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
	clear: both
}
h3.title {
	overflow: hidden;
	width: 636px;
	height: 82px;
	background-image: url(../images/faq/subtitle.gif);
	background-repeat: no-repeat;
	text-indent: -99999px
}
h4.title {
	padding-top: 10px;
	color: #0F5E89
}


/*------------------------------------------------------------
  layout
------------------------------------------------------------*/
div#faq_con {
	padding-left: 50px;
	width: 606px
}
div#faq_con div.l_con {
	padding-top: 8px;
	width: 99px;
	float: left
}
div#faq_con div.r_con {
	width: 507px;
	float: left
}
div#faq_con div.q_con {
	width: 507px;
	padding: 0 0 15px 0 ;
	background-image: url(../images/faq/q_bg.gif);
	background-repeat: no-repeat;
}
div#faq_con div.q_con div.q_number {
	margin-top: -6px;
	padding-left: 73px;
	width: 50px;
	color: #0F5E89;
	font-size: 28px;
	float: left
}
div#faq_con div.q_con div.q_number2 {
	margin-top: -6px;
	padding-left: 73px;
	width: 38px;
	color: #0F5E89;
	font-size: 28px;
	float: left
}
div#faq_con div.q_con div.q_text {
	width: 382px;
	color: #666;
	line-height: 115%;
	float: left
}
div#faq_con div.q_con div.q_text2 {
	padding-top: 6px;
	width: 382px;
	color: #666;
	line-height: 115%;
	float: left
}
div#faq_con div.a_con {
	margin-bottom: 10px;
	width: 497px;
	background-image: url(../images/faq/a_bg.gif);
	background-repeat: no-repeat;
}
div#faq_con div.a_con div.a_number {
	padding: 8px 0 0 73px;
	width: 44px;
	height: 43px;
	color: #AC002E;
	font-size: 28px
}
div#faq_con div.a_con div.a_text {
	padding: 10px 20px 20px 49px;
	width: 428px;
	background-image: url(../images/faq/atext_bg.gif);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	color: #666;
	line-height: 140%
}
ul.faq {
	margin-bottom: -10px;
	padding: 0 0 1em 20px;
	width: 330px
}
ul.faq li {
	margin-bottom: 3px;
	color: #666
}

