@charset "UTF-8";

#sitemap {
	padding: 20px 10px;
	width: 920px;
}

.section {
	width: 450px;
	padding: 0px;
	float: left;
	line-height: 1.4em;
	margin-right: 10px;
	margin-left: 10px;
}

.section ul li,
.section ul li ul li {
	list-style-position: inside;
	margin-left: 20px;
	font-size: 12px;
}

h4 a,
.section ul li a,
.section ul li ul li a {
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
}

.section ul li a,
.section ul li ul li a {
	list-style-type: none;
	background-image: url(../img/list_gray.gif);
	font-size: 12px;
	color: #666;
	padding-left:25px;
	background-position: 0px 0px;
}

.section ul li ul li a,
.section ul li ul li ul li a {
	list-style-type: none;
	background-image: url(../img/list_arrow.gif);
	font-size: 12px;
	color: #666;
	padding-left:17px;
	background-position: 0px 6px;
}


h4 a:hover, 
.section ul li a:hover,
.section ul li ul li a:hover {
	text-decoration: underline;	
}

h4 {
	font-size: 14px;
	font-weight: bold;
	border-left-style: none;
	border-bottom-style: none;
	height: 25px;
}

h4 a {
	color: #FF4242;	
	height: 25px;
	background-color: #EEE;
	background-image: url(../img/list_red.gif);	
	background-position: 5px center;
	padding-top: 5px;
	padding-left:30px;
	font-weight: bold;
	list-style-type: none;
}



/* --------------------- エラーページ --------------------- */

h3 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 12px;
	color: #333;
	width: 936px;
	padding-top: 6px;
	padding-bottom: 5px;
	border: 1px dashed #999;
	text-align: center;
}

#sorry {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#sorry ul li {
	color: #F00;
	font-size: 75%;
	margin-bottom: 10px;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 0.8em;
	font-weight: bold;
}


/* --------------------- プライバシーポリシー --------------------- */

.policy {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4em;
	color: #333;
}

.policy p, .policy ol li {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	list-style-position: inside;
}

.policy h4 {
	color: #333;
	font-size: 75%;
	font-weight:bold;
	margin-bottom: 15px;
	padding-left:10px;
	border-left:5px solid #D42729;
	border-bottom:1px dotted #999;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	margin-left: 5px;
	margin-right: 5px;
	height: 100%;
}















