@charset "UTF-8";


/*===============================================================================
		index.html
===============================================================================*/


/*	#sitemapArea
---------------------------------------*/
#sitemapArea{
	border-top:2px solid #006D9F;
	padding:10px 0 0 0;
}
#sitemapArea ul li{
	background:url("../../images/common/i_arrow01.gif") no-repeat 0 6px;
	padding:0 0 10px 10px;
	margin-bottom:10px;
	border-bottom:1px dotted #999;
}
#sitemapArea ul li a{text-decoration:underline;}
#sitemapArea ul li a:hover{text-decoration:none;}

#sitemapArea ul li ul{
	padding:5px 0 0 0;
}
#sitemapArea ul li ul li{
	background:url("../../images/common/i_list01.gif") no-repeat 0 8px;
	border-bottom:0!important;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
}


/*	#xxxxx
---------------------------------------*/
