@charset "shift_jis";
/* CSS Document */
body{
	background-color:#000;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size:14px;
}
a{
	color:#09F;
	font-weight:bold;
	text-decoration:none;
}
a:visited{
	color:#09F;
}
a:hover{
	color:#0CF;
	text-decoration:underline;
}
.container{
	width:960px;
	margin:auto;
	border:#09F 1px solid;
	background-color:#F000;
	position:relative;
	}
.home{
	width:940px;
	margin:auto;
	text-align:right;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	position:absolute;
	padding:20px 20px 0px 0px;
}
.home a{
	color:#09F;
	text-decoration:none;
}
.home a:visited{
	color:#09F;
	text-decoration:none;
}
.home a:hover{
	color:#0CF;
	text-decoration:none;
}
.info table{
	background-color:#09F;
}
.info td{
	background-color:#FFF;
	color:#000;
}
.info th{
	background-color:#FFF;
	color:#000;
}
.info{
	padding:0px 100px 20px;
	background:#000;
}
.event table{
	background-color:#09F;
	margin-top:10px;
}
.event th{
	background-color:#FFF;
	color:#000;
	text-align:center;
}
.event td{
	background-color:#FFF;
	color:#000;
}
.event{
	padding:0px 100px 20px;
	background:#000;
}
.event img{
	float:right;
	padding:5px;
}
.line_none{
	border-bottom:none;
}
.title{
}
.sub_title{
		border:#09F 1px solid;
		padding:12px;
		margin-bottom:5px;
		font-weight:bold;
		text-align:center;
		color:#FFF;
		font-size:2em
}
.main{
	position:relative;
}
.bt_info{
	position:absolute;
	margin:230px 0px 0px 650px;
}
.bt_event{
	position:absolute;
	margin:330px 0px 0px 650px;
}
.text{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	color:#FFF;
	padding:0px 0px 5px 0px;
	text-indent:1em;
	line-height:1.2em;
	font-size:large;
}
.line{
	border:#09F 1px solid;
}

.copy{
	width:100%;
	margin:auto;
	background-color:#000;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.bold{
	font-weight:bold;
}
.big{
	font-size:larger;
}
.indent{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:5px;
}
.center{
	text-align:center;
}
.button{
	padding:0px 100px 20px;
	background:#000;
}
.bg_photo{
	background-image:url(img/bg_sengoku.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:250px;
}
.red{
	color:#F00;
	font-weight:normal;
}