@charset "utf-8";

/* CSS Document */

/*==========================================================================================

	// seo.html

==========================================================================================*/

div#main {
}


div#main h1 {
	margin-bottom:10px;
}

div.box {
	width:666px;
	border:1px solid #D0D2D3;
	padding:2px;
	margin-bottom:10px;
	line-height:1.6;
}


ul#sitemap {
	width:600px;
	margin:0 auto 10px;
}




ul#sitemap li a {
	width:185px;
	display:block;
	height:30px;
	line-height:30px;
	float:left;
	clear:both;
	border-top:1px solid #cccccc;
	padding: 3px 0 0 15px;
	text-decoration:none;
	color:#333333;
	margin-bottom:3px;
	background: url(../images/mark.gif) no-repeat left center;
}

ul#sitemap li a:hover {
	background:#fff7fa url(../images/mark.gif) no-repeat left center;
}


ul#sitemap li ul {
	display:block;
	width:400px;
	float:right;
}

ul#sitemap li ul li {
}

ul#sitemap li ul li ul {
	float:right;
	width:200px;
	padding-bottom:10px;
}

ul#sitemap li ul li ul li {
	width:200px;
}

ul#sitemap li ul li ul li a {
	float:none;
}














 
