@charset "UTF-8";

/**********************************************
 For Declaration of Contents * TypeSITEMAP
**********************************************/

h2.smListTit {
	margin-top: 30px;
	margin-bottom: 6px;
	padding: 7px 10px 3px;
	background: url(/sitemap/img/sm_h2_bg.gif) 0 0 no-repeat;
	border-bottom: 1px solid #dcdcdc;
}
h2.smListTit.first {
	margin-top: 0;
}

h2.smListTit span {
	display: block;
	padding-left: 13px;
	background: url(/common/img/arrow01.gif) 0 0.5em no-repeat;
	font-size: 120%;
}

.smList {
	overflow: hidden;
	width: 690px;
}
.smList ul {
	float: left;
	width: 325px;
	padding: 0 10px;
}
.smList ul li {
	padding: 8px 0 5px;
	background: url(/sitemap/img/sm_list_bg.gif) 0 100% repeat-x;
}
.smList ul li span {
	display: block;
	padding-left: 13px;
	background: url(/common/img/arrow01.gif) 0 0.4em no-repeat;
}

.smList ul li ul {
	float: none;
	width: 300px;
	padding: 0 0 0 25px;
}
.smList ul li ul li {
	padding: 7px 0 0 11px;
	background: url(/common/img/arrow03.gif) 0 1.0em no-repeat;
}



