@charset 'utf-8';
/*-------------------------------------------グローバルCSSファイル*/
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	color: #ffffff;
	font: 12px Arial, sans-serif;
	text-align: center;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	display: none;
}
ul,dl,ol,li,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: none;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF0066;
	text-decoration: underline;
}
form,fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
table {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	font: 12px Tahoma,sans-serif;
	border-spacing: 0px;
	border-collapse: collapse;
}
table,tr,td{
	border: 2px solid #ffffff;
	text-align: center;
}
.spc {
	clear: both;
}
.spc hr {
	display: none;
}
.text_area {
	padding: 20px;
	font-size: 15px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
/*-------------------------------------------head*/
#head {
	width: 800px;
	height: 140px;
}
#head h1 {
	width: 800px;
	height: 100px;
	background: url(../img/header.jpg) no-repeat;
}
#head h1 a {
	display: block;
	width: 800px;
	height: 100px;
}
/*-------------------------------------------menu*/
#menu {
	width: 800px;
	height: 40px;
	background: url(../img/27697_icon.gif) no-repeat left;
}
#menu ol {
	height: 40px;
	margin-left: 60px;
}
#menu li {
	float: left;
	width: 100px;
	height: 30px;
	margin-top: 5px;
	margin-right: 20px;
}
#menu li a {
	display: block;
	width: 100px;
	height: 30px;
}
#menu li span {
	display: none;
}
#menu_01 {
	background: url(../img/menu_top.jpg) no-repeat top center;
}
#menu_01 a:hover {
	background: url(../img/menu_top.jpg) no-repeat bottom center;
}
#menu_02 {
	background: url(../img/menu_unionway.jpg) no-repeat top center;
}
#menu_02 a:hover {
	background: url(../img/menu_unionway.jpg) no-repeat bottom center;
}
#menu_03 {
	background: url(../img/menu_krew.jpg) no-repeat top center;
}
#menu_03 a:hover {
	background: url(../img/menu_krew.jpg) no-repeat bottom center;
}
#menu_04 {
	background: url(../img/menu_items.jpg) no-repeat top center;
}
#menu_04 a:hover {
	background: url(../img/menu_items.jpg) no-repeat bottom center;
}
#menu_05 {
	background: url(../img/menu_blog.jpg) no-repeat top center;
}
#menu_05 a:hover {
	background: url(../img/menu_blog.jpg) no-repeat bottom center;
}
#menu_06 {
	background: url(../img/menu_event.jpg) no-repeat top center;
}
#menu_06 a:hover {
	background: url(../img/menu_event.jpg) no-repeat bottom center;
}
/*-------------------------------------------body*/
#body {
	text-align: left;
}
#body h2 {
	width: 300px;
	height: 40px;
}
/*-------------------------------------------information*/
#information h2 {
	display: none;
}
#information #bana_area {
	text-align: center;
}
#information #bana_area #twitter {
	padding: 10px 20px;
}
/*-------------------------------------------foot*/
#foot_menu {
	width: 800px;
	height: 20px;
	margin: 5px 0;
	line-height: 20px;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	font-size: 10px;
}
#foot #foot_menu li {
	float: left;
	margin: 0 10px;
}