@charset "utf-8";
/* ===================================================================
CSS information
 style info : HTHS
=================================================================== */

#naviWrap ul li.menu04 span.gnavi_arrow03 {
	display: block !important;
}




/* -----------------------------------------------------------
	contentsNaviArea
----------------------------------------------------------- */
#contentsNaviArea {
	width: 100%;
	height: 69px;
	background: url(../img/overview/Bg_cnArea.gif) repeat-x left top;
}

/*--------------- ナビ 上段 ---------------*/
#contentsNaviArea #cnWrap {
	width: 1000px;
	height: 69px;
	margin: 0 auto;
}
#contentsNaviArea #cnWrap ul {
	width: 1000px;
	height: 69px;
	margin: 0;
	padding: 0;
}
#contentsNaviArea #cnWrap ul li {
	float: left;
}
#contentsNaviArea #cnWrap ul li h2,
#contentsNaviArea #cnWrap ul li a
{
	display: block;
	height: 69px;
	background-image: url(../img/common/Bg_cNavi_c02_v2.gif);
	background-repeat: no-repeat;
}
#contentsNaviArea #cnWrap ul li a {
	text-indent: -9999px;
}

#contentsNaviArea #cnWrap ul li.cn_title h2 {
	width: 254px;
	text-indent: -9999px;
	background-position: left top;
}
#contentsNaviArea #cnWrap ul li.cn_menu01 a {
	width: 128px;
	background-position: -254px top;
}
#contentsNaviArea #cnWrap ul li.cn_menu01 a:hover {
	background-position: -254px -69px;
}
#contentsNaviArea #cnWrap ul li.cn_menu02 a {
	width: 160px;
	background-position: -382px top;
}
#contentsNaviArea #cnWrap ul li.cn_menu02 a:hover {
	background-position: -382px -69px;
}
#contentsNaviArea #cnWrap ul li.cn_menu03 a {
	width: 205px;
	background-position: -542px top;
}
#contentsNaviArea #cnWrap ul li.cn_menu03 a:hover {
	background-position: -542px -69px;
}
#contentsNaviArea #cnWrap ul li.cn_menu04 a {
	width: 253px;
	background-position: -747px top;
}
#contentsNaviArea #cnWrap ul li.cn_menu04 a:hover {
	background-position: -747px -69px;
}
#contentsNaviArea #cnWrap ul li.cn_menu01 a.on,
#contentsNaviArea #cnWrap ul li.cn_menu02 a.on,
#contentsNaviArea #cnWrap ul li.cn_menu03 a.on,
#contentsNaviArea #cnWrap ul li.cn_menu04 a.on
{
	background-position-y: bottom !important;
}

/*--------------- ナビ 下段 ---------------*/
#contentsNaviArea #cnWrap_2nd {
	width: 1000px;
	height: 69px;
	margin: 0 auto;
}
#contentsNaviArea #cnWrap_2nd ul {
	width: 914px;
	height: 69px;
	margin: 0;
	padding: 0;
}
#contentsNaviArea #cnWrap_2nd ul li {
	float: left;
}
#contentsNaviArea #cnWrap_2nd ul li a {
	display: block;
	height: 69px;
	background-image: url(../img/common/Bg_cNavi_c02_2nd_v22.gif);
	background-repeat: no-repeat;
}
#contentsNaviArea #cnWrap_2nd ul li.cn_title h2 {
	width: 254px;
	text-indent: -9999px;
	background-position: left top;
}
#contentsNaviArea #cnWrap_2nd ul li h2,
#contentsNaviArea #cnWrap_2nd ul li a
{
	text-indent: -9999px;
}

