@charset "Shift_JIS";
/*******************************************
sitemap
*******************************************/

#pageTitle{
}

#contents_left {
	float:left;
	width:200px;
}

#contents_right {
	float:right;
	width:700px;
	background:url("../images/contents_bg_s.gif") repeat-y left;
}

#contents_bg {
	background-image: url("../images/contents_bg.gif") ;
	background-repeat: no-repeat;
	padding: 40px 0 0 0;
}

#contents_text {
	padding:0 0 40px 40px;
}

#contents_text h3 {
	margin-bottom:25px;
}

#contents_text h4 {
	margin-top: 15px;
	padding-bottom:2px;
	/*border-bottom: 1px solid #d5cfc5;*/
}

#contents_text h5{
	margin-top: 15px;
	padding-top:15px;
}

#contents_text h6{
	margin-top: 15px;
	padding-top:15px;
	padding-bottom:15px;
}

h6.sitemap_border_last{
	border-top:1px solid #d5cfc5;
	border-bottom:1px solid #d5cfc5;
}

h5.sitemap_border {
	border-top:1px solid #d5cfc5;
}

#contents_text p {
	margin-top:15px;
}

#contents_text ul {
	margin: 10px;
}

#contents_text li {
	margin-right: 15px;
	margin-bottom: 3px;
	padding-left: 8px;
	background: url("../images/arrow.gif") no-repeat left center;
}

#contents_text li a:link,
#contents_text li a:visited {
	color: #000;
	text-decoration: none;
}

#contents_text li a:hover,
#contents_text li a:active {
	color: #f88536;
	text-decoration: none;
}  

#contents_text li {
float: left;
}