/* CSS Document */
#main h2{margin-bottom:15px;}

.content_box01{
	background:url(../../img/line_dotted.gif) repeat-x left bottom;
	padding-bottom:15px;
}
.content_box01 p{padding-bottom:10px;}
.gray_box{
	background:#d9d9d9;
	padding:15px;
	margin-bottom:10px;
}

.sitemap_area{
	background:url(../../img/line_dotted.gif) repeat-x left bottom;
	padding:15px 0 10px;
}
.sitemap_area li{
	background:url(../../img/icon_circle_red.gif) no-repeat 0 2px;
	padding-left:20px;
	padding-bottom:3px;
	float:left;
	width:210px;
}
.sitemap_area li li{
	background:url(../../img/icon_blue_triangle.gif) no-repeat 0 5px;
	padding-left:15px;
	float:none;
	width:auto;
}
.sitemap_area li li li{
	background:url(../../img/icon_tree_01.gif) no-repeat 0 3px;
	padding-left:15px;
	float:none;
	width:auto;
}
.sitemap_area li li li.last{
	background:url(../../img/icon_tree_02.gif) no-repeat 0 3px;
	padding-left:15px;
}