@charset "utf-8";
/*-- header ---------------------------------------*/
#wrapper {
	width: 800px;
	color: #333333;
	border: 1px solid #6C0000;
	background: #FFF;
	margin-top: 15px;
	margin-bottom: 3px;
	margin-left: 100px;
}
#header {
	width: 800px;
	height: 210px;
	font-weight: normal;
	text-decoration: none;
	clear: both;
	margin-top: 0px;
	background-image: url(../image/header.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
/*.header-left {
	float: left;
	}*/
#logo {
	float: left;
	width: 330px;
	height: 60px;
	text-indent: -9999px;
}
#header .english a {
	float: right;
	height: 30px;
	text-align: center;
	font-size: 93%;
	width: 55px;
	text-indent: -9999px;
}
#header .english a:hover {
	background: url(../image/english_hover.png) no-repeat right top;
	float: right;
	height: 30px;
	text-align: center;
	font-size: 93%;
	width: 55px;
}
/*-----------------------------------------------------*/

/*-- navi -------------------------------------*/
#NaviMenu {
	width: 170px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
/*-----------------------------------------------------*/

/*--- contents ----------------------------------------------*/
#contents1 {
	width: 600px;
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#event {
	width: 300px;
	float: left;
}
.permanent {
	width: 295px;
	float: right;
	height: 160px;
	text-indent: -9999px;
	background-image: url(../image/kaijo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/*-----------------------------------------------------*/

/*---- contents2 ---------------------------------------------*/
#contents2 {
	width: 600px;
	padding: 10px;
	float: right;
}

#infomation {
	width: 578px;
	float: right;
	border: 1px solid #900;
	padding: 10px;
}
#infomation .info {
	float: left;
	border-right: 1px solid #900;
	font-size: 108%;
	font-weight: bold;
	color: #900;
	padding-right: 5px;
	height: 60px;
}
#infomation .infotxt {
	width: auto;
	float: left;
	margin-left: 5px;
}


/*-----------------------------------------------------*/

/*---- contents3 ---------------------------------------------*/
#contents3 {
	width: 600px;
	padding: 10px;
	float: right;
}
.news-whats {
	background: url(../image/news-whats.png) no-repeat left top;
	height: 25px;
	width: 600px;
	margin-bottom: 5px;
	text-indent: -9999px;
}
#news {
	width: 580px;
	float: left;
	background: #EBEBEB;
	padding: 10px;
}
#news dl dt {
	font-weight: bold;
}

.iframe_news {
	width: 490px;
	height: 265px;
	margin-top: 5px;
}

.banner3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	float: right;
}
.iframe_event {
	width: 190px;
	height: 50px;
	margin-top: 5px;
}
/*-----------------------------------------------------*/

/*---- contents4 ---------------------------------------------*/
#contents4 {
	width: 600px;
	padding: 10px;
	float: right;
	border-top: 1px solid #6C0000;
	font-size: 11px;
	line-height: 13px;
}
/*-----------------------------------------------------*/

/*---- footer ---------------------------------------------*/
#footer {
	width: 800px;
	height: 50px;
	clear: both;
}
.footer-logo {
	width: 160px;
	height: 40px;
	background: url(../image/logo.png) no-repeat left top;
	margin-top: 5px;
	margin-left: 5px;
	text-indent: -9999px;
	float: left;
}
.footer-R {
	width: 600px;
	height: 45px;
	float: right;
	background: #6C0000;
	font-size: 116%;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.footer-R a {
	color: #FFF;
}

/*-- Copyright --*/
#copy {
	width: 800px;
	background: url(../image/c.gif) no-repeat center center;
	text-align: center;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
}

#update {
	float: right;
	color: #FFFFFF;
	font-size: 77%;
}
/*-----------------------------------------------------*/

/*---- etc ---------------------------------------------*/
.sp {
	height: 25px;
	display: block;
}
/*-- photo R/L --*/
.photo-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.photo-right {
	margin-bottom: 5px;
	margin-left: 10px;
}
/*-- sp --*/
.sp_h100 {
	height: 100px;
	width: 100%;
}
.sp_h250 {
	height: 250px;
	width: 100%;
}
.sp_h500 {
	height: 500px;
	width: 100%;
}
