@charset "UTF-8";


.contents p {
	padding-bottom: 10px;
}
.contents ul {
	padding-bottom: 20px;
}


/* サイドナビ */
#sidenavi01 {
	background:url(../images/side_navi_reg.gif);
}
#sidenavi02 {
	background:url(../images/side_navi_privacy.gif);
}
#sidenavi03 {
	background:url(../images/side_navi_inquiry.gif);
}
#sidenavi04 {
	background:url(../images/side_navi_faq.gif);
}
#sidenavi05 {
	background:url(../images/side_navi_sitemap.gif);
}
#sidenavi06 {
	background:url(../images/side_navi_flow.gif);
}
#sidenavi07 {
	background:url(../images/side_navi_guideline.gif);
}
#sidenavi01 a:hover {
	background:url(../images/side_navi_reg.gif) 0px 35px;
}
#sidenavi02 a:hover {
	background:url(../images/side_navi_privacy.gif) 0px 35px;
}
#sidenavi03 a:hover {
	background:url(../images/side_navi_inquiry.gif) 0px 35px;
}
#sidenavi04 a:hover {
	background:url(../images/side_navi_faq.gif) 0px 35px;
}
#sidenavi05 a:hover {
	background:url(../images/side_navi_sitemap.gif) 0px 35px;
}
#sidenavi06 a:hover {
	background:url(../images/side_navi_flow.gif) 0px 35px;
}
#sidenavi07 a:hover {
	background:url(../images/side_navi_guideline.gif) 0px 35px;
}

/* サイトマップ　レイアウト */

dl {
	width: 630px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
dt {
	float:left;
	clear:both;
	font-weight:bold;
	width: 200px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}
dd {
	margin-left: 200px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
dd a {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
}
dd a:hover {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	text-decoration: underline;
	background-color: #FF9900;
	color: #FFFFFF;
}

/*　お客様の声部分　*/
#customerBox {
	background-color: #eeeeee;
	font-size: 12px;
	padding: 10px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#customerBox strong {
	color: #0066FF;
	font-weight: normal;
}

#customerBox .custmerSection {
	background-color: #FFFFFF;
	padding-bottom: 20px;
	float: left;
	width: 613px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#customerBox p {
	background-color: #FF9900;
	margin-top: 8px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 8px;
	padding-bottom: 0px;
}
#customerBox .sentence {
	font-weight: normal;
	line-height: 24px;
	font-size: 12px;
	display: block;
	width: 515px;
	float: right;
	background-image: url(../images/textLine.gif);
	background-repeat: repeat;
	clear: both;
	text-align: left;
	margin-right: 5px;
}
#customerBox .photo {
	width: 70px;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 105px;
	padding: 0px;
	float: left;
}

