@charset "UTF-8";
/* -------------------------------------------------------------------
	Global CSS
	
	Common part
	Header, Footer, Background, Global Navigation, Title etc.

	(Top Page, Company Page, Contact Page, Industrials Page)

------------------------------------------------------------------- */

/* ----------------------------------------
	body , wrap_page
---------------------------------------- */
body {
	width:100%;
	background:url(../images/bg.png) repeat-x #e54d00;
}

#wrap_page {
	overflow:hidden;
}

/* -- MV  -- */
.mv{
	height:419px;
	background:url(../images/mv.jpg) no-repeat 280px top;
	overflow:hidden;
}
.mv h2,
.mv p{
	text-indent:-4000px;
}


/* ----------------------------------------
	NAVIGATION AREA
---------------------------------------- */
.navigation_area{
	position:fixed;
	top:0px;
	width:280px;
	padding:0 15px;
	overflow:hidden;
}
.navigation_area #site_id{
}
.navigation_area #site_id a{
	width:280px;
	height:190px;
	display:block;
	font-size:1px;
	text-indent:-4000px;
	background:url(../images/site_id.png) no-repeat;
	overflow:hidden;
}
.navigation_area #site_id a:hover{
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
}

/* -- GLOBAL NAVIGATION  -- */
ul.g_nav{
	margin-top:15px;
	padding:5px;
	background:url(../images/gn.png) no-repeat;
}
ul.g_nav li{
	margin-bottom:4px;
	}
ul.g_nav li a{
	width:270px;
	height:53px;
	display:block;
	font-size:1px;
	text-indent:-4000px;
	overflow:hidden;
}
ul.g_nav li a:hover{
	background-image:url(../images/gn.png);
	background-repeat:no-repeat;
}
ul.g_nav li#gn_what_kazoku a:hover{
	background-position:-285px -5px;
}
ul.g_nav li#gn_performer a:hover{
	background-position:-285px -62px;
}
ul.g_nav li#gn_detail a:hover{
	background-position:-285px -119px;
}
ul.g_nav li#gn_past_kazoku a:hover{
	background-position:-285px -176px;
}


/* -- BUNNER LIST  -- */
ul.bnr_list{
	margin-top:20px;
}
ul.bnr_list li{
	margin-left:5px;
	margin-bottom:10px;
}
ul.bnr_list li a:hover img{
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}


/* ----------------------------------------
	MAIN AREA
---------------------------------------- */
.main_area{
	margin-left:310px;
	background:#ffffff;
	border-left:1px solid #bebebe;
}


/* -- SECTION  -- */
.section{
	padding:10px 30px 30px 30px;
	overflow:hidden;
}
.section h2{
	padding-bottom:3px;
	margin-bottom:20px;
	border-bottom:2px solid #000000;
}
.section p{
	padding:0 10px;
	margin-bottom:15px;
}


.to_top{
	clear:both;
	text-align:right;
}


/* -- what  -- */
.section#what_kazoku{
	background:url(../images/bg_main.png) center top no-repeat;
}


/* -- performer  -- */
.section#performer div.box{
	float:left;
	width:320px;
	margin:0 20px 20px 10px;
	overflow:hidden;
}
.section#performer div.box h3{
	font-size:150%;
	line-height:105%;
	margin-bottom:10px;
}
.section#performer div.box img{
	margin-bottom:5px;
}

/* -- detail  -- */
.section#detail div.box{
	clear:both;
	padding:10px;
	margin:0;
	border-bottom:1px dotted #cccccc;
	overflow:hidden;
}
.section#detail div.box h3{
	float:left;
	width:100px;
	font-weight:bold;
	font-size:117%;
	line-height:117%;
}
.section#detail div.box p{
	margin:0;
}
.section#detail div.box p .big{
	font-size:160%;
	font-weight:bold;
}

/* -- past  -- */
.section#past_kazoku div.box{
}
.section#past_kazoku div.box h3{
	margin:0 0 10px 10px;
}
.section#past_kazoku div.box p{
	margin:0;
}



/* ----------------------------------------
	FOOTER
---------------------------------------- */
#footer{
	clear:both;
	padding:15px 0;
	background:#000000;
}
#footer p{
	padding:0 20px;
	margin-left:320px;
	color:#FFFFFF;
	font-size:92%;
}
#footer p.end{
	margin-top:15px;
	color:#FFFFFF;
}
#footer p a{
	color:#FFFFFF;
}
#footer p a img{
	border:none;
}
