@charset "utf-8";

/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== MENU ===========================================

	1: SITEMAP


==========================================================
*/

/*
===== 1: SITEMAP ==========================================
*/
div#main div.sitemap{
	margin-top:10px;
	width:620px;
}

div#main div.sitemap dl{
	width: 290px;
	margin:10px;
	float: left;
}

div#main div.sitemap dl dt{
	background: url(../img/sitemap/ico_sitemap.gif) no-repeat;
	padding-left: 35px;
	border-bottom: 1px dotted #996600;
}

div#main div.sitemap dl dd{
	padding:5px 0px 5px 10px;
}




