/* 背景 */

.bg_back{
	background-color: #bbffbb;
}

/* メニュー */

.menu{
	font-size: 100%;
}

.menu li{
	float: left;
	width: 50%;
	text-align: center;
}


.menu a{
	display: block;
	text-decoration: none;
	padding: 15px 7px 15px 7px;
	border:1px solid #AAA;
	background:#eeeeee;
	box-shadow:0 2px 2px rgba(100, 100, 100, 0.15);
	-moz-box-shadow:0 2px 2px rgba(100, 100, 100, 0.15);
	-webkit-box-shadow:0 2px 2px rgba(100, 100, 100, 0.15);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
	color: #000000;
	behavior: url(ie-css3.htc);
}

#one_box{
	float: left;
	width: 100%;
	text-align: center;
}


/* テーブル */

table, td, th{
	border: 1px #000000 solid;
}

td, th{
	padding: 10px 10px;
}

.mode_table tr{
	text-align: center;
	vertical-align: middle;
}

.enemy_table tr{
	vertical-align: middle;
}

.fortress_table table{
	width: 100%;
}

.fortress_table tr{
	text-align: center;
	vertical-align: middle;
}

.fortress_table th{
	word-break: break-all;
}

.score_table tr{
	text-align: center;
	vertical-align: middle;
}

.credit_table tr{
	text-align: center;
	vertical-align: middle;
}

#center_graph{
	padding: 0px 0px;
	text-align: center;
	vertical-align: middle;
}



/* リスト */
.circle_list li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 10px 10px;
}

.circle_list li ul li{
	list-style: circle;
	margin-left: 20px;
	font-size: 0.8em;
}


/* 太字 */
#string_bold{
	font-weight:bold;
}