body {
	margin:0;
	padding:0;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat: repeat;
	background-color: #000;
	height: 100%;
}

html{
    height:100%;
}

body > #wrapper {
    height: auto;
}

#wrapper {
	overflow: auto;
	padding: 0px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-repeat: repeat;
	width: 900px;
	background-color: #EDEDED;
	background-image: url(img/bg.gif);
	height:100%;
	min-height: 100%;
}
.menu a:link{
	height: 20px;
	width: 200px;
	font-size: 12px;
	display: block;
	font-family: "Arial Black", Gadget, sans-serif;
	background-color: #000;
	text-align: center;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #A60C29;
}
.menu a:visited{
	color: #A60C29;
}
#header {
	width: 850px;
	display: block;
	background-color: #A40F40;
	height: 80px;
	background-image: url(top/header.gif);
	padding-top: 70px;
	padding-right: 25px;
	padding-left: 25px;
}
#news_box {
	float: left;
	width: 220px;
	display: block;
	font-size: 12px;
	background-image: url(top/news_title.gif);
	background-repeat: no-repeat;
	background-color: #ededed;
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-position: 1px 15px;
}
#right_box {
	display: block;
	float: right;
	width: 600px;
	font-size: 12px;
}
#left {
	display: block;
	float: left;
	width: 430px;
	font-size: 12px;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#right {
	display: block;
	float: right;
	width: 420px;
	font-size: 12px;
	line-height: 180%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents {
	padding: 15px;
	width: 870px;
	display: block;
	background-color: #EDEDED;
}

.table_white {
	background-color: #EDEDED;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 10px;
	border: thin dotted #333;
}
#list_box {
	display: block;
	width: 430px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
.red {
	color: #C30;
	font-size: 16px;
	font-weight: bold;
}
#footer {
	width: 900px;
	font-size: 10px;
	color: #900;
	text-align: center;
}

a:link, a:visited {
	font-weight:		bold;
	text-decoration:	none;
	color:			#A60C29;
	background:		transparent;
	}

a:visited {
	color:			#A60C29;
	}

a:hover {
	font-weight:		bold;
	text-decoration:	underline;
	color:			#C30;
	background:		transparent;
	}

a:active {
	font-weight:		bold; 
	text-decoration:	none;
	color:			#000;
	background:		transparent;  
	}

img {
	padding:			1px;
	border:			0;
	}

td {
	font-size:		14px;
	line-height:		1.5em;
}

form {
	margin:			0;
	padding:			0;
	font-size:		14px;
}

input {
	margin:			0;
	padding:			0;
	font-size:		14px;
}

/* ids ----- */

#topbg {
	background-color: #8e9bb4;
	background-image: url("img/main_bg.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 20px;
	margin: 0;
	padding: 0;
	border: 0;
}

#menubg {
    background-color: #ffbd30;
	margin: 0;
	padding: 0;
	border: 0;
}.stage {
	font-size: 13px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #333333;
}
.mini {
	font-size: 10px;
	line-height: 150%;
	font-weight: normal;
}
.stage a:link, a:visited {
	font-size: 13px;
	color: #CC3366;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.stage a:hover {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 13px;
	color: #3399CC;
	text-decoration: none;
}
.big {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	line-height: 180%;
}

*.float
      {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
      }
*.floatclear
      {
         clear: both;
      }

*.floatright
      {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-top: 1em;
      }
.font_12 {
	font-size: 12px;
	font-weight: normal;
}
.white {
	color: #FFF;
}