#contentsNaviArea #cnWrap_2nd ul li.cn_menu08 a {
	width: 202px;
	background-position: -254px top;
}
#contentsNaviArea #cnWrap_2nd ul li.cn_menu08 a:hover {
	background-position: -254px -69px;
}
#contentsNaviArea #cnWrap_2nd ul li.cn_menu05 a {
	width: 149px;
	background-position: -456px top;
}
#contentsNaviArea #cnWrap_2nd ul li.cn_menu05 a:hover {
	background-position: -456px -69px;
}
#contentsNaviArea #cnWrap_2nd ul li.cn_menu06 a {
	width: 115px;
	background-position: -605px top;
}
#contentsNaviArea #cnWrap_2nd ul li.cn_menu06 a:hover {
	background-position: -605px -69px;
}
#contentsNaviArea #cnWrap_2nd ul li.cn_menu07 a {
	width: 119px;
	background-position: -517px top;
}
#contentsNaviArea #cnWrap_2nd ul li.cn_menu07 a:hover {
	background-position: -517px -69px;
}
#contentsNaviArea #cnWrap_2nd ul li.cn_menu05 a.on,
#contentsNaviArea #cnWrap_2nd ul li.cn_menu06 a.on,
#contentsNaviArea #cnWrap_2nd ul li.cn_menu07 a.on,
#contentsNaviArea #cnWrap_2nd ul li.cn_menu08 a.on
{
	background-position-y: bottom !important;
}


/*--------------- pageIntroArea ---------------*/
#pageIntroArea {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}
#pageIntroArea h3 {
	width: 100%;
	height: 70px;
	background: url(../img/HTHS/psTitle.gif) no-repeat center top;
	text-indent: -9999px;
	margin-top: 51px;
	margin-bottom: 35px;
}
#pageIntroArea p {
	font-size: 15px;
	line-height: 28px;
	color: #666b78;
}



/*--------------- cWrap ---------------*/
.cWrap {
	width: 100%;
	height: 400px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eeeeee;
}
.cWrap .Left_cBox {
	width: 500px;
	float: left;
	height: 400px;
	position: relative;
}
.cWrap .Right_cBox {
	width: 500px;
	float: right;
	height: 400px;
	position: relative;
}

.cWrap .textArea {
	width: 100%;
}
.cWrap .textArea h4.title {
	text-align: center;
	margin-bottom: 18px;
}
.cWrap .textArea p span.textTitle {
	font-size: 15px !important;
	font-weight: bold;
	margin-bottom: 8px;
}
.cWrap .textArea p {
	font-size: 14px;
	line-height: 20px;
	color: #666b78;
	text-align: center;
	margin-bottom: 8px;
}
.cWrap .textArea span {
	display: block;
	text-align: center;
}
.cWrap .textArea span a {
	font-size: 14px;
	background: url(../img/overview/toList_arrow.gif) no-repeat right center;
	padding-right: 12px;
}

.cWrap .itemArea {
	width: 500px;
	position: absolute;
	bottom: 0px;
	text-align: center;
}

.cWrapBottom {
	border-bottom: none !important;
}



/*--------------- Faq_CateArea ---------------*/
#Faq_CateArea {
	width: 610px;
	margin-bottom: 20px;
	padding: 18px 20px 18px 20px;
	background-color: #e4e6eb;
	overflow: hidden;
}
#Faq_CateArea ul {
	width: 640px;
	margin: 0;
	padding: 0;
}
#Faq_CateArea ul li {
	float: left;
	display: block;
	margin-right: 30px;
	line-height: 2;
	white-space: nowrap;
}
#Faq_CateArea ul li span {
	display: block;
}
#Faq_CateArea ul li a {
	font-size: 15px;
	color: #666b78;
	font-weight: bold;
}
#Faq_CateArea ul li a:hover {
	text-decoration: underline;
}


/*--------------- cateView ---------------*/
#cateView {
	width: 470px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-left: 140px;
	background: url(../img/Faq/Bg_cateView.jpg) no-repeat left top;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	color: #ffffff;
}


/*--------------- pageNaviArea ---------------*/
#pageNaviArea {
	width: 610px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#pageNaviArea .pn_Pre {
	width: 182px;
	height: 60px;
	float: left;
}
#pageNaviArea .pn_Pre a {
	display: block;
	width: 182px;
	height: 60px;
	text-indent: -9999px;
	background-image: url(../img/Faq/Bg_pre.gif);
	background-position: left top;
}
#pageNaviArea .pn_Pre a:hover {
	background-position: left -60px;
}
#pageNaviArea .pn_Pre span {
	display: block;
	width: 182px;
	height: 60px;
	text-indent: -9999px;
	background-image: url(../img/Faq/Bg_pre.gif);
	background-position: left bottom;
}

