@charset "UTF-8";

/*汎用設定*/

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: url(../images/bg.jpg) no-repeat top center fixed #000;
}
a {
	transition: all 0s linear 0s;
}
a:link
{
	text-decoration: none;
	color: #F66;
}
a:visited
{
	text-decoration: none;
	color: #F66;
}
a:hover
{
	text-decoration: underline;
	color: #F90;
}
img
{
	border: none;
}
p
{
	margin-bottom: 1em;
}

/*エリア指定*/

#wrapper
{
	width: 1000px;
	margin: 0px auto;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,1);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,1);
	box-shadow: 0 2px 10px rgba(0,0,0,1);
	background: url(../images/bg.png);
}
#header
{
	width: 1000px;
	height: 620px;
	background: url(../images/header.png) no-repeat;
	position: relative;
}
.famitsu-logo a
{
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 98px;
	height: 20px;
	top: 10px;
	left: 12px;
}
.social
{
	position: absolute;
	top: 10px;
	left: 572px;
	width: 400px;
}

#navi-base
{
	width: 1000px;
	height: 380px;
	background: url(../images/navi_base.png) no-repeat;
	position: relative;
}
.navi01 a
{
	position: absolute;
	width: 250px;
	height: 260px;
	top: 100px;
	left: 20px;
	background: url(../images/navi.png) 0px 0px no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.navi01 a:hover
{
	background: url(../images/navi.png) -250px 0px no-repeat;
}
.navi02 a
{
	position: absolute;
	width: 500px;
	height: 120px;
	top: 0px;
	left: 290px;
	background: url(../images/navi.png) 0px -260px no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.navi02 a:hover
{
	background: url(../images/navi.png) -500px -260px no-repeat;
}
.navi03 a
{
	position: absolute;
	width: 300px;
	height: 100px;
	top: 140px;
	left: 360px;
	background: url(../images/navi.png) 0px -380px no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.navi03 a:hover
{
	background: url(../images/navi.png) -300px -380px no-repeat;
}
.navi04 a
{
	position: absolute;
	width: 300px;
	height: 100px;
	top: 140px;
	left: 680px;
	background: url(../images/navi.png) 0px -480px no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.navi04 a:hover
{
	background: url(../images/navi.png) -300px -480px no-repeat;
}
.navi05 a
{
	position: absolute;
	width: 580px;
	height: 100px;
	top: 260px;
	left: 400px;
	background: url(../images/navi.png) 0px -580px no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.navi05 a:hover
{
	background: url(../images/navi.png) -580px -580px no-repeat;
}

#game-copyright
{
	text-align: center;
	padding-bottom: 20px;
	-webkit-text-shadow: 0 2px 5px rgba(255,255,255,1);
	-moz-text-shadow: 0 2px 5px rgba(255,255,255,1);
	text-shadow: 0 2px 5px rgba(255,255,255,1);
}


/*ソーシャルブックマークアイコン*/

ul.bookmark_button {
	list-style: none;
	clear: both;
}
ul.bookmark_button li {
	float: right;
}
ul.bookmark_button li.continue {
	padding-left: 10px;
}
ul.bookmark_button li.twitter {
}
ul.bookmark_button li.hatena {
	padding-left: 10px;
}
ul.bookmark_button li.facebook {
	padding-left: 10px;
}
ul.bookmark_button li.gplus {
	padding-left: 10px;
}
iframe.twitter-share-button {
width: 105px!important;
}
