@charset "UTF-8";
#a {
	height: 30px;
	width: 700px;
	background-color: #D2F0FC;
	background-position: bottom;
	background-repeat: repeat-y;
	padding-bottom: 0px;
}
#header {
	height: 130px;
	width: 700px;
	background-image: url(IMG.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	padding-top: 0px;
	clear: left;
}
h6 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #20468F;
	font-size: 11px;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 36px;
	color: #3F6CAF;
}
#navi {
	height: 20px;
	width: 700px;
	background-color: #D2F0FC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3F6CAF;
	border-bottom-color: #3F6CAF;
	padding-top: 3px;
}
#middle {
	width: 700px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
}
#left {
	float: left;
	height: 550px;
	width: 186px;
	background-color: #D2F0FC;
	padding-left: 0px;
}
#footer {
	height: 45px;
	width: 700px;
	clear: left;
	background-color: #D2F0FC;
	margin-right: 10px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: none;
	padding: 2px;
	border-top-color: #333333;
}
#center {
	float: left;
	width: 355px;
	margin-left: 5px;
}
#wrapper {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#right {
	float: right;
	width: 150px;
	border-right-style: none;
}
