@charset "utf-8";

/* ---------- 共通 ---------- */
* {
 	margin: 0px;
	padding: 0px;
}

body {
	font-size: 12pt;
}

h2{
	margin:10px 0;
	font-size:28px;
}

h3{
	margin:10px 0;
	font-size:24px;
}

p {
	margin:3px 5px;
}

option{
	padding-left:2px;
	padding-right:2px;
}

.clear{
	clear: both;
}

.noscript{
	background-color:#FFE6E6;
	color:red;
	font-size:16pt;
	text-align:center;
	border: 3px solid ;
}

.err{
	color:red;
	padding:3px;
	border:solid 1px red;
	background:#FFCCCC;
	margin-bottom:5px;
}

.msg{
	color:blue;
	margin:5px 0px;
	padding:5px;
	border:solid 1px blue;
	background:#CCCCFF;
}

.frame{
	margin:5px 0px;
	padding:5px;
	background:#EEE;
}

.note{
	font-size:12px;
}

.red{
	color:#FF0000;
}

.margin_tb10{
	margin:10px 0px;
}
/* ---------- /共通 ---------- */


/* ---------- レイアウト ---------- */
#container {
	width: 860px;
	margin: 0px auto;
}

#header {
	height: 80px;
	background: url(../images/logo.gif) #bb1f1f no-repeat center left;
	margin-top: 10px;
	border-bottom: #d2d2d2 solid 5px;
	text-align: right;
	margin-bottom: 10px;
	font-size:14px;
}

#leftSide {
	width: 280px;
	float: left;
}

#rightSide {
	width: 560px;
	float: right;
}

#footer {
	clear: both;
	font-size: 12pt;
	border-top: 2px #000000 solid;
	text-align:center;
}

/* ポップアップ用 */
#container_p {
	width: 430px;
	margin: 0px auto;
}
/* ---------- /レイアウト ---------- */


/* ---------- ヘッダー ---------- */
#header .title {
	float: left;
	color: #FFFFFF;
	padding-left: 100px;
	margin-top: 10px;
	font-family: arial;
	font-size: 24pt;
}

#header .title a{
	text-decoration:none;
}

#header .subTitle {
	float: left;
	clear: left;
	color: #FFFFFF;
	padding-left: 102px;
	font-family: arial;
}

#header .links{
	padding-top: 60px;
	padding-right: 5px;
}

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

#header a:hover{
	color:#CCCCCC;
}
/* ---------- /ヘッダー ---------- */


/* ---------- 広告 ---------- */
.ads{
	background:#EEE;
	padding:5px;
}

.ads_left{
	width:100%;
}

.ads_game{
	font-size: 14px;
	margin:0px 10px 0px 0px;
	float: left;
	width: 265px;
}

.ads_rank{
	font-size: 14px;
	margin:0px 10px 0px 0px;
	float: left;
	width: 265px;
}
/* ---------- /広告 ---------- */


/* ---------- ランキング ---------- */
.rank{
	margin:5px 0px;
}

.rank table{
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}

.rank td{
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align:center;
}
/* ---------- /ランキング ---------- */


/* ---------- ゲーム ---------- */

/* 内部レイアウト */
#start_stop,
#state{
	float:left;
	margin:5px 5px 5px 0px;
}

#input{
	margin:5px 0px;
}

#command,
#check{
	float:left;
	margin:5px 5px 5px 0px;
}

#list{
	margin:5px 0px 10px 0px;
}


/* ボタン */
.bt_cmd{
	width:100px;
	font-size:24px;
}

.bt_chk{
	width:205px;
	font-size:24px;
	margin-bottom:5px;
}


/* 状態表示部 */
#state input{
	border:none;
	width: 120px;
	text-align:center;
}

#state table{
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}

#state td{
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align:center;
}


/* 数字入力部 */

#input input{
	font-size:76px;
	width:76px;
	margin-right:20px;
	text-align:center;
	background:#DAFEDD;
	ime-mode: disabled;
}

#input input.hint{
	background:blue;
	color:white;
}


/* チェック数字部 */
#check input{
	font-size:24px;
	width:36px;
	margin-bottom:5px;
}


#check .check_on{
	background-color: #bb1f1f;
	color: #fff;
}

#check .check_off{
	background-color: #fff;
	color: #000;
}


/* 一覧部 */
#list input{
	border: none;
	background:transparent;
	text-align:center;
	width:120px;
	font-size:16px;
}

#list input.seq{
	width:60px;
}

#list table{
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}

#list td{
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align:center;
}

#list .state_hidden{
	display:none;
}
/* ---------- /ゲーム ---------- */

