@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;
}
/*背景*/
.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;
}
/*フィルタ*/
.f {
	filter: alpha(style=0, opacity=65);
	opacity:0.65;		    /*FF&ネスケ&Safari用*/
	-moz-opacity:0.65;          /*古いFF&ネスケ&Safari用*/
	}
/*フォーム*/
.text {
	font-size: 12px;
	color: #000000;
	background: #FFAB0E;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	height: 18px;
	width: 100%;
	border: 1px solid #990000;
}
.text2 {
	font-size: 12px;
    color: #000000;
	background: #FFAB0E;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	height: 18px;
	width: 70px;
	border: 1px solid #990000;
}
.text3 {
	font-size: 12px;
	color: #000000;
	background: #FFAB0E;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	height: 50px;
	width: 100%;
	border: 1px solid #990000;
}
.serect {
	font-size: 12px;
    color: #990000;
	background: #FFAB0E;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	border: 1px solid #990000;
}
.botton {
	margin-left: 5px;
	font-size: 12px;
	color: #990000;
	background: #FFAB0E;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	border: 1px solid #990000;
	height: 20px;
	width: 50px;
}

/*忍用*/
.none{text-indent: -2000px;}
