@charset "EUC-JP";

/*////////////////////////////////////////////////////////////
	PRODUCT COMMON
////////////////////////////////////////////////////////////*/

#sitemap h1 {
	font-size: medium;
	font-weight: bold;
	color: #602E2E;
	background-image: url(../img/lin_tit.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
	padding-bottom: 0.8em;
}
#sitemap #smL {
	float: left;
	width: 360px;
}
#sitemap #smR {
	float: right;
	width: 360px;
}
#sitemap .cat {
	background-color: #F0EEDB;
	padding: 10px;
	margin-bottom: 10px;
}
#sitemap .cat h2 {
	margin-bottom: 0.4em;
	font-weight: bold;
}
#sitemap .cat h3 {
	margin-bottom: 0.4em;
	font-weight: bold;
}

#sitemap .cat .sheets {
	margin-left: 15px;
}
#sitemap .cat ul {
	list-style-type: none;
	margin-left: 15px;
}

