@charset "utf-8";
*{
	margin:0;
	padding:0;
}


html{
}

body{
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.8;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 85%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #241505;
	height: 590px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wrapper{
	width:900px!important;
	color:#FFFFFF;
	position: relative !important;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	height: 590px;
	background-image: url(img/top_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	}

* html #wrapper	{
	/*height: 100%;*/
}

table,tr ,td{
	border: 0px none;
}
.bfont{
	font-weight:bold;
}

br.cr{
	clear:both;
}

span.hidden {display:none;}

span.red {color:#c00;}

div#main {
	height: 590px;
	width: 900px;
	float: center;
}

div#menu {
	height: 590px;
	width: 150px;
	margin-left: 10px;
	text-align: right;
	background-image: url(img/menu_bg.png);
}

caption{
	display:none;
}

th,tr,td{
	text-align:left;
	font-weight:normal;
}

span.rbold {
	font-weight: bold;
	color: #660000;
}

