body#game{
	background-image: url(image/back_1w.gif);/*ゲーム一覧画面の背景*/
}
body{
	background-image: url(image/back_1.gif);/*通常の背景*/
}
table#game{
	background-image: none;/*ゲーム一覧、ゲームプレイ画面のテーブル内の背景*/
}
table{
	background-image: url(image/back_1w.gif);/*通常の背景*/
}
/*文字の色とか*/
/**/
h1,h2{
	color:rgb(220,220,220);
	font-size: 100%;
}
h1.red,h2.red{
	color:rgb(215, 35, 35);/*赤文字のクラス*/
}
h1{
	font-weight: 400; /*通常の文字*/
}
h2{
	font-weight: 700; /*強調したい文字*/
}

/*テキストのセレクタ*/
p{
 	line-height: 120%;
 	text-align:　left;
}
hr{
	color:#7f7f7f;
}
/*リンク文字の色とか*/
a:link {color:rgb(125,125,255); text-decoration="underline"}
a:visited {color:rgb(200, 80,185); text-decoration="underline"}
a:active {color:rgb(215,215, 55); }
a:Hover {color:rgb(100,255,100); background-color:rgb( 90, 90, 90);}
