@charset "UTF-8";

/*トップページ以外の共通部分*/

#top_header_wrapper {
	width: 100%;
	min-width: 980px;
	height: 187px;
	background: url(../gra/bg_header.gif) repeat-x;
	position: relative;
	z-index: 0;
}
#top_header_bg {
	width: 100%;
	min-width: 980px;
	height: 187px;
	background: url(../gra/bg_explain.png) no-repeat center top;
	position: relative;
}
#top_header {
	width: 980px;
	margin: -127px auto;
	position: relative;
}
#top_header header h1 {
	width: 187px;
	height: 179px;
	background: url(../gra/btn_menu.png) no-repeat -800px -179px;
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 1;
}
#top_header header h1 a {
	display: block;
	width: 187px;
	height: 179px;
	overflow: hidden;
	line-height: 179px;
	text-indent: 100%;
	background: url(../gra/btn_menu.png) no-repeat -800px 0;
	transition: all 0.3s linear 0;
}
#message #menu_msg a {background-position: 0 -60px;}
#game #menu_gam a {background-position: -200px -60px;}
#event #menu_eve a {background-position: -400px -60px;}
#chronicle #menu_chr a {background-position: -600px -60px;}
#top_header header h1 a:hover {
	opacity: 0;
}
#header_explain {
	width: 700px;
	height: 106px;
	position: absolute;
	top: 46px;
	left: 240px;
	z-index: 0;
}

#content_menu {
	width: 800px;
	height: 60px;
	position: absolute;
	top: 127px;
	left: 180px;
}
#content_menu h1 {
	display: none;
}
#content_menu li {
	width: 200px;
	height: 60px;
	float: left;
	background-image: url(../gra/btn_menu.png);
	background-repeat: no-repeat;
}

/*1コンテンツ領域*/
.box {
	width: 980px;
	height: 640px;
	margin: 0 auto;
	position: relative;
	background: url(../gra/bg_box.png) no-repeat 50px 40px;
}
.box.right h1 {
	left: 350px;
}
.box.left h1 {
	right: 340px;
}
.box h1 {
	width: 561px;
	height: 82px;
	position: absolute;
	top: 0;
}
.box .text {
	text-align: left;
	font-size: 14px;
	line-height: 21px;
	text-indent: 1em;
	color: #600;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.box .author {
	text-align: right;
}
.box p {
	margin: 0 0 16px;
}
.box.right .text {
	left: 370px
}
.box.left .text {
	right: 360px;
}
.box .text {
	width: 530px;
	overflow: hidden;
	position: absolute;
	top: 100px;
}
.box.right .image {
	left: 90px;
}
.box.left .image {
	right: 80px;
}
.image {
	width: 240px;
	height: 464px;
	position: absolute;
	top: 76px;
	box-shadow: 1px 1px 8px rgba(0,0,0,0.5);
	z-index: 2;
}
.box .sub {
	margin: 0 0 4px;
	text-indent: 0;
}
.box h2 {
	font-size: 32px;
	line-height: 42px;
	font-weight: bold;
	text-indent: 0;
	padding: 0 0 10px;
	margin: 0 0 20px;
	border-bottom: 1px solid #600;
}
a .image img {
	transition: all 0.2s linear;
}
a:hover .image img {
	opacity: 0.7;
}

.link_ows {
	position: absolute;
	top: 16px;
	z-index: 4;
}
.link_ows.left {
	left: 40px;
}
.link_ows.right {
	right: 30px;
}

/*JavaScript有効時表示初期化*/
.js .box,
.js .box .text p,
.js .box .text h2,
.js #header_explain,
.js .link_ows {
	opacity: 0;
}