@charset "utf-8";
@import url(reset.css);

body {
	color: #333;
}

a {
	color: #132E85;
}

a:visited {
	color: purple;
}

a:hover {
	color: #E33F00;
}

a.highlight:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

sup {
	vertical-align: super;
}

body {
	margin: 0;
	padding: 0;
	background: url(../img/back-gradient.png) repeat-x;
}

#back {
	margin: 0;
	padding: 17px 0 13px 2px;
	background: url(../img/back-pattern.png) no-repeat center top;
}

#board-body {
	margin: 0 auto;
	padding: 0;
	background: url(../img/board-body.png) repeat-y;
	width: 990px;
}

#board-top {
	margin: 0;
	padding: 0;
	background: url(../img/board-top.png) no-repeat center top;
}

#board-bottom {
	margin: 0;
	padding: 3px 6px 7px 4px;
	background: url(../img/board-bottom.png) no-repeat center bottom;
}

#header {
	margin: 0;
	padding: 0 30px;
	width: 920px;
	height: 120px;
	position: relative;
}

#header #logo {
	margin: 0;
	padding: 0;
	width: 656px;
	height: 42px;
	position: absolute;
	top: 20px;
	left: 30px;
}

#header #logo a {
	display: block;
}

#header #header-nav {
	margin: 0;
	padding: 0;
	width: 189px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 30px;
}

#header #header-nav li {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 6px 0 5px 12px;
	padding: 0;
}

#header #header-nav li a {
	display: block;
	height: 14px;
	background: url(../img/header-nav.png) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

#header #header-nav li#hnav-contact a {
	width: 83px;
	background-position: 0 0;
}

#header #header-nav li#hnav-contact a:hover {
	background-position: 0 -14px;
}

#header #header-nav li#hnav-sitemap a {
	width: 82px;
	background-position: -96px 0;
}

#header #header-nav li#hnav-sitemap a:hover {
	background-position: -96px -14px;
}

#header #cse-search-box {
	width: 200px;
	height: 40px;
	position: absolute;
	top: 39px;
	right: 30px;
}

#header #cse-search-box input#text-query {
	width: 120px;
	height: 18px;
	position: absolute;
	right: 62px;
	top: 10px;
}

#header #cse-search-box input#button-search {
	position: absolute;
	right: 0;
	top: 12px;
}

#header #global-nav {
	margin: 0;
	padding: 80px 0 0;
	width: 920px;
	height: 40px;
	overflow: hidden;
}

#header #global-nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header #global-nav li a {
	display: block;
	height: 40px;
	background: url(../img/global-nav.png) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

#header #global-nav li#gnav-top a {
	width: 56px;
	background-position: 0 0;
}

#header #global-nav li#gnav-top a:hover,
body.home #header #global-nav li#gnav-top a {
	background-position: 0 -40px;
}

#header #global-nav li#gnav-announce a {
	width: 144px;
	background-position: -56px 0;
}

#header #global-nav li#gnav-announce a:hover,
body.announce #header #global-nav li#gnav-announce a {
	background-position: -56px -40px;
}

#header #global-nav li#gnav-event-schedule a {
	width: 144px;
	background-position: -200px 0;
}

#header #global-nav li#gnav-event-schedule a:hover,
body.event #header #global-nav li#gnav-event-schedule a {
	background-position: -200px -40px;
}

#header #global-nav li#gnav-stadium-guide a {
	width: 144px;
	background-position: -344px 0;
}

#header #global-nav li#gnav-stadium-guide a:hover,
body.guide #header #global-nav li#gnav-stadium-guide a {
	background-position: -344px -40px;
}

#header #global-nav li#gnav-access a {
	width: 144px;
	background-position: -488px 0;
}

#header #global-nav li#gnav-access a:hover,
body.access #header #global-nav li#gnav-access a {
	background-position: -488px -40px;
}

#header #global-nav li#gnav-fanzone a {
	width: 144px;
	background-position: -632px 0;
}

#header #global-nav li#gnav-fanzone a:hover,
body.fanzone #header #global-nav li#gnav-fanzone a {
	background-position: -632px -40px;
}

#header #global-nav li#gnav-kobenavi a {
	width: 144px;
	background-position: -776px 0;
}

#header #global-nav li#gnav-kobenavi a:hover,
body.kobenavi #header #global-nav li#gnav-kobenavi a {
	background-position: -776px -40px;
}

#footer {
	margin: 0;
	padding: 0 10px;
	width: 960px;
	height: 70px;
	position: relative;
}

#footer-nav {
	text-align: center;
	width: 960px;
	margin: 0 10px;
	position: absolute;
	left: 0;
	bottom: 40px;
}

#footer-nav a {
	font-size: 12px;
}

#copyright {
	font-size: 10px;
	color: white;
	line-height: 30px;
	position: absolute;
	right: 30px;
	bottom: 0;
}
