﻿@charset "utf-8";

/*------------------------------------------------------subnav start---------------------------------------------------------*/

#navwrap{
	width: 907px;
	height:20px;
	background-image:url(../images/subnav_bg.jpg);
	margin:1px auto 5px;
}

#title{
	width:868px;
	height:51px;
	text-align:left;
	background-image:url(../images/title_bg.jpg);
	padding: 8px 0 0 20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

/*------------------------------------------------------subnav end---------------------------------------------------------*/

/*------------------------------------------------------sitemap start---------------------------------------------------------*/

#sitemap{
	width:800px;
	margin:15px auto;
}

#sitemap dl{
	width:340px;
	margin:30px auto;
	float:left;
	text-align:left;
}

#sitemap dt{
	width:200px;
	padding-top:15px;
	clear:both;
}

#sitemap dd{
	width:150px;
	padding-left:50px;
	padding-top:15px;
	clear:both;
	background:url(../images/arrow.jpg) 30px 16px no-repeat;
}

#sitemap img{
	margin:20px auto 0;
	float:left;
}
