@charset "utf-8";

@import url("base.css");

/* sitemap用CSS */

#contents_box h2{
	background-image: url(img/star_dot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	line-height: 20px;
	padding-left: 22px;
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #FFCC33;
}
#contents_box strong{
	margin-left: 20px;
}
#contents_box ul{
	margin-left: 20px;
}
#contents_box li{
	list-style-type: none;
}