@charset "utf-8";
/* CSS Document */

/*-------------link color--------------*/
#wrapper a:link {color:#000099;}
#wrapper a:visited {color:#660099;}
#wrapper a:hover ,
#wrapper a:active {
    color:#d1111c;
	text-decoration:underline;
}
/*---------------index-----------------*/
#sitemap {
    position:relative;
    float:left;
	clear:both;
	width:640px;
}
#wrapper #sitemap #in_sitemap{
	padding-top:50px !important;
    padding-left:50px !important;
	width:500px !important;
}
#in_sitemap li{
	margin-left:0 !important;
	text-indent:0 !important;
	padding-bottom:5px !important;
    /*border-left:solid 5px #d34832;*/
	margin:10px;
	padding-left:20px;
	background:url(../../common/img/arrow.gif) no-repeat 0.0em 0.5em;
	font-weight:bold;
}
#sitemap #sitemap_home{
    margin:0 0 0 -50px !important;
}
#sitemap .in{
    margin-left:30px !important;
	background:none;
	font-weight:normal;
	text-decoration:underline;
}
#sitemap .in2{
    margin-left:70px !important;
	margin:5px;
	background:none;
	font-weight:normal;
}
/*--------------------------------------*/

