@charset "utf-8";
/* ===================================================================
CSS information

 style info :
 
=================================================================== */

/*----------------------------------------------------
	 #hedintro
 
----------------------------------------------------- */
#contents{
	overflow:hidden;
	height:400px;
	background:url(../images/flower.gif) right bottom no-repeat #fbf4f4;
}


h2.site_hed{
	background:url(../images/sitemap.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	border-bottom:1px solid #fff;
}
h4 {
	margin: 0 0 3px;
}



ul.sitemapList{
	width:700px;
	padding:10px ;
	margin:10px auto;
	border-bottom:1px solid #ddd;
	overflow:hidden;

}
ul.sitemapList li{
	width:200px;
	float:left;
	padding:0 0 0 20px;
	margin:0 0 10px;
	background:url(../images/icon01.gif) 0 3px no-repeat;
}
















