/* CSS Document */
/* ----------------------------
COMMON
------------------------------*/

@charset "utf-8";
* {
	margin:0;
	padding:0;
	line-height:130%;
}

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,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;
}

html, body {
	margin:auto;
	background:#000000 url(/common/img/bg_header.jpg) no-repeat center top;
	min-height:640px;
	color:#CCCCCC;
}
a:link {
	color:#999999;
	text-decoration:none;
	outline:none;
}
a:visited {
	color:#666666;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
	outline:none;
}

a:hover img{
  	opacity:0.8;
}

h1 {
	text-align:left;
	font-size:12px;
	font-weight:normal;
	color:#999999;
	padding-left:20px;
	padding-top:2px;
	height:20px;
}
h1 a:link {
	color:#999999;
	text-decoration:none;
}
h1 a:visited {
	color:#999999;
	text-decoration:none;
}
h1 a:hover {
	color:#999999;
	text-decoration:underline;
}

#container {
	background:url(/user/conf/img/container_bg.jpg) repeat-y;
	width:996px;



	height: auto !important !important;
	height: auto;
	margin:0 auto;
	text-align:center;
	border: 1px solid #96978B;
	position: relative;
	list-style:none;
	min-height: 640px;
}
#container #top {
	width: 960px;
	margin: 10px auto;
}

#container #center {
	height: 250px;
	width: 960px;
	margin: 10px auto;
}

#container #bottom {
	height: 450px;
	width: 960px;
	margin: 10px auto;
}

/*header*/
#header {
	background: url(/user/conf/img/head_bg.jpg) center-top no-repeat;
	width:998px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	min-height:190px;

 /height:190px;
	margin-top: 0px;
	height: 452px;
	padding: 0;
	position: relative;
}

/*Navi*/


#navi a:hover img{
  filter: alpha(opacity=15);
  -moz-opacity:0.15;
  opacity:0.15;
}

#header ul#navi{
	/*background:#003399 url(/user/conf/img/navi_bg.jpg) repeat-y;*/
	width:1000px;
	list-style-type:none;
	text-align:center;
	padding:0 0 0 2px;
	margin:1px auto 0 -2px;
	/margin:1px auto 0 -2px;
	height: 40px;
/*	background: url(/home/img/bg_navi.jpg) center top;*/
}
#header ul#navi li{
	margin:0 1px 0 0px;
	font-size:0;
	line-height:0;
	float:left;
	display:block;
	height:40px;
	}
#header ul#navi li.homeb{	
width:142px;
background:url(/common/img/bt_homeb.jpg) center no-repeat;
}
#header ul#navi li.scheduleb{
width:142px;
background:url(/common/img/bt_scheduleb.jpg) center no-repeat;
}
#header ul#navi li.galb{
width:142px;
background:url(/common/img/bt_galb.jpg) center no-repeat;
}
#header ul#navi li.systemb{
width:142px;
background:url(/common/img/bt_systemb.jpg) center no-repeat;
}
#header ul#navi li.rankb{
width:142px;
background:url(/common/img/bt_rankb.jpg) center no-repeat;
}
#header ul#navi li.shopb{
width:142px;
background:url(/common/img/bt_shopb.jpg) center no-repeat;
}
#header ul#navi li.movieb{
width:140px;
background:url(/common/img/bt_movieb.jpg) center no-repeat;
}

#header #head_image {
	height: 180px;
	background-image: url(/common/img/header.jpg);
	margin: 0 0 1px 0;
}
#header #head_cover {
	height: 230px;
	margin: 0 auto;
	padding: 0;
	background-image: url(/common/img/header_cover.jpg);
}



/*Footer*/
#footer {
	color:#FFFFFF;
	position:relative;
	z-index:1;
	background:url(/common/img/bg_footer.jpg) center no-repeat;
	width:1020px;
	margin: 10px auto 0;
	height: 46px;
	padding: 10px 0 0 0;
	text-align:center;
}
#footer p {
	color: #999999;
	margin: 10px auto 0px;
	text-align: center;
	font-size: 10px;
}

#footer span {
	color: #CCCCCC;
	margin: 15px auto 0px;
	text-align: center;
	font-size: 10px;
}
#footer span  a{
	color: #CCCCCC;
}



@charset "utf-8";
/* CSS Document */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	margin:100 auto 1 auto;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

