@charset "Shift_JIS";

/*汎用設定*/

body
{
	color: #fff;
	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;
}
body
{
	background: url(../images/bg.jpg) fixed top center no-repeat;
}

a:link
{
	text-decoration: none;
	color: #FF0;
}
a:visited
{
	text-decoration: none;
	color: #FF0;
}
a:hover
{
	text-decoration: underline;
	color: #ff9900;
}
img
{
	border: none;
}
p
{
	margin-bottom: 1em;
}

/*エリア指定*/

#wrapper
{
	width: 1000px;
	margin: 0px auto;
	background: url(../images/frame_bg.png) repeat-y;
	padding: 0 10px;
}

#header
{
	background: url(../images/header.png) no-repeat;
	width: 1000px;
	height: 800px;
	position: relative;
}
.social
{
	position: absolute;
	top: 10px;
	left: 492px;
	width: 500px;
}
.famitsu-logo a
{
	position: absolute;
	top: 9px;
	left: 11px;
	width: 95px;
	height: 24px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#intro
{
	width: 1000px;
	height: 1230px;
	background: url(../images/intro.jpg) no-repeat;
	position: relative;
}
#intro .text
{
	position: absolute;
	top: 82px;
	left: 40px;
	width: 632px;
}
#intro .movie
{
	position: absolute;
	top: 712px;
	left: 74px;
}
#contents-warp
{
	background: #000;
}
.contents
{
	width: 920px;
	margin: 0px auto;
	padding-bottom: 1.5em;
}
.contents dt
{
	float: left;
	color: #FC0;
	font-weight: bold;
	width: 8em;
	margin-bottom: 1em;
}
.contents dd
{
	margin: 0px 0px 1em 8em;
}
#ddf-copyright
{
	text-align: center;
	padding: 20px;
}
#form-area
{
	margin-bottom: 1em;
}
#form-area td
{
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 0.8em 0;
}
.midashi
{
	color: #FC0;
	font-weight: bold;
}

#thanks
{
	background: url(../images/thanks.png) no-repeat;
	width: 1000px;
	height: 800px;
	position: relative;
}
#thanks .return a
{
	position: absolute;
	top: 606px;
	left: 167px;
	width: 318px;
	height: 58px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}


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

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;
}

/*form*/
input[type="text"] {
width: auto;
}