@charset "utf-8";
/* CSS Document */


/*------------------------------------------------------------------------ 共通*/
.jump-menu {
	border: 1px dotted #CCCCCC;
	text-align: right;
	padding: 5px;
	margin-bottom: 15px;	
}

/*------------------------------------------------------------------------ サイトポリシー*/

h2#policy {
	border: 1px #666666 solid;
	margin-bottom: 20px;
	padding: 1.5em 0;
    background:url(../image/parts/h_policy.jpg) no-repeat right top;
	font-weight:bold;
	text-indent: 1em;
	font-size: 200%;
}

.policy-box {
	margin-bottom: 20px;
}

.policy-box h3 {
	border-left: 5px solid #0071BE;
	text-indent: 10px;
	font-size: 120%;
	margin-bottom: 10px;
	color: #0071BE;
}

.policy-box p {
	margin-bottom: 1em;
}

.policy-box ol {
	margin-left: 20px;
}

.policy-box ol li ol {
	list-style: none;
}

/*------------------------------------------------------------------------ お問合せ*/

h2#faq {
	border: 1px #666666 solid;
	margin-bottom: 20px;
	padding: 1.5em 0;
    background:url(../image/parts/h_policy.jpg) no-repeat right top;
	font-weight:bold;
	text-indent: 1em;
	font-size: 200%;
}

.faq-box {
	margin-bottom: 20px;
}

.faq-box h3 {
	border-left: 5px solid #0071BE;
	text-indent: 10px;
	font-size: 120%;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #0071BE;
}

.faq-box dl dt {
	background: url(../image/parts/ico_faq_q.gif) no-repeat top left;
	text-indent: 15px;
	min-height: 15px;
}

.faq-box dl dd {
	background: url(../image/parts/ico_faq_a.gif) no-repeat top left;
	text-indent: 15px;
	min-height: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
}
.faq-box .contact-box {
	border: 2px solid #CCCCCC;
	margin: 0px 60px;
	padding: 0.3em;
	text-align: center
}

/*------------------------------------------------------------------------ サイトマップ*/
h2#sitemap {
	border: 1px #666666 solid;
	margin-bottom: 20px;
	padding: 1.5em 0;
    background:url(../image/parts/h_policy.jpg) no-repeat right top;
	font-weight:bold;
	text-indent: 1em;
	font-size: 200%;
}

.sitemap-box {
	margin-bottom: 15px;
}

.sitemap-box a {
	color: #FF6600;
	font-weight: bold;
}

.sitemap-box a:hover {
	color: #4A4A4A;
}

.sitemap-box ul.category {
	float: left;
	width: 623px;
	margin-bottom: 20px;
	border: 1px dotted #CCCCCC;
	padding: 10px;
	_padding: 9px;
	list-style: none;
}

.sitemap-box ul.category li {
	background: url(../image/parts/ico_sitemap_category.gif) no-repeat left 6px;
	min-height: 15px;
	min-width: 15px;
	text-indent: 20px;
}
.sitemap-box ul.category li ul.page li {
	min-height: 15px;
	min-width: 15px;
	text-indent: 15px;
	background-image: url(../image/parts/ico_sitemap_page.gif);
	background-repeat: no-repeat;
	background-position: left -35px;
	margin-left: 30px;
	_margin-left: 15px;
	float: left;
	width: 170px;
	list-style: none;
}

.sitemap-box ul.category li ul.page li ul li {
	margin-left: 20px;
}
.sitemap-box ul.category li ul.page li a {
	font-weight: normal;
	font-size: 90%;
}
/*------------------------------------------------------------------------ バナー広告について*/

h2#banner {
	border: 1px #666666 solid;
	margin-bottom: 20px;
	padding: 1.5em 0;
    background:url(../image/parts/h_policy.jpg) no-repeat right top;
	font-weight:bold;
	text-indent: 1em;
	font-size: 200%;
}

.banner-box {
	margin-bottom: 20px;
	text-align: center;
}

.banner-box p {
	margin-bottom: 2em;
}
