@charset "UTF-8";

* {
　	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: 333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: 709EB2;
	font-size: 75%;
	line-height: 1.6;
	background-image: url(../image/eB-topback2.png);
	background-repeat: repeat-x;
	background-position: top;
}
a img {
	border-style: none;
}
a:link {
	color: #2C303A;
}
a:visited {
	color: #2C303A;
}
a:hover {
	color: #2ca9e1;
}
a:active {
	color: #2ca9e1;
}
#wrapper {
	width: 880px;
	margin: 0px auto;
	background-color: #ffffff;
}
#header {
	width: 880px;
	height: 224px;
	background-image: url(../image/eB-topimg.png);
}
#menu {
	width: 880px;
	height: 88px;
}
#news {
	float: left;
	width: 615px;
	background-color: #fff;
	height: 500px;
}
#side {
	float: right;
	width: 265px;
	background-color: #fff;
	height: 500px;
}
#under {
	width: 880px;
	clear: both;
	background-color: #fff;
}
#footer {
	width: 880px;
	height: 62px;
	background-image: url(../image/eB-footer.png);
	background-repeat: no-repeat;
}
#logo{
	width:880px;
	background-image: url(../image/eB-BLUE.png);
}
