﻿@charset "utf-8";

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



body{

       background-color: #000000; 
	
        
       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{


     background-image: url("images/body_bg.jpg");

     background-repeat: repeat-x;

     width: 100%;

     margin: 0px auto;

}



#header{

     background-image: url("images/machi.jpg");
	
     background-repeat: no-repeat;

     width: 1300px;

     height: 312px;

     margin: 0px auto;

}



#twitter{
	
     padding-top: 150px;

     padding-left: 100px;
}

  

 
#description{

    text-align: right;
	
   padding-right: 100px;

   font-size: 1.2em;

   color: #efab93;

}





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


#container{

   width: 1300px;

   margin: 0px auto;
}




#main_container{


    margin: 50px auto 0px auto;

   width: 1200px;

}




/* 左カラム */
 
#left_block{


    width: 320px;

    float: left;

}

/* 右カラム */


#right_block{

    
width: 880px;
    
margin: 0px auto;
    text-align: center;



    float: left;

}




/* ゲームリスト */


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