@charset "UTF-8";

/*汎用設定*/

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;
}
.mac.safari body,
.mac.gecko body,
.mac.chrome body
{
	color: #fff;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
body
{
	background: url(../images/bg.jpg) no-repeat top center #6B0D4E fixed;
}

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

/*エリア指定*/

#wrapper
{
	width: 980px;
	margin: 0px auto;
	background: url(../images/contents_bg.jpg) repeat-y;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

#header
{
	background: url(../images/header.jpg) no-repeat;
	width: 980px;
	height: 850px;
	position: relative;
}
#header .social
{
	position: absolute;
	top: 10px;
	left: 469px;
	width: 500px;
}
#header .famitsu-logo a
{
	position: absolute;
	top: 9px;
	left: 15px;
	width: 95px;
	height: 24px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#header .movie
{
	position: absolute;
	top: 535px;
	left: 400px;
	width: 560px;
}

#contents-wrap
{
	width: 980px;
	overflow: hidden;
}
#side-area
{
	width: 290px;
	padding: 20px;
	background: url(../images/side_bg.jpg) no-repeat;
	float: left;
}
#contents-area
{
	width: 650px;
	float: right;
}
#contents
{
	width: 650px;
	height: 565px;
	background: url(../images/contents.jpg) no-repeat;
	position: relative;
}
#contents .btn01 a
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 295px;
	height: 101px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}
#contents .btn02 a
{
	position: absolute;
	top: 20px;
	left: 335px;
	width: 295px;
	height: 101px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}
#contents .btn03 a
{
	position: absolute;
	top: 140px;
	left: 20px;
	width: 295px;
	height: 101px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}
#contents .btn04 a
{
	position: absolute;
	top: 140px;
	left: 336px;
	width: 295px;
	height: 101px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}
#contents .btn05 a
{
	position: absolute;
	top: 260px;
	left: 490px;
	width: 140px;
	height: 254px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}
#contents .movie
{
	position: absolute;
	top: 260px;
	left: 20px;
	width: 450px;
}

#d5-news-list-box
{
	padding: 0xp 20px;
	width: 610px;
	margin: 0px auto 20px auto;
}


/* ニュースリスト用（ギルティギア参考） */


#newsList {
	padding: 0;
}
#newsList p{
	margin-bottom: 0.5em;
}

#newsList .itemBox {
	border-bottom: 1px dotted #CCCCCC;
	max-height: none;
	min-height: 5.5em;
	padding: 1em 0 0;
	height: auto;
	margin: 0;
	overflow: hidden;
}

#newsList .newsImg {
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
}

.textArea {
	margin: 0 0 10px 110px;
}

.news-time {
	margin: 0 10px;
	color: #208620;
}

.itemBox .textArea .newsHead {
	color: #FFFFFF;
}

#newsList div.itemBox:last-child {
	border: none;
}

#footer ul#copy li {
	color: #000;
}

.news-time {
	color: #FC0;
}

.itemBox .textArea .newsHead {
	color: #FFFFFF;
}

#newsList div.itemBox:last-child {
	border: none;
}










/*フッター*/

#footer
{
	width: 1000px;
	margin: 0px auto;
}
#footer a:link
{
	text-decoration: none;
	color: #FC0;
}
#footer a:visited
{
	text-decoration: none;
	color: #FC0;
}
#footer a:hover
{
	text-decoration: underline;
	color: #FF0;
}

.copyright
{
	text-align: center;
}

.footer-area
{
	color: #fff;
	padding: 20px 0px;
	background: #333;
}

/*余白*/

.mb20px
{
	margin-bottom: 20px;
}


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

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