@charset "UTF-8";

/*============================================
全般的なスタイル
============================================*/
* {
	margin:0; padding:0; 	/*全要素のマージン・パディングをリセット*/
	line-height:1.5;	/*全要素の行の高さを1.5倍にする*/
	color:#000000;		/*文字色*/
	vertical-align:middle;
} 
body {
	background-color:#FFFFFF;	/*ページ全体の背景色*/
	text-align:center;		/*IE6以下でセンタリングするための対策*/
}
div#pagebody {
	width:1200px; margin:0 auto;	/*内容全体をセンタリング*
	text-align:left;	/*テキストの配置を左揃えにする*/
	background-color:#FFFFFF;		/*内容全体の背景色*/
}

/*============================================
ヘッダ
============================================*/

div#header {
    margin-top: -25px;
	height:40px;
	background-color:#000000;		/*ヘッダ部分の背景色*/
	font:#FFFFFF;
	font-size:12px;
}

div#header table {
	text-align:center;
	margin-left:50px;
}

div#header td.title {
	width: 200px;
}

div#header td.command {
	width:100px;
}

div#header a {
	display:block;				/*リンクをブロック表示にする*/
	text-decoration:none; 			/*リンクの下線を無くす*/
	color:#FFFFFF;
	height:27px;
	padding-top:10px;
}


div#header a:link, div#header a:visited {
	color:#FFFFFF;
}

div#header a:hover {
	background-color:#333333;
}

/*============================================
メニュー（左カラム）
============================================*/

div#menu {
	background-color: #FFFFFF;
	width:200px;			/*幅の指定*/
	margin:10px;	/*位置調整（IE6のバグに注意）*/
	display:inline;			/*IE6のマージン算出のバグ対策*/
	float:left;			/*サブメニューのカラムを左寄せにする*/
}


div#menu form {
	padding: 20px;
	background:#DDDDDD;
}

div#menu dl {
	margin-top: 20px;
	margin-left: 10px;
	padding:0px;
	vertical-align:top;
	
}

div#menu dt {
	background-color: #CCCCCC;
	margin:0px;
	padding:0px;
	border: 1px solid #000000;
}

div#menu dt a {
	display:block;
	background-color: #CCCCCC;
	text-decoration: none;

}

div#menu dt:hover {
	background-color: #00FFFF;
}

div#menu dd  {
	border: 1px solid #000000;
	background-color: #DDDDDD;
	margin: 0px;
	padding:0px;
	text-align: left;
	
}

div#menu dd a {
	display:block;
	font-size:13px;
	text-align: left;
	text-decoration: none;
}

div#menu dd a:link {
	color:#000000;
}

div#menu dd a:visited {
	color:#000000;
}

div#menu a:hover {
	background-color:#66FF66;
}

/*============================================
メイン（中央カラム）
============================================*/
div#gamedata h1 {
	background-color: #DDDDDD; 	/*背景色*/
	width:960px;
	margin-top:10px;
	padding:5px;
	font-size:20px;				/*フォントサイズ*/
}

div#gamedata {
	width:950px; 	/*幅の指定と位置調整*/
	margin: 0px 0px 0px 0px;
	text-align: center;	/*テキストの配置を中央揃えにする*/
	font-size:13px;
	float:left;				/*メインコンテンツを左寄せにする*/
}

table#gamedata2 {
	border-collapse: collapse; 	/*ボーダーを重ねる*/
	margin-top:20px;
	margin-left:40px;
}

table#gamedata2 td {
	background-color: #AAFFAA;
	border:solid 2px #FFFFFF;
	vertical-align: middle;
	text-align: center;
}

table#gamedata2 th {
	width:450px;
	background-color: #FFFFFF;
	border:none;
}

table#gamedata2 a {
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	display:inline;
	}

table#gamedata2 a:hover {
	background-color: #FFFF00;
	}

select {
	border:1px;
	}

table#gamedata3{
	border-collapse: collapse; 	/*ボーダーを重ねる*/
	margin-top:20px;
	margin-left:50px;
	
	
	}

table#gamedata3 th{
	border:solid 1px #000000;
	width:100px;
	height:63px;
	text-align: center;
	}
	
table#gamedata3 td{
	border:solid 1px #000000;
	width:100px;
	text-align: center;
	}
	
td#mov{
	background-color:#FFFFFF;
	border:none;
	width:400px;
	}

div#review table{
	margin-bottom:20px;
	}

input#push {
    width:200px;
    height:50px;
    font-size: 20px;
    background-color: #DDDDDD;
    border:none;
    color: #000000;

}

input#push:hover{
    background-color: #00FF00;
}


/*===========================================
サブメニュー（中央カラム）
============================================*/

table#submenu {
	text-align: center;
	margin-left:20px 0px 0px 20px;
}

table#submenu table {
	border-collapse: separate;	/*ボーダーを重ねない*/
}

table#submenu td{
	background-color:#CCCCCC;
	height:20px;
	text-align: center;
	vertical-align: middle;
	font-size:15px;
	border: solid #FFFFFF;
}

table#submenu td.move {
	width:50px;
}

table#submenu td.others {
	width:120px;
}

table#submenu td.golist1 {
	width:230px;
}

table#submenu td.golist2 {
	width:230px;
}

table#submenu a {
	display: block;
	text-decoration: none;
	line-height: 2em;
	}

table#submenu sup {
	color:#0000FF;
	}

table#submenu a:link {
	color:#0000FF;
	}
	
table#submenu a:visited {
	color:#0000FF;
	}
	
table#submenu a:hover {
	color:#0000FF;
	background-color: #FFFF00;
	}

/*============================================
フッタ
============================================*/
div#footer {
	height:200px; text-align:center;
	background-color:#FFFFFF;			/*フッタ部分の背景色*/
}

div#footer p {
	margin-top:10px;
}


