body {
	background-color:#000;
	text-align:center; 
	line-height: 135%;
	font-family: "メイリオ","MS Pゴシック",sans-serif; 
	color: #d3d3d3;
	font-size: 12px;
	margin: 0px;
}

/* リンク */
a:link {
	text-decoration: none;
	color: #b0c4de;
}

a:visited {
	text-decoration:none; 
	color:#b0c4de; 
}

a:active {
	text-decoration:none; 
	color:#b0c4de; 
}

a:hover {
	text-decoration:underline;
	color:#b0c4de; 
}

a.hover_img {
    background-color:#fff;
    display:block; 
}
    
a.hover_img img {
    transition:all 0.5s ease;
}
    
a:hover.hover_img img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
  
  a.hover_img2 {
    background-color:#000;
    display:block; 
}
    
a.hover_img2 img {
    transition:all 0.5s ease;
}
    
a:hover.hover_img2 img {
    opacity: 0.85;
    filter: alpha(opacity=85);
}  


/* ヘッダー */
#header{
	text-align: center;
	width: 100%;
	height: 270px;
	background-image: url('img/bg_header.jpg');
	background-repeat: repeat-x;
	margin-bottom: 30px;
}

#header_top{
    /*border:solid #ff00ff 1px;*/
	height: 180px;
	background: url(img/top.png) no-repeat center center;
	background-size:contain;
	margin: 0px auto 30px auto;
}

#heder_link{
	width: 100%;
	margin: 0px auto;
}
#heder_bottom{
	width: 100%;
	margin: 24px auto auto auto;
}

/* ２カラム */
#main_container{
	width: 1200px;
	margin:0 auto;
	text-align:center;
	color : #c4bfb0;
	
}
#left_container{
	text-align: center;
	width: 220px;
	float: left;
}
#right_container{
	text-align: left;
	width: 950px;
	float: right;
}

#newgame_left{
	width: 400px;
	text-align: left;
	float: left;
}
#newgame_right{
	width: 550px;
	text-align: left;
	float: right;
	margin-bottom: 30px;
}
#visitor{
	float:left;
	margin-right: 40px;
}
#game{
	margin-top: 30px;
	margin-bottom: 10px;
}
#site_info{
	width: 920px;
	height:80px;
	overflow:hidden;
	margin-bottom:30px;
	padding:0px 5px 0px 0px;

}



/* フッター */
#footer{
	clear: both;
	margin-top: 30px;
	text-align: center;
	padding: 30px 0px;
	background-color: #556b2f;
	color : #f3eedd;
}
#footer_info{
    width: 100%;
	max-width: 820px;
	margin: 0px auto 30px auto;
	text-align: left;
}
#footer_link{
	width: 100%;
	margin: 0px auto 40px auto;
}



/* 要素 */
h1 {
	font-size: 12px;
	font-weight: normal;
	display:inline;	
	text-decoration: none ;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	display:inline;	
	text-decoration: none ;
}
img{
	border:0px;
}
table{
	margin-bottom: 10px;
}

/* クラス */
.FloatEnd{
	clear:both;
}
.FloatLeft{
	float: left;
	margin-right: 30px;
}
.FloatRight{
	float: right;
	margin-left: 30px;
}

.left{
	text-align:left;
}
.right{
	text-align:right;
}
.box{
	padding-bottom: 30px;
	
}
.subheading{
	width: 890px;
	height: 36px;
	padding-left: 60px;
	padding-top: 14px;
	margin-bottom: 20px;
	background-image: url('img/birdline.jpg');
	
}

.subheading_left{
	width: 160px;
	height: 36px;
	padding-left: 60px;
	padding-top: 14px;
	margin-bottom: 20px;
	background-image: url('img/birdline.jpg');
	
}
.gamelist{
	border-bottom:1px solid #3c3c3c;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.gamelist_left{
	width: 130px;
	float: left;
	margin-right: 30px;
}
.gamelist_center{
	width: 420px;
	float: left;
	text-align:left;
}
.gamelist_right{
	width: 340px;
	float: right;
	text-align:left;
}
.googlebadge{
	height:43px;
	margin-right:16px;
	margin-top: 1px;
}
.gray{
	color:#3c3c3c;
}
.small{
	font-size: 10px;
}
.info_bottom{
padding-bottom: 2px;
}



#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a {
  opacity: 0.8;
}
#pageTop a:hover {
  opacity: 0.65;
}













