body { 
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 100%; 
	background-image: url(../image/game.jpg);
	text-align: center;
}


/* タイトルトップで使用する。td含む　*/
.tl_top { 
	table-layout: fixed;
	width: 300px;
	border: 1px solid red;
	background-color: black;
	text-align: center;
}
.tl_top td {
	border: 1px solid red;
}


/* 説明文で使用する。td含む　*/
.tl_content {
	table-layout: fixed;
	width: 800px;
	border: 1px solid red;
	background-color: white;
	text-align: center;
}
.tl_content td {
	border: 1px solid red;
}


/* レビューメインで使用する。td含む　*/
.tl_main {
	table-layout: fixed;
	width: 700px;
	border: 1px solid red;
	background-color: white;
	text-align: center;
}
.tl_main td {
	border: 1px solid red;

}
.font_gamename {
	font-size: 200%;
	font-style: italic;
	color: green;
	font-weight: bold;
}

/* 文章の見出しで使用　*/
.top_content {
	color: blue;
	font-size: 100%;
}
.top_caption_title {
	color: white;
	font-size: 180%;
}

/* pタグを使用する場合は左から文章開始　*/
p {
	color: black;
	font-size: 100%;
	text-align: left;
}	
/* 戻るボタンを使用する際のcss　*/
.return {
	background-color: yellow;
}
/* フォント情報として使用する。 */
.fontnor {
	font-size: 100%;
	color: red;
}
.fontbol {
	font-size: 100%;
	color: red;
	font-weight: bold;
}
.fontmax {
	font-size: 120%;
	color: red;
	font-weight: bold;
}
