@charset "Shift_JIS";
/*******************************************
MENU
-------------------------------------------
01 Basic Setting
02 Layout
********************************************/
/*===========================================
01 Basic Setting
===========================================*/

html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	line-height: 155%;
	color: #4d4d4d;
	text-align:center;
	background-color:#000;
	font-size:11px;
}
form, input { margin: 0; padding: 0; }
hr, span {
	display:none;
}
/*
a:link {
	color: #4d4d4d;
	text-decoration: none;
}
a:visited {
	color: #4d4d4d;
	text-decoration: none;
}
a:hover {
	color: #CC000E;
	text-decoration: underline;
	text-decoration: none;
}
*/
a img { border: 0; }
table tr td a img { border: 0; }
h1, h2, h3, h4, h5, h6 { font-size:12px;font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, dl, dt, dd, blockquote {
	margin: 0;
	padding: 0;
}


/*===========================================
02 Layout
===========================================*/
#wrapper {
	width:1200px;
	margin:0 auto 90px auto;
	text-align:left;
	background-color:#fff;
}

/*------------------------------------------
footer
------------------------------------------*/
#footer {
/*	margin: 10px auto;*/
	margin:100px 0 0 125px;
	height: 140px;
	background: url(../img/common/footer.gif) no-repeat;
	position:relative;
}
#copy01 {
	position:absolute;
	z-index: 2;
	width:400px;
	top:100px;
	left:0px;
	font-family: "Times New Roman", Times, serif;
}
#copy02 {
	position:absolute;
	z-index: 2;
	width:400px;
	top:100px;
	text-align:right;
	left:550px;
	font-family: "Times New Roman", Times, serif;
}

/*------------------------------------------
contents
------------------------------------------*/
#contents {
	width:950px;
	margin:55px 0 0 125px;
}
/*------------------------------------------
header
------------------------------------------*/
#header {
	text-align:left;
	height:120px;
	background: url(../img/common/header_back.gif) repeat-x;
	position:relative;
}
#rogo {
	padding:47px 0 0 125px;
}
#fanclub{
	position:absolute;
	z-index: 2;
	width:144px;
	top:42px;
	left:920px;

}

/*------------------------------------------
global_navigation
------------------------------------------*/
#global_navigation {
	width:682px;
	height:8px;
	padding:30px 0 0 125px;
}
#global_navigation ul {
	width:682px;
	height:8px;
}
#global_navigation ul li{
	list-style-type:none;
	overflow:hidden;
	text-indent:-5000px;
	font-size:1px;
}
#global_navigation ul li a {
	display:block;
	height:8px;
}
/*------------------------------------------
gbtn1
------------------------------------------*/
#global_navigation ul li#gbtn1 {
	width:136px;
	float:left;
	height:8px;
}
#global_navigation ul li#gbtn1 a {
	background:url(../img/common/navi.gif) no-repeat left top;
}
#global_navigation ul li#gbtn1 a:hover {
	background:url(../img/common/navi.gif) no-repeat left -8px;
}
/*------------------------------------------
gbtn2
------------------------------------------*/
#global_navigation ul li#gbtn2 {
	width:106px;
	float:left;
	height:8px;
}
#global_navigation ul li#gbtn2 a {
	background:url(../img/common/navi.gif) no-repeat -136px top;
}
#global_navigation ul li#gbtn2 a:hover {
	background:url(../img/common/navi.gif) no-repeat -136px -8px;
}
/*------------------------------------------
gbtn3
------------------------------------------*/
#global_navigation ul li#gbtn3 {
	width:140px;
	float:left;
	height:8px;
}
#global_navigation ul li#gbtn3 a {
	background:url(../img/common/navi.gif) no-repeat -242px top;
}
#global_navigation ul li#gbtn3 a:hover {
	background:url(../img/common/navi.gif) no-repeat -242px -8px;
}
/*------------------------------------------
gbtn4
------------------------------------------*/
#global_navigation ul li#gbtn4 {
	width:142px;
	float:left;
	height:8px;
}
#global_navigation ul li#gbtn4 a {
	background:url(../img/common/navi.gif) no-repeat -382px top;
}
#global_navigation ul li#gbtn4 a:hover {
	background:url(../img/common/navi.gif) no-repeat -382px -8px;
}
/*------------------------------------------
gbtn5
------------------------------------------*/
#global_navigation ul li#gbtn5 {
	width:134px;
	float:left;
	height:8px;
}
#global_navigation ul li#gbtn5 a {
	background:url(../img/common/navi.gif) no-repeat -524px top;
}
#global_navigation ul li#gbtn5 a:hover {
	background:url(../img/common/navi.gif) no-repeat -524px -8px;
}
/*------------------------------------------
gbtn6
------------------------------------------*/
#global_navigation ul li#gbtn6 {
	width:24px;
	float:left;
	height:8px;
}
#global_navigation ul li#gbtn6 a {
	background:url(../img/common/navi.gif) no-repeat -658px top;
}
#global_navigation ul li#gbtn6 a:hover {
	background:url(../img/common/navi.gif) no-repeat -658px -8px;
}
/*===========================================
04 other
===========================================*/
b {
	color:#000;
}
.clr {
	height:1px;
	clear: both;
}
.red {
	color:#990000;
}
