@charset "utf-8";
/* CSS Document */

/* Basic Setting */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
	white-space: wrap;
	text-decoration: none;
}

body {
	background: #bc7d2a url("../images/bg_gold.jpg") repeat-x;
    margin: 0; 
    padding: 0;
	font-size: 12px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width:100%;
	height: 100%;
}

/*link*/
a {
	color:#003366;
	overflow:hidden;
	text-decoration:underline;
}

a:hover {
	color:#3276b9;
	text-decoration:none;
}

/*.img_anchor {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
*/
/* Clearfix hack */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}

.none{
	position:absolute;
	top:-9999px;
	left:-9999px;
}
/*オーバーさせるために思考錯誤*/
div.details{
	display:block;
	width:300px;
	height:35px;
}
h1.details_bt {
/*	background:transparent url(../images/contents_bt.png) no-repeat left top;
*/	width:300px;
	height:35px;
	position:relative;
	top:80px;
	left:480px;
}

.details a.details_bt{
/*	background:transparent url(../images/contents_bt.png) no-repeat left top;
*/	width:300px;
	height:36px;
	position:relative;
	top:80px;
	left:480px;
}


.details a.details_bt:hover{
/*	background:transparent url(../images/contents_bt.png) no-repeat left top;
*/	width:300px;
	height:35px;
	z-index:1000;
}
/*オーバーさせるために思考錯誤▲*/


/* Container */
div#container {
	background: url("../images/header_bg_chris.jpg") no-repeat center top;
	/*height: 1050px;*/
	margin: 0 auto;
}

/* Header */
div#header {
	width: 1000px;
	height: 330px;
	margin: 0 auto;
	background:transparent url("../images/header.jpg") no-repeat scroll center top;
}
/*logo位置 hoverしたとき*/

h1 a .logo_posi{
	width:174px;
	height:95px;
	position:relative;
	top:0px;
	left:0px;
}
#header h1 a:hover{
	background :transparent url("../images/gax_logo_on.png") no-repeat scroll left top;
	width :174px;
	height :95px;
	position:relative;
	top:0px ;
	left:0px ;
	display:block ;
}

/* Contents */
div#contents {
	width: 1000px;
	height:611px;
	margin: 0 auto;
	background: url("../images/contents_bg.jpg") no-repeat center top;
	font-size: 0px;
}
/*背景の草模様*/
div.kusa{
	background:transparent url("../images/bg_kusa_clear_s.png") ;
}

div#contents .ss_setting {
	width: 422px;
	height: 285px;
	display: inline;
	background-repeat: no-repeat;
}
	
	div#contents a#ss1 { 
		background-image: url("../images/new_style_s.png");
		float: left;
		margin-left: 75px;
	}
	
	div#contents a#ss2 { 
		background-image: url("../images/game_design_s.png");
		float: right;
		margin-right: 75px;
	}
	
	div#contents a#ss3 { 
		background-image: url("../images/christmas_s.png");
		float: left;
		margin-left: 75px;
	}
	
	div#contents a#ss4 { 
		background-image: url("../images/map_s.png");
		float: right;
		margin-right: 75px;
	}
	
div#contents #coming_soon {
	width: 300px;
	height: 100px;
	background-color: #FFFFFF;
	margin-top: 50px;
}

/* Footer 
div#footer {
	background:url("../images/footer_bg.gif") repeat-x;
	height: 200px;
	margin: 0 auto;
}

.cs_logo_posi{
	
}*/

/*Footer*/
#footer{
		background:url("../images/footer_bg.gif") repeat-x;
		height:110px;
}

#footer .wrapper_bottom {
	padding:10px 0 15px;
	text-align:center;
}

#footer .wrapper_bottom li {
	display:inline;
}

#footer .copyright h2 {
	float:left;
	height:50px;
	width:237px;
}

#footer .copyright {
	font-size:10px;
	height:30px;
	line-height:1.2;
	margin:0 auto 20px;
	width:650px;
}




