@charset 'utf-8';
/*----------------------------------------------------グローバルCSS*/
/*------------------------------------global*/
html {
	margin: 0;
	padding: 0;
	overflow: scroll;
}
body {
	margin: 10px 0;
	padding: 0;
	background: #000000;
	font: normal 12px Arial, sans-serif;
	color: #ffffff;
	text-align: center;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	display: none;
}
img {
	border: none;
}
ol,ul,dl,dt,dd,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #6699ff;
}
a:hover {
	text-decoration: underline;
	color: #99ccff;
}
object {
	outline: none;
}
#wrapper {
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(../img/wrapper.jpg) repeat-y;
}
.spc {
	clear: both;
}
.spc hr {
	display: none;
}
.inner {
	padding: 10px;
}
.winner {
	padding: 20px;
}
.img_center {
	text-align: center;
}
.img_left {
	margin: 5px;
	float: left;
}
.img_right {
	margin: 5px;
	float: right;
}
/*------------------------------------table*/
table {
	margin: 5px auto;
	padding: 0;
	font-size: 12px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 95%;
}
table,tr,td{
	border: 1px solid #555555;
	text-align: center;
}
td {
	padding: 5px 0;
}
td em {
	font: normal 10px Arial, sans-serif;
	color: #777777;
}
/*------------------------------------form*/
form,fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.long {
	width: 300px;
}
.middle {
	width: 150px;
}
.short {
	width: 80px;
}
.mini {
	width: 60px;
	text-align: center;
}
.tin {
	width: 40px;
	text-align: center;
}
textarea {
	width: 300px;
	height: 150px;
	overflow: auto;
	font-size: 12px;
}
#submit_box {
	padding: 10px 0;
}
/*------------------------------------head*/
#head {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/header.jpg) no-repeat center top;
}
#head h1 {
	float: left;
	width: 200px;
	height: 100px;
}
#head h1 a {
	display: block;
	width: 200px;
	height: 100px;
}
#head p {
	float: right;
	width: 250px;
	margin-top: 30px;
	font-weight: bold;
	text-align: left;
}
/*------------------------------------menu*/
#menu {
	width: 800px;
	margin: 5px auto;
	text-align: center;
}
#menu ol li {
	width: 133px;
	height: 35px;
	float: left;
}
#menu ol li a {
	display: block;
	width: 133px;
	height: 35px;
	text-decoration: none;
}
#menu ol li a span {
	visibility: hidden;
}
#menu li#menu_top {
	background: url(../img/menu_top_off.jpg) no-repeat center;
}
#menu li#menu_schedule {
	background: url(../img/menu_schedule_off.jpg) no-repeat center;
}
#menu li#menu_access {
	background: url(../img/menu_access_off.jpg) no-repeat center;
}
#menu li#menu_contact {
	background: url(../img/menu_contact_off.jpg) no-repeat center;
}
#menu li#menu_blog {
	background: url(../img/menu_blog_off.jpg) no-repeat center;
}
#menu li#menu_link {
	background: url(../img/menu_link_off.jpg) no-repeat center;
}
#menu li#menu_top a:hover {
	background: url(../img/menu_top_on.jpg) no-repeat center;
}
#menu li#menu_schedule a:hover {
	background: url(../img/menu_schedule_on.jpg) no-repeat center;
}
#menu li#menu_access a:hover {
	background: url(../img/menu_access_on.jpg) no-repeat center;
}
#menu li#menu_contact a:hover {
	background: url(../img/menu_contact_on.jpg) no-repeat center;
}
#menu li#menu_blog a:hover {
	background: url(../img/menu_blog_on.jpg) no-repeat center;
}
#menu li#menu_link a:hover {
	background: url(../img/menu_link_on.jpg) no-repeat center;
}
/*------------------------------------body*/
#body {
	width: 800px;
	margin: 0 auto;
}
#body h2 {
	width: 800px;
	height: 30px;
}
/*------------------------------------foot*/
#foot {
	width: 800px;
	margin: 10px auto;
	padding: 10px 0;
	border-top: 1px solid #555555;
	text-align: center;
}
#foot h6 {
	color: #555555;
	font: normal 10px Arial, sans-serif;
}
#foot h6 a {
	color: #555555;
}