@charset "utf-8";

#header{
	background: url(../../img/toppage/main_photo.jpg) no-repeat left 40px;
}

#header h1{
	height: 114px;
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 114px;
}

ul.sitemap{
	margin: 0 0 0 1.5%;
	width: 30%;
	float: left;
}
ul.sitemap li{
	background: url(../../sitemap/img/icon_file.png) no-repeat left 0;
	padding: 0 0 0 20px;
	margin: 15px 0;
	font-weight: normal;
	line-height: 16px;
}

ul.sitemap ol{
	margin: 0 0 0 10px;
}


ul.sitemap li.title{
	background: url(../../sitemap/img/icon_foldar.png) no-repeat left 0;
	padding: 0 0 0 20px;
	margin: 15px 0;
	font-weight: bold;
	line-height: 16px;
	font-size: 110%;
}
ul.sitemap li .cmt{
	font-weight: normal;
	padding: 10px 0;
}

@media screen and (max-width: 979px) {
#header{
	background: url(../../img/toppage/main_photo.jpg) no-repeat right top;
	-moz-background-size: cover;
	background-size: cover;
}

ul.sitemap{
	margin: 0 0 20px 0;
	width: auto;
	float: none;
}
}