@charset "UTF-8";

/* -----------------------------------------------------------
	Ahoge Chanbara default CSS Document
----------------------------------------------------------- */

@import url(reset.css); /* エレメントのリセット */



body{
	min-width:1124px;
	background: #000 url(../img/bg_main_2.png) center top;
}

#wrapper{
	width: 992px;
	margin: 10px auto 50px auto;
	padding-bottom:25px;
	background: #fff;
	
	border-radius: 15px;
}

.pyon{
	position: relative;
	top:0;
}

/* -------- Heeader --------  */


#social-botton{
	width: 992px;
	margin: 30px auto 10px auto;
	position:relative;
}

#social-botton-inner{
	text-align: right;
}

#fb,#tw,#li{
	width: 100px;
	display: inline-block;
	
}

#fb {
	width: 110px;
}


#branding hgroup{
	position: relative;
	height: 151px;
	background: url(../img/bg_header.png) no-repeat 10px 13px;
}

#site-title{
	position: relative;
	top: 10px;
	left: -4px;
}

#site-description{
	display: none;
}

#corp-link{
	position: absolute;
	top: 15px;
	right: 25px;
}

/* -------- Navigation --------  */

#access {
	position: relative;
	top: -15px;
	height: 108px;
	background: url(../img/gn_bg.png) repeat-x;
}

#access ul{
	padding-left: 10px;
}

#access li{
	float: left;
	margin: 0 5px;
	
	list-style: none;
}


/* -------- Main Contents --------  */

#main{
	clear: both;
	margin: 0 14px;
}

/* -------- Footer --------  */

#colophon {
	}

#googlecc{
	padding: 10px;
	line-height: 1.5;
	font-size: .85em;
	color: #606060;
}

#googlecc a{
	color: #606060;
}

#social-site{
	position: relative;
	height: 95px;
	margin-top: 100px;
	border-top: #d2c599 2px solid;
	background:#fffdf8;
}

#social-site h1{
	position: absolute;
	top: -63px;
	right: 182px;
}

#social-site p {
	position: absolute;
	top: 23px;
	width: 972px;
	padding-right: 20px;
	text-align: center;
}

#social-site p img{
	margin: 0 5px;
	position: relative;
	top: 0;
}

#outline{
	/*padding: 23px 36px;*/
	padding: 0 36px;
	background: #fffae6;
	border-top: #d2c599 1px solid;
	border-bottom: #d2c599 2px solid;
}

#outline img{
	position: relative;
	top: 0;
}

.specification{
	float: left;
	margin-top: 23px;
	margin-bottom: 23px;
}

.specification .app-icon{
	margin-right: 15px;
}

table.specification{
	width: 222px;
	margin-right: 15px;
}

table#correspondence{
	width: 342px;
}

table.specification th,
table.specification td{
	padding: 2px 10px;
	text-align: left;
	line-height: 1.3em;
}

table.specification th{
	white-space: nowrap;
}

table.gostore{
	
}

table.gostore td{
	padding-left: 10px;
	padding-bottom: 5px;
	vertical-align: top;
}

#foot-access{
	padding:10px 0 0 15px;
	position: relative;
}

#copyright{
	float: left;
}

#m2-twitter{
	float: left;
	position: relative;
	top: 35px;
	left: -15px;
}

/* */

#ie6 {
	background: #FFF;
	text-align: center;
	padding: 10px 0;
}

/* English Site Support */

.en #site-title img{
	position: relative;
	top:-10px;
}

#page-home #site-title img{
	top: 0;
}

.en #site-description{
	top: -20px;
	left: 218px;
}

.en table.specification{
	border-collapse: collapse;
	border-top: 2px #bdad85 solid;
}

.en table.specification th,
.en table.specification td{
	padding: 5px 10px;
	border-bottom: 1px #bdad85 solid;
	font-size: .8em;
}

.en #googlecc{
	font-size: .95em;
}