/* 
 Base
-------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	color: #E1E6E3;
	font-size: 12px;
	line-height: 120%;
	background: #ffffff url(../img/body.jpg);
	}
	body.top {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #000000;
	}
a:link, a:visited{
	color: #CC6633;
	text-decoration: none;
	}
a:hover, a:active{
	color: #FFCC33;
	}
h1 {
	font-size: 12px;
	font-weight: normal;
	padding: 1px 5px;
	margin: 0px;
	float: right;
	}
p {
	margin: 2px 0px;
	padding: 0px;
	}


/* 
 layout 
-------------------------------------- */
#contener {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: url(../img/back.jpg) repeat-x;
	}
#header {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 50px;
	background: url(../img/header_back.jpg) repeat-x;
	}
#logo {
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: 50px;
	background: url(../img/logo.jpg) no-repeat;
	float: left;
	}
	#logo a {
	width: 220px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	}
#top_main {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	text-align: center;
	}
#main {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: auto;
	}
#footer {
	margin: 20px 0px 0px;
	padding: 5px;
	width: inherit;
	height: auto;
	}
	#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	#footer li {
	margin: 0px 2px;
	padding: 0px;
	float: left;
	}
.left {float: left;}
.right {float: right;}
.alignleft {text-align:left;}
	.alignleft img {padding: 4px;}
.alignright {text-align: right;}
	.alignright img {padding: 4px;}
.clear {clear: both;}

#image {
	margin: 0px auto;
	padding: 0px;
	height: 300px;
	width: 800px;
}
.title {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 80px;
	width: 560px;
}

/* 
 navigation 
-------------------------------------- */
#navi {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 680px;
	float: right;
	background: url(../img/navi_over.jpg) no-repeat;
	}
	#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	#navi li {
	float: left;
	text-indent: -9999px;
	}
	#navi a {
	text-indent: -9999px;
	}

#navi01 {width: 92px;}
	#navi01 a {width: 92px;height: 50px;display: block;background: url(../img/navi.jpg) 0px 0px;}
	#navi01 a:hover {background: url(../img/navi_over.jpg) 0px 0px;}
#navi02 {width: 81px;}
	#navi02 a {width: 81px;height: 50px;display: block;background: url(../img/navi.jpg) -92px 0px;}
	#navi02 a:hover {background: url(../img/navi_over.jpg) -92px 0px;}
#navi03 {width: 91px;}
	#navi03 a {width: 91px;height: 50px;display: block;background: url(../img/navi.jpg) -173px 0px;}
	#navi03 a:hover {background: url(../img/navi_over.jpg) -173px 0px;}
#navi04 {width: 110px;}
	#navi04 a {width: 110px;height: 50px;display: block;background: url(../img/navi.jpg) -264px 0px;}
	#navi04 a:hover {background: url(../img/navi_over.jpg) -264px 0px;}
#navi05 {width: 122px;}
	#navi05 a {width: 122px;height: 50px;display: block;background: url(../img/navi.jpg) -374px 0px;}
	#navi05 a:hover {background: url(../img/navi_over.jpg) -374px 0px;}
#navi06 {width: 63px;}
	#navi06 a {width: 63px;height: 50px;display: block;background: url(../img/navi.jpg) -496px 0px;}
	#navi06 a:hover {background: url(../img/navi_over.jpg) -496px 0px;}
#navi07 {width: 120px;}
	#navi07 a {width: 120px;height: 50px;display: block;background: url(../img/navi.jpg) -559px 0px;}
	#navi07 a:hover {background: url(../img/navi_over.jpg) -559px 0px;}



/* 
 style
-------------------------------------- */
.border { border: 1px #83A145 solid; }
.border_dash { border: 1px #83A145 dashed; }
.border_double {
	border: 3px double #CCCC99;
}
.border_double02 { border: 3px #FFbb66 double;}
.border_side { border-right: 1px solid #999999;border-left: 1px solid #999999;}
.border_bottom { border-bottom: 3px solid #924928;}
.border_top { border: 1px #FFCC66 solid;}
.border_tb { border-top: 1px solid #404069;border-bottom: 1px solid #404069;}
.btn {
	width: 110px;
	padding: 3px;
	margin: 5px;
	border: 3px double #bb7722;
	background-color: #995500;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	}
	.btn a:link,.btn a:visited {
	color: #FFFFFF;
	}

.midashi {
	margin: 5px 0px;
	padding: 2px 2px 2px 5px;
	border-left: 8px solid #924928;
	border-bottom: 1px solid #924928;
	font-weight: bold;
	}
.coment {
	margin: 0px;
	padding: 10px 5px 10px 45px;
	height: inherit;
	width: inherit;
}
.pad {
	margin: 0px;
	padding: 15px;
	height: inherit;
	width: inherit;
}


/* 
 text
-------------------------------------- */
.small {  font-size: 11px;}
.small02 {  font-size: 11px;color: #FFC85E;}
.large {  font-size: 15px;}
.txt {  line-height: normal;}
.txtB {  font-weight: 900; line-height: 15px;} 
.txtB15 { font-size: 15px; font-weight: 900;}
.txt02 {  line-height: 140%;}
.Red {  color: #e44;}
.RedB {  color: #d42; font-weight: 900;}
.Ora {  color: #dd9900;}
.OraB { color: #dd9900; font-weight: 900;}
.OraB15 { font-size: 15px; color: #dd9900; font-weight: 900;}
.yell {  color: #FFC85E;}
.Gre {  color: #83A145;}
.Blu {  color: #558899;}
.light { color: #E7E5D5;}
.lightB { font-weight: 900; color: #E7E5D5; line-height: 14px;}
.dark {  color: #E7E5D5}
.brown { color: #7C6B5C;}
.brownB { font-weight: bold; color: #7C6B5C;}
.white { color: #FFFFFF; font-size: 12px; line-height: 135%;}
.whiteB { font-weight: 900; color: #FFFFFF;} 
.black { color: #000000;}
.blackB { font-weight: 900; color: #000000;}
.purple { color: #990033;}



/* 
 onsen
-------------------------------------- */
.onsen_img {
	margin: 0px;
	padding: 0px;
	background: url(../img/onsen_img.jpg) no-repeat right top;
}


/* 
 form
-------------------------------------- */
#form {
	margin: 0px auto;
	padding: 15px;
	width: 580px;
	height: auto;
	text-align: center;
	}
	#form table {
	margin: 0px auto;
	width: 500px;
	height: auto;
	background: #83A145;
	}
	#form th {
	background: #334411;
	font-size: 12px;
	font-weight: bold;
	color: #E1E6E3;
	text-align: right;
	line-height: 140%;
	padding: 3px;
	}
	#form td {
	background: #FFFFFF;
	font-size: 12px;
	color: #333333;
	line-height: 160%;
	text-align: left;
	padding: 3px;
	}
	#form .title {
	background: #334411;
	font-size: 12px;
	font-weight: bold;
	color: #E1E6E3;
	text-align: center;
	margin: 0px auto;
	height: auto;
	width: 440px;
	padding: 3px;
	float: none;
	}
	#form p {
	margin: 0px;
	padding: 15px;
	height: auto;
	width: auto;
	display: block;
	}

/* 
 yadosagashi
-------------------------------------- */
#ydbn7 a {
	height: 37px;
	width: 88px;
	display: block;
	background-image: url(http://www.yado-sagashi.com/bn/libertybn01_s.gif);
	}
#ydbn7 a b {
	position:relative;
	height: 37px;
	width: 88px;
	display: block;
	z-index:-1;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	}
