@charset "utf-8";

@import "common/common.css";
@import "common/header.css";
@import "common/lmenu.css";
@import "common/pnav.css";
@import "common/contents_nomal.css";
@import "common/footer.css";

/*--ヘッダイメージ--*/
#headimg {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #CCCCCC;
	height: 155px;
	background-image: url(sitemap/h_img2.jpg);
	background-repeat: no-repeat;
}


/*--contents--*/
#contents .block {
	border: 1px solid #666666;
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 10px;
}
#contents h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 0 10px;
}
#contents h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 0 30px;
}
#contents ul li {
	list-style-type: square;
	margin: 10px 0 0 10px;
}
