/* CSS Document */
@charset "UTF-8";

/*default*/

*{margin:0;padding:0; font-size:18px; font-family:"Times New Roman", Times, serif;font-weight:100;}

html {
	overflow:auto;
	overflow-y:scroll;
	}
	
body {
	line-height:1.2;
	color:#333;
	font-size:0.9em;
	}
	
h1,h2,h3,h4,h5,h6 { line-height:1.6;}
h1 {font-size:12px; margin:0 auto;width:770px; text-align:right;color:#FFFFFF;}
h2 {font-size:18px; width:350px; border-bottom:2px solid #CCC; font-weight:600;}
h3 {font-size:18px; padding-left:0.5em; font-weight:600;}
h4 {font-size:14px; padding-top:5px;}
h5 {font-size:12px;}
h6 {font-size:10px;}

p {margin-left:1.8em; margin-top:0.5em; margin-bottom:1em; font-size:18px;}

ul li { list-style-type:none;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}

.a_color1 {
	color:#000;
	}
.a_color1:hover {
	color:#FFF;
	}

.a_color2 {
	color:#FF0000;
	}
.a_color2:hover {
	color:#FFF;
	}
	
.a_color3 {
	color:#227DA9;
	}
.a_color3:hover {
	color:#FF9900;
	}
a.stay {color:#FFF;}

.kouhou {
	font-size: 11px;
	line-height: 130%;
	color:#686868;
	}

.hidden {
   display: none;
   visibility: hidden;
}
.alignright {
   float: right;
}
.alignleft {
   float: left;
}
.clear {
   clear: both;
}

img {border:0; vertical-align:bottom;}

/*clearfix*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}


/*wrap*/
#wrap {
	width:700px;
	display:block;
	background:#FFF;
	margin:0 auto;
	border:1px solid #CCC;
	}

/*header*/
#header {
	width:700px;
	display:block;
	background:#FFF;
	margin:0 auto;
	overflow:hidden;
	}

.logo {
	float:left;
	padding:5px;
	}
.logo2 {
	float:right;
	padding:70px 0 0px 20px;
	}

.headertext {
	width:250px;
	float:right;
	text-align:right;
	overflow:hidden;
	line-height:1;
	padding-right:10px;
	margin-top:30px;
	font-weight:600;
	font-family:"Lucida Sans Unicode";
	}

.headertext img { float:right;}

/*navigation*/

#nav {
	width:700px;
	height:30px;
	margin:0;
	padding:0;
	display:block;
	text-align:center;
	overflow:hidden;
	}
	
#nav li {
	float:left;
	margin:0;
	list-style:none;
	}
#nav li a {
	display:block;
	height:30px;
	background-image:url(../img/g_navi_en.jpg);
	}

#nav1 a {width:61px;background-position:		0	0;}
#nav2 a {width:109px;background-position:	-61px	0;}
#nav3 a {width:107px;background-position:	-170px	0;}
#nav4 a {width:94px;background-position:	-277px	0;}
#nav5 a {width:86px;background-position:	-371px	0;}
#nav6 a {width:78px;background-position:	-457px	0;}
#nav7 a {width:80px;background-position:	-535px	0;}
#nav8 a {width:85px;background-position:	-616px	0;}


#nav1 a.stay {width:61px;background-position:		0	-30px;}
#nav2 a.stay {width:109px;background-position:	-61px	-30px;}
#nav3 a.stay {width:107px;background-position:	-170px	-30px;}
#nav4 a.stay {width:94px;background-position:	-277px	-30px;}
#nav5 a.stay {width:86px;background-position:	-371px	-30px;}
#nav6 a.stay {width:78px;background-position:	-457px	-30px;}
#nav7 a.stay {width:80px;background-position:	-535px	-30px;}
#nav8 a.stay {width:85px;background-position:	-616px	-30px;}


#nav1 a:hover {width:61px;background-position:		0	-30px;}
#nav2 a:hover {width:109px;background-position:	-61px	-30px;}
#nav3 a:hover {width:107px;background-position:	-170px	-30px;}
#nav4 a:hover {width:94px;background-position:	-277px	-30px;}
#nav5 a:hover {width:86px;background-position:	-371px	-30px;}
#nav6 a:hover {width:78x;background-position:	-457px	-30px;}
#nav7 a:hover {width:80px;background-position:	-535px	-30px;}
#nav8 a:hover {width:85px;background-position:	-616px	-30px;}


/*container*/
#container {
	width:680px;
	display:block;
	margin:0 auto;
	overflow:hidden;
	padding:10px;
	border-top:none;
	border-bottom:none;
	background:url(../img/bg1.gif);
	}

#container2 {
	width:700px;
	display:block;
	margin:40px auto 0;
	overflow:hidden;
	padding:0px;
	}

/*footer*/
#footer {
	text-align: center;
	width: 700px;
	margin:0 auto;
	background:#FFFFFF;
	}

#footer ul {
	margin: 0px;
	padding: 0.3em 0px;
	font-size:small;
}

#footer li {
	display: inline;
	margin: 0px 0em;
	padding-right:15px;
}

