@charset "UTF-8";


/*
==========================================================
wrap
========================================================
*/
#wrap{
	width:960px;
	height:auto;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}

#wrap h1{
	width:960px;
	height:60px;
	padding:0px;
	margin:80px 0px 0px 0px;
	clear:both;
	overflow:hidden;
	background-image:url(image/h1.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

/*
==========================================================
contents
========================================================
*/

#contents{
	width:900px;
	height:auto;
	padding:0px;
	margin:50px auto 0px auto;
	overflow:hidden;
	clear:both;
}

#contents p{
	width:900px;
	height:auto;
	padding:0px;
	margin:0px;
	overflow:hidden;
	float:left;
	clear:both;
	font-size:12px;
	text-align:left;
	color:#000;
	line-height:150%;
	font-weight:normal;
}

/*
==========================================================
sitemap_list
========================================================
*/

.sitemap_list{
	width:900px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	clear:both;
	overflow:hidden;
}
.sitemap_list h5{
	width:900px;
	height:auto;
	background-color:#DEDEDE;
	border-left:3px solid #000;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#000;
	float:left;
	clear:both;
}
.sitemap_list h5 a{
	color:#000;
	text-decoration: none;
}
.sitemap_list h5 a:hover{
	color:#fff;
	text-decoration: none;
}
.sitemap_list ul {
	width:900px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	clear:both;
}
.sitemap_list li {
	width:900px;
	height:auto;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 15px;
	padding-top:0px;
	font-size:13px;
	font-weight:normal;
	color:#000;
	float:left;
	clear:both;
}
.sitemap_list li a{
	color:#000;
	text-decoration: none;
}
.sitemap_list li a:hover{
	color:#ccc;
	text-decoration: none;
}
