﻿@charset "utf-8";

/* 全体設定　*/
*{
	padding: 0;
	margin: 0;
}


body{
	background-color: #e09e87; 
	
        line-height: 2;
	
font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
 
	font-size: 75%;
	color: #ffffff; 
}

/*
リンク設定 */
a 
img {
	border-style:none;
}


/* ヘッダー */

#header_background{

	position: fixed;
	top : 0px;
	background-image: url("images/body_bg.jpg");

	background-repeat: repeat-x;

	width: 100%;

	margin: 0px auto;

}

#header{

	width: 1300px;
	height: 312px;
	margin: 0px auto;

}

#twitter{

	position: relative;

	top: -180px;

	left : 75px;

}

      

#description{

	position: relative;

	top: -130px;

	text-align: right;

	font-size: 1.2em;
 
	font-weight: normal; 

	color: #efab93;
 
	line-height: 99%;

}



/* ヘッダーより下の部分　全体 */

#container{
	width: 1300px;
	margin: 0px auto;

}


#main_container{

	margin: 350px auto 0px auto;

	width: 800px;

}


/* 左カラム */
 
#left_block{

	width: 320px;
	float: left;

	position: fixed;

	left: 220px;
　/*　javaScriptにて、left値を設定　*/

}


/* 右カラム */

#right_block{
	
width: 800px;

	height: 100%;

	float: left;

	margin: 0px auto 20px 320px;

	text-align: center;

}


/* ゲームリスト */

.gamelist{

	margin-bottom : 20px;

}

.gamelist table{

	border: solid 1px #330033;
 
}

.game_title , .date{

	width: 200px;

	text-align: center;

}

.new_mark{

	font-weight: bold;

	color: #990000;

}

.comment{

	text-align: center;

	color:#330033;

	font-size:1.1em;

}


/* フッター */

#footer{

	clear: both;

	background-color: #e09e87;

	position: fixed;
 
   	bottom: 10px;

  	width: 100%;

  	height: 25px;

	margin : 0px auto;

	text-align: center;
 
}

#footer p{

	margin-top : 3px;

	font-size: 0.9em;
 
	color: #000000;
 
}