/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   ローディング
   ========================================================================== */

#loding {
	width: 100%;
	height: 100%;
	position: fixed ;
	left: 0px;
	top: 0px;
	z-index:99;
	/*display:none;*/
	
	}

#loding_end {
	/*display:none;*/
	background-image:url(../../images/copy.png);
	background-repeat:no-repeat;
	background-position:center;
	}
	
#loding .main {
	width:100%x;
	height:695px;
	overflow:hidden;
	}
	
#loding .main .inner {
	margin:200px auto 0px auto;
	width:417px;
	height:203px;
	}
	
#loding .main .idle_wars {
	margin:280px 0px 0px 0px;
	width:100%;
	position:absolute;
	text-align:center;
	}
	
#loding .main .idle_wars img{
	margin:0px 0px 0px 0px;
	}
	
	
#loding .main .base {
	position:absolute;
	width:417px;
	height:203px;
	overflow:hidden;
	background-image:url(../../images/loading_flame_p.png);
	background-repeat:no-repeat;
	text-align:left;
	}
	
#loding .percent{
	margin:78px 0px 0px 147px;
	font-size:16px;
	height:40px;
	font-weight:bold;
	color:#7ad9df;
	}
	
#loding .bar{
	margin:0px 0px 0px 150px;
	width:262px;
	height:4px;
	color:#FFFFFF;
	background-color:#7ad9df;
	}
	
	
#menu{
	background-image: url(../images/menu.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	height:123px;
	overflow:hidden;
	position:absolute;
	}
	
body{
	background-image: url(../images/brown0051.png);
	background-attachment: fixed;
	background-position: center top;
	}

#footer .page_top{
	margin:0px 0px 0px 980px;
	width:163px;
	height:0px;
	position:absolute;
	overflow:hidden;
	}
	
#footer{
	margin:0px 0px 0px 0px;
	}
	

#main{
	height:auto;
	}
	
#main .inner{
	margin:0px auto 0px auto;
	width:1200px;
	text-align:left;
	}
	
#main .title{
	position:0px 0px 0px 0px;
	margin:0px 0px 0px 45px;
	width:1110px;
	height:90px;
	text-align:left;
	background-image:url(../images/title.png);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
#main .title ul {
	padding:47px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	clear:both;
	list-style:none;
	}
	
#main .title li:nth-child(1),#main .title li:nth-child(3),#main .title li:nth-child(5),#main .title li:nth-child(7) {
	margin:0px 0px 0px 0px;
	float:left;
	text-align:left;
	overflow:hidden;
	height:100px;
	}
	
#main .title li:nth-child(2),#main .title li:nth-child(4),#main .title li:nth-child(6),#main .title li:nth-child(8) {
	margin:-2px 10px 0px 10px;
	float:left;
	text-align:left;
	overflow:hidden;
	}
	
#main .title a:link,#main .title a:visited{
	color:#9c9c9c;
	}
	
#main .title a:hover,#main .title a:active{
	color:#9c9c9c;
	}
	
#main .title .left{
	width:600px;
	float:left;
	}
	
#main .title .right{
	width:710px;
	text-align:right;
	float:left;
	}
	
#main .title .right img{
	margin:50px 0px 0px 1px;
	}
	
#main .base1{
	margin:10px 0px 0px 114px;
	width:972px;
	height:57px;
	}
	
#main .base2{
	margin:0px 0px 0px 114px;
	width:972px;
	}
	
#main .contents1{
	margin:30px 0px 30px 114px;
	width:972px;
	text-align:center;
	/*background-image:url(../images/base2.png);*/
	background-repeat:repeat-y;
	}

#bottom{
	height:50px;
	}


	
	
	
	
	
	