@charset "utf-8";
/*-----------------------------------------------グローバルCSS*/
/*---------------------------------------global*/
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #ffffff;
	font: normal 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: #dd0000;
	text-decoration: none;
}
a:hover {
	color: #ff9933;
	text-decoration: underline;
}
form,fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
table {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	border-spacing: 0px;
	border-collapse: collapse;
}
table,tr,td{
	color: #ffffff;
	border: 1px solid #999999;
	text-align: center;
}
tr:hover {
	background: #222222;
}
.spc {
	clear: both;
}
.text_area {
	padding: 20px;
	font-size: 15px;
}
object {
	outline: none;
}
#wrapper {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/*---------------------------------------head*/
#head h1 {
	width: 700px;
	height: 70px;
	background: url(../img/header.jpg) no-repeat;
}
#head h1 a {
	display: block;
	width: 130px;
	height: 70px;
}
/*---------------------------------------menu*/
#menu ul {
	height: 25px;
}
#menu li {
	height: 25px;
	float: left;
}
#menu a {
	display: block;
	height: 25px;
}
#menu li a span {
	display: none;
}
#menu li#menu_01 {
	width: 100px;
	background: url(../img/menu_top_of.jpg) no-repeat;
}
#menu li#menu_01 a:hover {
	width: 100px;
	background: url(../img/menu_top_on.jpg) no-repeat;
}
#menu li#menu_02 {
	width: 70px;
	background: url(../img/menu_live_of.jpg) no-repeat;
}
#menu li#menu_02 a:hover {
	width: 70px;
	background: url(../img/menu_live_on.jpg) no-repeat;
}
#menu li#menu_03 {
	width: 100px;
	background: url(../img/menu_bio_of.jpg) no-repeat;
}
#menu li#menu_03 a:hover {
	width: 100px;
	background: url(../img/menu_bio_on.jpg) no-repeat;
}
#menu li#menu_04 {
	width: 100px;
	background: url(../img/menu_disco_of.jpg) no-repeat;
}
#menu li#menu_04 a:hover {
	width: 100px;
	background: url(../img/menu_disco_on.jpg) no-repeat;
}
#menu li#menu_05 {
	width: 70px;
	background: url(../img/menu_items_of.jpg) no-repeat;
}
#menu li#menu_05 a:hover {
	width: 70px;
	background: url(../img/menu_items_on.jpg) no-repeat;
}
#menu li#menu_06 {
	width: 70px;
	background: url(../img/menu_photo_of.jpg) no-repeat;
}
#menu li#menu_06 a:hover {
	width: 70px;
	background: url(../img/menu_photo_on.jpg) no-repeat;
}
#menu li#menu_07 {
	width: 70px;
	background: url(../img/menu_link_of.jpg) no-repeat;
}
#menu li#menu_07 a:hover {
	width: 70px;
	background: url(../img/menu_link_on.jpg) no-repeat;
}
#menu li#menu_08 {
	width: 70px;
	background: url(../img/menu_blog_of.jpg) no-repeat;
}
#menu li#menu_08 a:hover {
	width: 70px;
	background: url(../img/menu_blog_on.jpg) no-repeat;
}
/*---------------------------------------body*/
h2 {
	width: 400px;
	height: 30px;
	margin: 5px 0;
}
.body_wrapper {
	padding: 5px 20px;
}
/*---------------------------------------foot*/
#foot {
	text-align: center;
	margin: 5px 0;
	border-top: 1px solid #444444;
	padding: 5px 0;
}
#foot a {
	color: #ffffff;
}
#foot h6 {
	width: 700px;
	height: 40px;
	text-align: right;
}
#foot h6 a {
	display: block;
	width: 200px;
	height: 40px;
	background: url(../img/office_a.jpg) no-repeat;
	float: right;
}