@charset "utf-8";


/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Last Updated: Feb 10, 2009
	Edited by Kazuya Ono

	1 : reset
	2 : textLink
	3 : layout
	4 : classes

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* **********************************************************************
1 : reset
********************************************************************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border:0;
}
strong {
	font-weight: bold;
}
body {
	color: #fff;
	font: 12px Helvetica, Arial, "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
	line-height: 1.6;
	background-color: #000;
}


/* **********************************************************************
2 : textLink
********************************************************************** */
a {
	text-decoration: underline;
}
a:link,
a:visited,
a:active {
	color: #fff;
}
a:hover {
	color: #c96;
	text-decoration: none;
}


/* **********************************************************************
3 : layout
********************************************************************** */
#header,
#gNav,
#container,
#footer {
	width: 920px;
	margin: 0 auto;
}
/* ------------------------------
header
------------------------------ */
#header {
	height: 44px;
	margin-top: 40px;
}
#header h1 {
	width: 304px;
	margin-right: 55px;
	float: left;
}
#header p.booking {
	width: 131px;
	padding-top: 23px;
	float: left;
}
#header p.mc {
	width: 180px;
	float: right;
}
/* ------------------------------
gNav
------------------------------ */
ul#gNav {
	height: 35px;
	margin-top: 40px;
}
ul#gNav li.profile,
ul#gNav li.works,
ul#gNav li.schedule {
	width: 125px;
}
ul#gNav li.party {
	width: 130px;
}
ul#gNav li.s4e {
	width: 195px;
}
ul#gNav li.blog {
	width: 220px;
}
ul#gNav li {
	float: left;
}
ul#gNav li a {
	height: 20px;
	padding-top: 15px;
	display: block;
}
ul#gNav li a:hover,
ul#gNav li.now a {
	background: url(../images/nav_strong.gif) center top no-repeat;
}
/* ------------------------------
container
------------------------------ */
#container {
	margin-top: 30px;
	/*clearfix*/
	overflow: hidden;
}
#container h2 {
	height: 45px;
	margin-bottom: 30px;
}
/* ------------------------------
footer
------------------------------ */
#footer {
	margin-top: 50px;
	padding: 5px 0 20px;
	border-top: #fff 1px solid;
}
#footer address {
	font-size: 11px;
	text-align: right;
}
/* ------------------------------
scrollup
------------------------------ */
p#scrollup {
	width: 20px;
	height: 20px;
	float: right;
	position: fixed;
	right: 20px;
	bottom: 10%;
}


/* **********************************************************************
4 : classes
********************************************************************** */
.rollover {}
.center {
	text-align: center;
}