#footer li a {
	color:#333;
	text-decoration:none;
	}
		
#footer li a:hover{
	text-decoration: none;
	border-bottom:1px dotted;
	color:#FF9900;
}
	
#footer p { margin:5px; padding:0; font-size:small; line-height:1;}
	
#footer address {
	text-align: center;
	padding: 0.3em 1em;
	font-style: normal;
	font-size: small;
	text-decoration: none;
	color:#333;
}

#footer address a {
	color:#333;
	}

/*price tabele setting*/
.price {
	font-size:12px;
	margin:10px auto;
	width:640px;
	overflow:hidden;
	padding:10px 20px;
	}
.price2 {
	width:120px;
	color:#000;
	font-size:16px;
	font-weight:600;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	background:#FB9E21;
	}
.price3 {
	width:10px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:600;
	text-align:center;
	vertical-align:middle;
	background:none;
	}

.price4 {
	width:120px;
	color:#000;
	font-size:16px;
	font-weight:600;
	text-align:left;
	padding-left:20px;
	vertical-align:middle;
	background:#FB9E21;
	}
	
.price p {
	color:#FFFFFF;
	float:right;
	margin:0;
	margin-top:5px;
	font-size:12px;
	font-weight:600;
	}
ul li {list-style:circle; margin-left:3em;}

/*shousai*/
.shousai {
	width:80px;
	height:20px;
	display:block;
	background:url(../img/shousai_icon.gif) no-repeat;
	position:relative;
	top:106px;
	left:196px;
	margin-top:-20px;
	}

.shousai:hover {
	background-position:bottom;	
	}
	
/*yoyaku*/
.yoyaku{
	width:670px;
	padding:5px;
	color:#000;
	}
	
.call {
	width:389px;
	display:block;
	text-align:center;
	position:relative;
	left:280px;
	margin-bottom:30px;
	font-size:36px;
	color:#000;
	line-height:1.8;
	background:url(../img/bg4.gif);
	}

.cancel {
	color:#000;
	margin-left:40px;
	margin-bottom:30px;
	padding:5px;
	border:1px solid black;
	}

.cancel span{color:#FF0066;}


/*room information*/
.room_sample {
	width:680px;
	overflow:hidden;
	padding:5px;
	}
.room_thumb {
	width:310px;
	float:right;
	margin-top:-10px;
	}

.room{
	overflow:hidden;
	margin:5px auto;
	padding:5px;
	border:1px solid #CCC;
	}

.room span{color:#FF0066;}

.room h2 {font-size:16px;}
.room_table{vertical-align:middle; margin-top:10px;}
.room_th1{ font-weight:600;height:30px;background:#FB9E21; color:#000; font-size:16px;}
.room_th2{ font-weight:600;background:#F8ECC2; color:#000; font-size:16px; height:40px;}
.room_td3{ font-size:16px;background:none; text-align:center; color:#000000; padding:5px; border:1px solid #CCC;}

/*shop*/
.shop_info {
	float:right;
	text-align:left;
	padding:10px;
	}

.shoes_info {
	background:FFF;
	width:680px;
	height:200px;
	display:block;
	border:1px solid gray;
	margin-bottom:5px;
	}
.shoes_info h3 {background:#FFFFFF; color:#000000;}

/*order form*/
table.mailform {
	margin: 20px auto ;
	font-size:18px;
}

table.mailform th p {
	font-size: 9px;
	color: #0B479F;
	display: block;
	margin:0;
}

table.mailform th span {
	font-size: 18px;
	color: #FF0000;
}

table.mailform th {font-size:18px;background:url(../img/bg4.gif);border:1px solid gray; border-top:none; padding:0 5px; border-right:none;}
table.mailform td {font-size:18px;border:1px solid gray; border-top:none; padding:5px; vertical-align:middle;}


/*link*/
.link {margin-top:1em;}
.link li {margin-left:2em;}
.link li a {
	color:#0000FF;
	}
.link li a:hover {
	color:#CC0000;
	text-decoration:underline;
	}
	
/*accessmap*/
.accessmap {
	border:1px solid gray;
	width:680px;
	margin:30px auto;
	}
.accessmap td { text-align:left; border:1px solid gray; padding-left:2em;}

/*entrance page*/
#enter {
	width:700px;
	height:600px;
	padding:0 50px;
	display:block;
	background:url(../img/bg_enter.jpg);
	margin:0 auto;
	}

.enter_j {width:300px; height:80px; display:block; margin-top:500px; float:right;}
.enter_e {width:300px; height:80px; display:block; margin-top:500px; float:left;}
a#menu1 {
	display:block;
	width:300px;
	height:80px;
	margin:0;
	background-image: url(../img/enter_e.png);
	}

a#menu1:hover {
	background-image: url(../img/enter_e_h.png);
	}
	
a#menu2 {
	display:block;
	width:300px;
	height:80px;
	margin:0;
	background-image: url(../img/enter_j.png);
	}

a#menu2:hover {
	background-image: url(../img/enter_j_h.png);
	}
	
	
