@charset "Shift_JIS";
/* CSS Document */

/* visual */
#wrap #container #visual{
	background-image: url(../images/visual.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 100px;
	width: 690px;
	margin: 0px;
}

/* contents */
#stage h3{
	font-size: 1px;
	line-height: 1px;
	text-indent: -1000em;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 300px;
	overflow: hidden;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#stage .list{
    width: 650px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #523F36;
	margin-top:20px;
	margin-bottom:20px;
}
#stage .list th{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #523F36;
}
#stage .list td{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #523F36;
}
#stage .list .color th,#stage .list .color td{
	background-color: #281A12;
}
#stage .box{
	height: 18px;
	width: 300px;
}
#stage .box:hover{
	background-color: #E2DCCD;
	border-top-color: #523F36;
	border-right-color: #523F36;
	border-bottom-color: #523F36;
	border-left-color: #523F36;
}
#stage .btn{
	padding: 0px;
	float: left;
	height: 25px;
	width: 250px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #523F36;
	border: 1px solid #070301;
	font-weight: bold;
	color: #BEBEBE;
}
#stage .btn:hover{
	color: #523F36;
	background-color: #9F7F42;
	border: 1px solid #523F36;
}
#stage span{
	color: #FFCC00;
}