@charset "utf-8";

/*サイトマップ*/
#title_bar{
	width:650px;
	height:40px;
	background-image:url(../image/sitemap/title_bg.gif);
	color:#ffffff;
	font-size:14px;
	margin-left:3px;
	margin-top:20px;
	margin-bottom:15px;
	font-weight:bold;
}

#sitemap{
position:relative;
background-image:url(../image/sitemap/sitemap_mid_bg.gif);
background-repeat:repeat-y;
position:relative;
width:662px;
height:auto;
margin:0 auto;
padding:0;
}

#sitemap_area{
padding-left:22px;
padding-top:20px;
}

#sitemap_area ul {
width:600px;
}
#sitemap_area ul li{
width:250px;
height:30px;
border-bottom-style:dashed;
border-bottom-width:1px;
border-bottom-color:black;
display:block;
float:left;
margin-top:15px;
margin-left:10px;
padding-left:5px;
}
#sitemap_area ul li a{
text-decoration:none;
}