@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/common/bg_main.jpg) 0 0 repeat-x #000000;
	line-height:1.1;
	color:#fff;
}
strong{
	font-weight:bold;
}
table{
	width:100%;
}
.rollover a:hover img{
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
}
/*
========================*/
#contents-end{
	width:960px;
	margin:0 auto;	
}
#navigation ul{
	overflow:hidden;
	width:850px;
	margin:0 auto;
}
#navigation li{
	float:left;
}
#navigation li{
	background:url(../img/common/gnavi.png) 0 0 no-repeat;
	float:left;
	height:58px;
	text-indent:-999px;
	overflow:hidden;
}
#navigation #g01{
	width:123px;
	background-position:0px 0px;
}
#navigation #g02{
	width:120px;
	background-position:-123px 0px;
}
#navigation #g03{
	width:120px;
	background-position:-243px 0px;
}
#navigation #g04{
	width:121px;
	background-position:-364px 0px;
}
#navigation #g05{
	width:120px;
	background-position:-484px 0px;
}
#navigation #g06{
	width:120px;
	background-position:-604px 0px;
}
#navigation #g07{
	width:126px;
	background-position:-724px 0px;
}
#navigation #g01:hover{
	background-position:0px -62px;
}
#navigation #g02:hover{
	background-position:-123px -62px;
}
#navigation #g03:hover{
	background-position:-243px -62px;
}
#navigation #g04:hover{
	background-position:-364px -62px;
}
#navigation #g05:hover{
	background-position:-484px -62px;
}
#navigation #g06:hover{
	background-position:-604px -62px;
}
#navigation #g07:hover{
	background-position:-724px -62px;
}
#navigation li a{
	display:block;
	width:100%;
	height:100%;	
}
#banners-wrap{
	border-top:solid 6px #920a12;
	background:url(../img/index/bg_bnr_01.gif) 0 0 repeat-x;
}	
#banners {
	padding:7px 0 8px 60px;
}
#banners li{
	float:left;
	margin:0 18px 0 0
}
#contents-end .pagetop{
	text-align:right;
	margin:20px 0 0;
}
#contents-end .pagetop a{
	color:#fff;
	text-decoration:none;
}
/*
========================*/
#footer {
	position:relative;
	overflow: hidden;
	width: 960px;
	margin:0 auto;
	padding:0 0 80px;
}
#footer .info{
	margin:0 0 13px;	
}
#footer .copyright{
	float:left;
	width:750px;
	font-size: 11px;
}
#footer .copyright a{
	float:left;
	margin:0 10px 0 0;
	display:block;
	height:35px;
	overflow:hidden;
}
.bg-black #footer .copyright a img{
	margin:-40px 0 0;
}
#footer .toslot{
	float:right;
}
#social{
	position:absolute;
	right:0;
	top:60px;
}
#social li{
	float:left;
	margin:0 0 0 10px;	
}
/* new clearfix
================================================================*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */