@charset "utf-8";
/* CSS Document */

/*ゲームコーナーで使用中です*/

body#game{
background-image:url(../gif/bpurple.gif)
}

h2#game_title{
 color:red;
 text-align:center;
 font-size:2.0em;
 font-weight:bold;
}

h2#game_genre_title{
 color:yellow;
 text-align:center;
 font-size:2.0em;
 font-weight:bold;
}

hr#game_review{
 width:600px;
 height:1px;
}

table#game_review{
	margin-left:auto;
	margin-right:auto;
	border:none;
	table-layout:fixed;
	text-align:left;
	font-weight:bold;
	margin: center;
}
table {
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



h3#other_game_review{
 text-align:center;
 font-size:1.5em;
 font-weight:bold;
}
.trman {
	vertical-align: top;
}


.normal{
 color:black;
 font-weight:bold;
}


.normal_red{
 color:red;
 font-weight:bold;
}

.normal_blue{
 color:blue;
 font-weight:bold;
}

.small_black{
 text-align:center;
 font-size:0.7em;
 font-weight:bold;
}

.center_object{
 text-align:center;
}

.center_black{
 color:black;
 font-weight:bold;
 text-align:center;
}

.center_red{
 color:red;
 font-weight:bold;
 text-align:center;
}

.center_blue{
 color:blue;
 font-weight:bold;
 text-align:center;
}

.big_red{
 color:red;
 font-size:2.0em;
 font-weight:bold;
}

/*ゲームコーナーサイドメニューで使用中です*/

.game_bar_genre{
 font-size:small;
 font-weight:bold;
 color:#FFFFFF;
 background-color:#006600
}

.linkbar_red{
	font-size:small;
	font-weight:bold;
	text-decoration:none;
	color:#FF0000;
}

.review_games{
 font-size:small;
 font-weight:bold;
}

.review_new_game{
 color:#FF0000;
 font-size:small;
 font-weight:bold;
 font-style:italic;
 text-decoration:blink;
}

</style>

/**/

