#top h1 {
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-bottom: 40px;
	background-color: #8A9AC6;
	color: #FFF;
	font-style: italic;
	padding-right: 130px;
}
#mainnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #5B55D5;
	width: 100%;
	float: left;
}
#mainnav li {
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #5B55D5;
}
#image img {
	height: auto;
	width: 100%;
}
#wrapper {
	background-image: url(../images/BackGround.gif);
	height: auto;
	width: 100%;
}
#wrapper #top img {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 100px;
}
#wrapper #top div {
	position: absolute;
	top: 70px;
	right: 20px;
}
#marquee {
	display: inline-block;
	animation-name:marquee;
	animation-duration:20s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	color: #F60;
	position: absolute;
	top: 120px;
	left: 0px;
	text-align: right;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: large;
	font-style: normal;
	text-decoration: blink;
	margin-left: 10px;
}
@keyframes marquee {
	from {margin-left:0%; width:100%;}
	to {margin-left:-100%; width:100%;}
}
#wrapper #main {
	width: 58%;
	float: left;
	margin-left: 2%;
}
#sidebar {
	float: left;
	width: 34%;
	margin-left: 4%;
}
footer {
	clear: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2%;
	background-color: #8A9AC6;
}
