@charset "UTF-8";

/*
	横幅は最大980px
	特にモバイル端末用に処理は変えない
*/

/*━━━━━━━━━━━━━━
▼全ページ共通のスタイル
━━━━━━━━━━━━━━━*/
body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", monospace;
	height: 100%;
	background: #2d0f01 url(../gra/bg_body.gif) repeat fixed;
	min-width: 980px;	/*横幅の最低値*/
}

#wrap {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

/*▼メインコンテンツ*/
#main {
	width: 980px;
	padding: 0 0 121px;
	margin: 40px auto 0;
	overflow: hidden;
}

/*▼メニュー周り*/
#menu_msg {background-position: 0 -60px;}
#menu_gam {background-position: -200px -60px;}
#menu_eve {background-position: -400px -60px;}
#menu_chr {background-position: -600px -60px;}

/*準備中*/
#menu_msg.disabled {background-position: 0 0;}
#menu_gam.disabled {background-position: -200px 0;}
#menu_eve.disabled {background-position: -400px 0;}
#menu_chr.disabled {background-position: -600px 0;}
.disabled {
	line-height: 60px;
	text-indent: 100%;
	overflow: hidden;
	opacity: 0.2;
}

#content_menu a {
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-indent: 100%;
	overflow: hidden;
	background-image: url(../gra/btn_menu.png);
	background-repeat: no-repeat;
	transition: all 0.3s linear 0;
}

#menu_msg a {background-position: 0 0;}
#menu_gam a {background-position: -200px 0;}
#menu_eve a {background-position: -400px 0;}
#menu_chr a {background-position: -600px 0;}

#content_menu a:hover {
	opacity: 0;
}

.no-csstransitions #menu_msg a:hover {background-position: 0 -60px;}
.no-csstransitions #menu_gam a:hover {background-position: -200px -60px;}
.no-csstransitions #menu_eve a:hover {background-position: -400px -60px;}
.no-csstransitions #menu_chr a:hover {background-position: -600px -60px;}

/*new*/
.new {
	width: 48px;
	height: 18px;
	position: absolute;
	z-index: 1;
}
.msg {top: -7px; left: 10px;}
.gam {top: -7px; left: 210px;}
.eve {top: -7px; left: 410px;}
.chr {top: -7px; left: 610px;}

/*▼フッタ（全ページ共通）*/
#footer_wrapper {
	width: 100%;
	min-width: 980px;
	background: url(../gra/bg_footer.gif) repeat-x 0 30px;
	margin: 40px 0 0;
	position: absolute;
	bottom: 0;
}

#social_wrapper {
	width: 980px;
	margin: 0 auto;
	height: 30px;
}

.facebook,
.twitter {
	float: left;
}

#bfooter {
	width: 980px;
	height: 50px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

#bfooter p {
	color: #a88465;
	position: absolute;
	font-size: 14px;
	line-height: 20px;
}

#brandlink {
	top: 12px;
	left: 0;
}

#copyright {
	top: 7px;
	left: 84px;
}

#attention {
	top: 27px;
	left: 84px;
}


