@charset "Shift_JIS";

/* =================Eric Meyer Reset CSS================= */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* ====================================================== */


.clearfix:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}

.clearfix{
	zoom:1;/*for IE 5.5-7*/
}


html{
	height:100%;	
}


/* ====================================================== */

body#info{
	font-family: "メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
	background:url(../img/info/bg.jpg) no-repeat center top #8c9e90;
	min-width:984px;
	height:100%;
}

body#release{
	font-family: "メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
	background:url(../img/release/bg.jpg) no-repeat center top #8c9e90;
	min-width:984px;
	height:100%;
}

body#live{
	font-family: "メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
	background:url(../img/live/bg.jpg) no-repeat center top #58d4f0;
	min-width:984px;
	height:100%;
}

body#prof{
	font-family: "メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
	background:url(../img/prof/bg.jpg) no-repeat center top #58d4f0;
	min-width:984px;
	height:100%;
}

body#link{
	font-family: "メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
	background:url(../img/link/bg.jpg) no-repeat center top #ebada2;
	min-width:984px;
	height:100%;
}

/* ====================================================== */

#wrap_info{
	background:url(../img/info/bg.jpg) no-repeat center top;
	width:984px;
	height:auto;
	margin:0 auto;
}

#wrap_release{
	background:url(../img/release/bg.jpg) no-repeat center top;
	width:984px;
	height:auto;
	margin:0 auto;
}

#wrap_live{
	background:url(../img/live/bg.jpg) no-repeat center top;
	width:984px;
	height:auto;
	margin:0 auto;
}


#wrap_prof{
	background:url(../img/prof/bg.jpg) no-repeat center top;
	width:984px;
	height:auto;
	margin:0 auto;
}

#wrap_link{
	background:url(../img/link/bg.jpg) no-repeat center top;
	width:984px;
	height:auto;
	margin:0 auto;
}



/* ====================================================== */

#header{
	width:984px;
	height:102px;
}


#header #menu{
	width:847px;
	list-style:none;
}

#header #menu li{
	height:70px;
	float:left;	
}

#header #menu li h1{
	margin-right:20px;
}
	

/* ====================================================== */

#main{
	width:695px;
	height:100%;
	min-height:400px;
	background:url(../img/common/main_bg_red.png) repeat-y center top;
}

#main h2{	
	width:665px;
	height:112px;
	margin-left:14px;
}

.frame{
	width:620px;
	margin-left:14px;
}	


/* ====================================================== */

#footer{
	width:335px;
	margin-left:325px;
	margin-top:23px;
	height:41px;
}

#footer #copy{
	width:335px;
	list-style:none;	
}

#footer #copy li{
	height:18px;
	float:left;
	
}


/*========== disco ==========*/


#disco_l {
	width: 220px;
	float: left;
}

#disco_r {
	width: 400px;
	float: left;


