/* -+-+-+-+-+-+-+-+-+-+-+-+- customer全体の構成スタート-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+-+-+-+-+-*/


/* -+-+-+-+-+-+-+-+-+-+-+-+- questionwrap スタート　　他ページはcontactwrapを使用 */
#questionwrap {
	width:900px;
	height: 1160px;
}

#questionwrap #sideContents {
	width:160px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF9900;
	height: 1120px;
	padding-bottom: 10px;
	padding-left: 25px;
}


/* -+-+-+-+-+-+-+-+-+-+-+-+- contactwrapスタート よくある質問以外のページはこのwrapを使用*/
#contactwrap {
	width:900px;
	height: 630px;
}

#contactwrap #sideContents {
	width:160px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF9900;
	height: 600px;
	padding-bottom: 10px;
	padding-left: 25px;
}


#contactwrap table tr{
	margin-bottom: 10px;
}





/* -+-+-+-+-+-+-+-+-+-+-+-+- sideContents スタート */

/* sideContents h1スタート */
#sideContents h1{
	background-image: url(../menu/common/menu.jpg);
	clear: both;
	height: 37px;
	width: 150px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../customer/common/customer.jpg);
	margin-top: 8px;
}

#sideContents ul{
	width: 150px;
	list-style-type: none;
}

#sideContents li{
	width: 150px;
	margin-bottom: 10px;
}

#sideContents li a{
	color: #FF9900;
}

#sideContents li a:hover{
	color: #66CC00;
}


/* -+-+-+-+-+-+-+-+-+-+-+-+- customerContents スタート */
#customerContents {
	width:675px;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}

/* -+-+-+-+-+-+-+-+-+-+-+-+- customer全体の構成終了-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+-+-+-+-+-*/


/* -+-+-+-+-+-+-+-+-+-+-+-+-それぞれのh1部分スタート */

.contact {
	background-image: url(../customer/contact/title_contact.jpg);
	height: 35px;
	width: 670px;
	text-indent: -9999px;
	margin-bottom: 20px;
}


.freedial {
	background-image: url(../customer/contact/freedial.gif);
	height: 80px;
	width: 450px;
	text-indent: -9999px;
	margin-bottom: 20px;
}


.enquete {
	background-image: url(../customer/enquete/title_enquete.jpg);
	height: 35px;
	width: 670px;
	text-indent: -9999px;
	margin-bottom: 20px;
}


.question {
	background-image: url(../customer/question/title_question.jpg);
	height: 35px;
	width: 670px;
	text-indent: -9999px;
	margin-bottom: 20px;
}


.site {
	background-image: url(../customer/site/title_site.jpg);
	height: 35px;
	width: 670px;
	text-indent: -9999px;
	margin-bottom: 20px;
}


.privacy {
	background-image: url(../customer/privacy/privacy.jpg);
	height: 35px;
	width: 670px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.sitemap {
	background-image: url(../customer/sitemap/title_sitemap.jpg);
	height: 35px;
	width: 670px;
	text-indent: -9999px;
	margin-bottom: 20px;
}



/* -+-+-+-+-+-+-+-+-+-+-+-+-questionスタート */
#question {
	width:675px;
	float: left;
}

#question dl {
	width: 620px;
	margin-left: 10px;
	background-color: #FFF8DF;
	padding: 15px;
	margin-top: 20px;
}
#question dl img {
	width: 14px;
	height: 14px;
}

#question dl a{
	color: #66CC00;
}

#question dl a:hover{
	color: #FF9900;
}


#question dt {
	width: 590px;
	background-image: url(../customer/question/q.jpg);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding-bottom: 10px;
	line-height: 1.5em;
	padding-left: 25px;
}


#question dd {
	width: 590px;
	background-image: url(../customer/question/a.jpg);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	line-height: 1.5em;
	padding-left: 25px;
}

#question h2 a{
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 20px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding-left: 5px;
}

#question h2 a:hover{
	color: #663300;
	margin-bottom: 4px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #663300;
	padding-left: 5px;
}


#question p a{
	font-weight: bold;
	color: #FF9900;

}

#question p a:hover{
	color: #66CC00;
}



#question ul {
	width: 250px;
	margin-bottom: 20px;
	background-color: #FFF8DF;
	list-style-type: none;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#question li a{
	color: #66CC00;
	line-height: 1.5em;
	margin-top: 10px;
	padding-left: 10px;
}

#question li a:hover{
	color: #FF9900;
}

/* -+-+-+-+-+-+-+-+-+-+-+-+-privacyスタート */
#privacy {
	width:675px;
	float: left;
}

#privacy h2{
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 5px;
}



#privacy ul{
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}

#privacy li{
	text-indent: 1em;
	line-height: 1.5em;
}



/* -+-+-+-+-+-+-+-+-+-+-+-+-sitemapスタート */

#sitemapLeft {
	float: left;
	width: 300px;
	margin-top: 20px;
}

#sitemapLeft ul {
	width: 250px;
	margin-bottom: 20px;
	background-color: #FFF8DF;
	list-style-type: none;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#sitemapRight {
	float: left;
	width: 300px;
	margin-top: 20px;
}


#sitemapRight ul {
	width: 250px;
	margin-bottom: 20px;
	background-color: #FFF8DF;
	list-style-type: none;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* sitemapのdownloadスタート */
#download {
	width: 620px;
	background-color: #FFF8DF;
	height: 45px;
	padding-left: 30px;
	margin-left: 10px;
}

#download img{
	width:88px;
	float: left;
	height: 31px;
	margin-left: 5px;
}

.obon{
	background-color: #FFFFCC;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
}


.red {
	color: #FF0000;
}
