@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

a {
	color: #0084d8;
	text-decoration: underline;
}
a:hover {
	color: #0084d8;
	text-decoration: underline;
}
body {
	min-width:1300px;
	margin: 0 auto;
	font-size: 14px;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"verdana","MS UI Gothic", "lr oSVbN", "qMmpS Pro W3","ＭＳ Ｐゴシック","MS P Gothic";
	color: #eee;
	background:#000;
	
}
/*safariハック*/
/*
html[xmlns*=""] body:last-child div#wrapper {
	font-size: 9pt;
	line-height: 1.0em;
}
*/

div#wrapper {
	width:100%;
	margin: 0 auto;
	background:url(../img/bg.jpg) no-repeat top center;
	line-height:1.8em;
}

/* =====================================
	head
===================================== */

#head{
	position:relative;
	margin: 0 auto;
	height:80px;
}

#headInner{
	height:80px;
	background:#000;
	opacity: 0.75;
	filter: alpha(opacity=75);	/* IE6、IE7対応 */
 	-moz-opacity: 0.75;		/* Firefox1.5以前対応 */
}

#logo{
	position:absolute;
	top:15px;
	left:15px;
}

/* =====================================
	content
===================================== */

.contents{
	margin: 0 auto;
	width: 1231px;
	height:1400px;
	overflow:hidden;
}

#left{
	float:left;
	width:310px;
}

#gNav{
	margin-top:40px;
}

#gNav{
	/margin-top:20px;
}

#gNav li, #bnr li{
	margin-bottom:14px;
}

#gNav li, #bnr li{
	/margin-bottom:-10px;
}

#bnr{
	margin-top:75px;
}

#bnr{
	/margin-top:45px;
}

#right{
	float:right;
	width:921px;
}

#right h3{
	font-size:24px;
	font-weight:bold;
	color:#0088bb;
	margin-bottom:30px;
}

/* =====================================
	foot
===================================== */
#foot{
	background-color:#000000;
	height:393px;
}

.sponsor{
	background-color:#101010;
	height:341px;
}

.sponsor ul.logoList{
	margin: 0 auto;
	width: 1231px;
	overflow:hidden;
}

.sponsor ul.logoList li.list{
	padding-top:38px;
	position:relative;
}

.sponsor ul.logoList li.list{
	/padding-top:14px;
}

.sponsor ul.logoList li.list:first-child{
	/padding-top:38px;
}

.sponsor ul.logoList li.list ul{
	position:relative;
	left:50%;
	float:left;
}

.sponsor ul.logoList li.list ul li{
	margin-right:30px;
	position:relative;
	left:-50%;
	float:left;
}

address{
	margin: 0 auto;
	width: 1231px;
	color:#999;
	font-size:14px;
	font-style:normal;
	text-align:right;
	padding-top:14px;
}


