@charset "utf-8";
/**
 * Digimart
 * @Copyright: 2007 Rittor Music Inc., a company of Impress Group. All right reserved.
*/

@import "global.css";
@import "layout_common.css";



#sitemap {
	width: 100%;
}

#sitemap h1 {
	width: 80px;
	height: 18px;
	margin-bottom: 0.4em;
	background: url(/img/sitemap/sitemap.gif) no-repeat;
}
#sitemap h1 span {
	display: none;
}

#sitemap h2 {
	font-size: 95%;
	color: #303e51;	
	border-bottom: 1px solid #303e51;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

#sitemap h3 {
	font-size: 90%;
	color: #303e51;
	margin-top: 1em;
	margin-bottom: 0.5em;
	background: url(/img/common/big_squ_arrow.gif) no-repeat left;
	padding-left:18px;
}

#sitemap ul.map1 {
	margin-left: 1.5em;
	font-size: 85%;
	list-style: url(/img/leftbox_menu_allow.gif) outside;
}

#sitemap ul.map1 li {
	margin-bottom:0.7em;
}



#sitemap p {
	font-size:75%;
	color: #455162;
	line-height: 1.5;
}

#sitemap ul.map2 {
	margin-left: 1.5em;
	/*font-size: 85%;*/
	list-style: url(/img/list_point.gif) outside;
}

#sitemap li.map2 {
	margin-bottom: 0.5em;
	/*padding-left:0.2em;*/
	margin-left: 1em;
}

#cate2 {
	margin-left:1em;
	font-size:95%;
	line-height: 1.3;
	margin-top: 0.5em;
	margin-bottom: 1em;
}




/*-----------layout-------------*/
#leftarea {
	float: left;
	width: 49%;
}

#rightarea {
	float: right;
	width: 49%;
}