#pageNaviArea .pn_Num {
	width: 246px;
	float: left;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 60px;
	color: #666b78;
}

#pageNaviArea .pn_Next {
	width: 182px;
	height: 60px;
	float: right;
}
#pageNaviArea .pn_Next a {
	display: block;
	width: 182px;
	height: 60px;
	text-indent: -9999px;
	background-image: url(../img/Faq/Bg_next.gif);
	background-position: left top;
}
#pageNaviArea .pn_Next a:hover {
	background-position: left -60px;
}
#pageNaviArea .pn_Next span {
	display: block;
	width: 182px;
	height: 60px;
	text-indent: -9999px;
	background-image: url(../img/Faq/Bg_next.gif);
	background-position: left bottom;
}


/*--------------- QA_cWrap ---------------*/
#QA_cWrap {
	width: 650px;
}
#QA_cWrap ul {
	width: 650px;
	margin: 0;
	padding: 0;
}
#QA_cWrap ul li {
	width: 650px;
	margin-bottom: 20px;
	padding: 0;
}
#QA_cWrap ul li .FaqBox {
	width: 650px;
}
#QA_cWrap ul li .FaqBox .QBox {
	width: 615px;
	min-height: 80px;
	background: url(../img/HTHS/Bg_QBox.gif) no-repeat left center;
	cursor: pointer;
	display: block;
	border: 5px solid #7fe5ff;
	position: relative;
}
#QA_cWrap ul li .FaqBox .QBox p {
	display: block;
	width: 475px;
	min-height: 40px;
	font-size: 18px;
	line-height: 27px;
	margin: 0;
	padding: 12px 35px 12px 105px;
	font-weight: bold;
	background: url(../img/HTHS/arrow_QBox.gif) no-repeat 584px 24px;
}
#QA_cWrap ul li .FaqBox .selected p {
	display: block;
	width: 475px;
	min-height: 40px;
	font-size: 18px;
	line-height: 27px;
	margin: 0;
	padding: 12px 35px 12px 105px;
	font-weight: bold;
	background: url(../img/HTHS/arrow_QBox_on.gif) no-repeat 584px 24px;
}
#QA_cWrap ul li .FaqBox .QBox .QBox_RT {
	display: block;
	width: 30px;
	height: 90px;
	position: absolute;
	right: -30px;
	top: -5px;
	z-index: 100;
}

#QA_cWrap ul li .FaqBox .ABox {
	width: 650px;
	background-color: #fff8ed;
	background: url(../img/HTHS/Bg_ABox_header.gif) no-repeat left top;
	position: relative;
}
#QA_cWrap ul li .FaqBox .ABox .Bg_ABox {
	width: 510px;
	min-height: 100px;
	padding: 20px 35px 30px 105px;
	background-image: url(../img/HTHS/ABox_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#QA_cWrap ul li .FaqBox .ABox p {
	font-size: 14px;
	line-height: 25px;
}
#QA_cWrap ul li .FaqBox .ABox .ABox_RT {
	display: block;
	width: 31px;
	height: 45px;
	position: absolute;
	right: -5px;
	top: 0px;
	z-index: 1000;
	background-color: #ffffff;
}
#QA_cWrap ul li .FaqBox .ABox .ABox_RB {
	display: block;
	width: 30px;
	height: 47px;
	position: absolute;
	right: -5px;
	bottom: -5px;
	z-index: 1000;
	background-color: #ffffff;
}
#QA_cWrap ul li .FaqBox .ABox .ABox_LB {
	display: block;
	width: 29px;
	height: 47px;
	position: absolute;
	left: -5px;
	bottom: -5px;
	z-index: 1000;
	background-color: #ffffff;
}

.faqAnc {
	padding-top: 70px;
	margin-top: -70px;
}






