@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFB8C0;
}

#container {
	margin: auto;
	padding: 0px;
	width: 700px;
	background-color: #FFFFFF;
}
#header {
	height: 295px;
	width: 100%;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FF5847;
}
h1 {
	background-image: url(images/main_image.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 100%;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	color: #FF5847;
	font-weight: normal;
	margin: 0px;
}
h2 {
	background-color: #FF6600;
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px;
	font-weight: normal;
}

ul {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

li {
	list-style-type: none;
	height: 55px;
	width: 140px;
	float: left;
}
a {
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}

#navi a {
	display: block;
	height: 55px;
	width: 140px;
	text-decoration: none;
	text-indent: -9999px;
}
#top {
	background-image: url(images/btn_001.jpg);
}
#event {
	background-image: url(images/btn_002.jpg);
}
#club {
	background-image: url(images/btn_003.jpg);
}
#cd {
	background-image: url(images/btn_004.jpg);
}
#info {
	background-image: url(images/btn_005.jpg);
}
#main {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#banner {
	float: left;
}
#contents {
	float: right;
	width: 480px;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	background-color: #FF5847;
	text-align: center;
	height: 50px;
	color: #FFFFFF;
	line-height: 20px;
}
h3 {
	color: #FF6600;
}
