@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ヒラギノ丸ゴ Pro W4", "Osaka", sans-serif;
	margin: 0px;
	letter-spacing: 1px;
	color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
h1{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.head {
	background-image: url(../images/head.jpg);
	background-repeat: repeat-x;
	height: 15px;
	width: auto;
	margin-bottom: 3px;
}
.main_bg {
	height: 120px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.rt {
	float: right;
	height: 120px;
	width: 290px;
	background-image: url(../images/rt.png);
	background-repeat: no-repeat;
}
.line {
	height: 2px;
	width: auto;
	background-color: #d9202c;
}
.line_s {
	height: 2px;
	width: auto;
	background-color: #d9202c;
	margin-top: 4px;
}
.main_img {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 370px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.lb {
	height: 120px;
	width: 290px;
	background-image: url(../images/lb.png);
	background-repeat: no-repeat;
}
.mainimg_bg {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	height: 370px;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
}
.enter {
	float: left;
	height: 70px;
	width: 210px;
	margin-top: 7px;
}
.door {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
	margin-bottom: 5px;
}
.leave {
	float: left;
	height: 70px;
	width: 210px;
	margin-top: 7px;
}
.ng {
	background-image: url(../images/18.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 91px;
	float: left;
	margin-right: 20px;
	margin-left: 19px;
}
.bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-x;
	height: 15px;
	width: 100%;
	margin-top: 50px;
}.txt_box {
	height: 120px;
	width: 710px;
	float: left;
}
.txt {
	font-size: 10px;
	color: #000;
	text-align: center;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.main_img_bg {
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	height: 370px;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
}

