@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #E6FFFF;
}
.container {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0px;
	float: none;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #E6FFFF;
}
.header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 1000px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(../photo/sheet%20hyoshi.jpg);
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	text-align: center;
}
h1 {
	font-size: 36px;
	color: #0F0;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.contents {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 1000px;
	float: left;
}
.contents .side_navi {
	height: auto;
	width: 145px;
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.contents .side_navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.contents .side_navi ul li h2 {
	width: 145px;
	margin: 0px;
	padding: 0px;
}
.contents .side_navi ul li h2 a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}



.contents .Main_Box {
	float: right;
	width: 820px;
	height: auto;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contents .Main_Box h3 {
	font-size: 16px;
}
.contents .Main_Box h3 a {
	font-style: normal;
}




.footer {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 1000px;
	float: left;
	font-size: 10px;
	color: #CFF;
	background-color: #000;
	text-align: center;
	line-height: 17px;
}
