@charset "utf-8";
/* CSS Document */
#main-title{
	width:600px;
	height:20px;
	margin-top:10px;
	margin-left:20px;
}
/* 大枠 */
#sitemap_content{
	width:720;
	height:auto;
	margin:20px;
}
#sitemap_content_left{
	float:left;
	width:auto;
	height:auto;
	border:#666 solid 1px;
}
#sitemap_content_right{
	float:right;
	width:500px;
	height:auto;
	border-top:#666 dotted 1px;
}
#sitemap_content_bot{
	clear:both;
}
/* 内容 */
.sitemap_content_top{
	width:auto;
	height:auto;
	margin-bottom:5px;
	border-bottom:#666 dotted 1px;
}
.sitemap_content_mid_l{
	float:left;
	width:150px;
	height:auto;
}
.sitemap_content_mid_r{
	float:right;
	width:350px;
	height:auto;
}
.sitemap_content_bottom{
	clear:both;
}
.p_sitemap_content_mid_r{
	border-bottom:#666 dotted 1px;
	font-size:14px;
	padding:4px;
}
