@charset "shift_jis";
* {
	margin: 0;
	padding: 0;
}
body {
	scrollbar-face-color: #FBCE46;
    scrollbar-track-color: #FBCE46;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-3dlight-color: #FBCE46;
    scrollbar-darkshadow-color: #FBCE46; 
	background-color: #FBCE46;

}

body.main {
	margin-top: 50px;
}
/*wi*/
.bg-tb {
	background: url(../img/bg_tb.jpg) no-repeat bottom;
}
.bg-shop {
	background: url(../shop/img/bg_shop.jpg) no-repeat top;
}
.bg-res {
	background: url(../reserve/img/bg_res.jpg) no-repeat bottom;
}
.bg-map {
	background: url(../map/img/bg_map.jpg) no-repeat bottom;
}

.bg-rec {
	background-image: url(../recruit/img/bg_rec.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*]*/
.p-10 {
	padding: 10px;
}
.p-5 {
	padding: 5px;
}
.p-un5 {
	padding: 0px 0 5 0;
}
.p-ri5 {
	padding: 0px 5 0 0;
}
/*{[_[*/
.bord01 {
	border: 1px solid #6A0000;
}
/*tB^*/
.f {
	filter: alpha(style=0, opacity=65);
	opacity:0.65;		    /*FF&lXP&Safarip*/
	-moz-opacity:0.65;          /*Γ’FF&lXP&Safarip*/
	}
/*tH[*/
.text {
	font-size: 12px;
	color: #000000;
	background: #FFAB0E;
	font-family: "lr oSVbN", Osaka;
	height: 18px;
	width: 100%;
	border: 1px solid #990000;
}
.text2 {
	font-size: 12px;
    color: #000000;
	background: #FFAB0E;
	font-family: "lr oSVbN", Osaka;
	height: 18px;
	width: 70px;
	border: 1px solid #990000;
}
.text3 {
	font-size: 12px;
	color: #000000;
	background: #FFAB0E;
	font-family: "lr oSVbN", Osaka;
	height: 50px;
	width: 100%;
	border: 1px solid #990000;
}
.serect {
	font-size: 12px;
    color: #990000;
	background: #FFAB0E;
	font-family: "lr oSVbN", Osaka;
	border: 1px solid #990000;
}
.botton {
	margin-left: 5px;
	font-size: 12px;
	color: #990000;
	background: #FFAB0E;
	font-family: "lr oSVbN", Osaka;
	border: 1px solid #990000;
	height: 20px;
	width: 50px;
}

/*Ep*/
.none{text-indent: -2000px;}
/*Vξρp*/
#news {
	height: 280px;
	width: 485px;
	overflow-y:scroll;
	background-color: #EDD4C2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	overflow: auto;
	font-size: 90%;
	color: #000;
}
#news dl {
	font-size: 95%;
	color: #47210D;
	line-height: 140%;
	padding: 5px;
}
#news dl dt {
	font-size: 98%;
	font-weight: bold;
}
#news dl .photo {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}
#news dl  dd{
	font-size: 95%;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 7px;
}

