body {
	background: black;
}

a:hover {
	color: red !important;
}

#header {
	position: relative;
	background: white;
	width: 100%;
}

#header .cubes {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 830px;
	height: 345px;
	z-index: 0;
}

#header .cubes.compatible {
	display: none;
	background: url("../img/top/compatible.png") center center no-repeat;
}

#splash {
	background: url("../img/top/logo-bg.gif") 50% 0 no-repeat;
}

#splash.with_news {
	margin-left: -280px;
	padding-left: 280px;
}

#header .box {
	position: relative;
	width: 830px;
	margin: 0 auto;
	z-index: 1;
}

#header .logo {
	width: 100%;
	height: 255px;
	padding-top: 90px;
	text-align: center;
	position: relative;
}

#header .with_news .logo {
	width: 558px;
}

#header .information {
	position: absolute;
	top: 0;
	right: 0;
	margin: 18px;
	font-size: 92%;
	line-height: 1.2;
	color: white;
}

#header .news {
	padding: 10px;
	width: 210px;
	height: 286px;
	background: #222;
	background: rgba(20, 20, 20, 0.8);
}

#header .twitter {
	width: 230px;
	height: 306px;
	padding: 0;
}

#header .twitter iframe {
	height: 310px !important;
	border-radius: 5px;
}

#header .news h2 {
	padding-bottom: 4px;
	border-bottom: 2px solid white;
}

#header .news img {
	display: block;
	margin: 7px auto;
}

#header .news h2 img {
	margin-top: 0;
	margin-bottom: 0;
}

#header .news a {
	color: white;
}

#header .news p {
	margin: 0 0.5em;
}

#header .menu {
	background: #EEE url("../img/top/menu-bg.gif") repeat-x;
	overflow: hidden;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#header .menu ul {
	margin: 0 auto;
	padding: 0;
	width: 830px;
	height: 55px;
}

#header .menu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 20%;
	height: 100%;
	text-align: center;
}

/* for IE7 */
*:first-child+html #header .menu li {
	margin-right: -1px;
}

#header .menu a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

#header .menu a:hover {
	margin: 0 -1px;
	border: 1px solid #666;
	border-width: 0 1px;
}

/* for IE6 */
* html #header .menu li {
	margin: 0;
	width: 19%;
}

* html #header .menu a {
	padding: 0 1px;
}

* html #header .menu a:hover {
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	border-width: 0 1px;
}


#header .menu li.activity a:hover {
	background: url("../img/common/menu-bg-hover-activity.gif") repeat-x;
}

#header .menu li.schedule a:hover {
	background: url("../img/common/menu-bg-hover-schedule.gif") repeat-x;
}

#header .menu li.gallery a:hover {
	background: url("../img/common/menu-bg-hover-gallery.gif") repeat-x;
}

#header .menu li.faq a:hover {
	background: url("../img/common/menu-bg-hover-faq.gif") repeat-x;
}

#header .menu li.link a:hover {
	background: url("../img/common/menu-bg-hover-link.gif") repeat-x;
}


#header .menu img {
	margin-top: 11px;
	width: 151px;
	height: 38px;
}

#contents {
	width: 720px;
	margin: 0 auto;
	background: black;
	color: white;
	padding: 2em 0 1em;
	overflow: hidden;
}

#contents h2 {
	clear: left;
	margin: 0.7em 0 1.5em;
}

#contents p {
	margin: 1em 1em;
	line-height: 1.5
}

#contents ul.photos {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contents ul.photos li {
	float: left;
	border: 3px solid white;
	padding: 1px;
	margin: 10px;
}

/* for IE6 */
* html #contents ul.photos li {
	margin-right: 0;
}

#contents .more-detail {
	text-align: right;
}

#contents .contact {
	margin-top: -15px;
	margin-bottom: 16px;
	color: #EEE;
}

#contents address p {
	margin: 0 1em 1em;
}

#contents a {
	color: white;
}