@charset "utf-8";

/*-----------------------------------------------

  * Filename:      yoshino.css
  * Description:   part of design.
  * Version:       2010-07-25 (YYYY-MM-DD)
  * Website:       http://private-house.jp/yoshino/
  * Auther:        http://miyanavi.net/
  * Copyright:     宮古島プライベートハウス

  == Font-Size: =================================

  77%  = 10px  |  124% = 16px  |  170% = 22px
  85%  = 11px  |  131% = 17px  |  177% = 23px
  93%  = 12px  |  139% = 18px  |  185% = 24px
  100% = 13px  |  147% = 19px  |  193% = 25px
  108% = 14px  |  154% = 20px  |  200% = 26px
  116% = 15px  |  162% = 21px  |

  == CSS index: =================================

		1. DesignBase
		2. common

		3. index.html
		4. rooms.html
		5. facilities.html
		6. rates.html
		7. access.html
		8. booking.html
		9. faq.html

		99. mailform (CGI)

-------------------------------------------------*/



/*
		1. DesignBase
---------------------------------------------*/

html {
	background: #fff url(img/html-bg.gif);
	}

body {
	min-height: 100%;
	background: url(img/body-bg.gif) 50% 0 repeat-y;
	color: #444;
	}

h1 {
	padding: 0 0 30px 0;
	}

a:link    {color: #04f;}
a:visited {color: #04f;}
a:hover   {color: #04f;}
a:active  {color: #04f;}

p {
	margin-bottom: 1.4em;
	line-height: 1.6em;
	color: #6A7C31;
	}

table {
	margin-bottom: 24px;
	background-color: #f3f9e0;
	}

caption {
	padding: 0 0 3px;
	color: #6A7C31;
	}

caption img {
	padding: 0 0 5px;
	}

th {
	white-space: nowrap;
	padding: 9px 18px 6px 12px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #dee7c2;
	}

td {
	padding: 9px 9px 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

dl {
	}

dt {
	margin-top: 15px;
	padding: 0em 50px 0.5em 1em;
	color: #6A7C31;
	font-weight: bold;
	}

dd {
	padding: 0em 50px 0em 2em;
	color: #b49854;
	}




/* element */

.centering * {
	text-align: center;
	}

.external {
	padding-right: 4px;
	padding-left: 20px;
	background-image: url(img/icon_external.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	}

.chekd {
	font-weight: bold;
	background-color: #fff;
	}

input.jText, textarea, select {
	padding: 4px 2px 2px !important;
	border: 1px solid #A7A6AA;
	}

input[type="text"] {
	padding: 4px 2px 2px !important;
	border: 1px solid #A7A6AA;
	}

.jFocus {
	-webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
	-moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
	border-color: rgba(82, 168, 236, 0.75) !important;
	outline: medium none;
	}

.cautionArea {
	padding: 1.2em 5em 1em;
	text-indent: -1.5em;
	color: #666;
	border: 1px solid #BFB298;
	background-color: #fffaf0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	}

.cautionArea li {
	margin-bottom: 0.4em;
	}

.caution,
.cautionArea span {
	color: red;
	}


/* textarea resizable */

div.grippie {
	background: #f4f4f4 url(img/grippie.png) no-repeat scroll center 2px;
	border-color: #ddd;
	border-style: solid;
	border-width: 0pt 1px 1px;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
	}

div.grippie {/* corner round */
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	}

.resizable-textarea textarea {
	display: block;
	margin-bottom: 0pt;
	width: 95%;
	height: 20%;
	}

.resizable-textarea textarea {/* corner round */
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	}



/*
		2. common
---------------------------------------------*/

#wrapper {
	width: 800px;
	margin: auto;
	padding-top: 15px;
	color: #333;
	font-size: 93%;
	}

#header {
	position: relative;
	height: 180px;
	background: url(img/header-bg-sub.gif) no-repeat;
	}

#logo {
	position: absolute;
	top: 0;
	left: 417px;
	z-index: 255;
	}

#content {
	padding: 20px 60px;
	}

#footer {
	clear: both;
	text-align: right;
	margin: 20px 0;
	padding: 0 26px 34px 0;
	line-height: 1.2em;
	font-size: 10px;
	color: #BFB298;
	background: url(img/copyright.gif) 0 bottom no-repeat;
	}

#footer a img {
	background-color: #fff;
	}

#footer address {
	padding-bottom: 17px;
	}

/* navigations */

#nav {
	padding: 3px 13px 30px 0;
	list-style-type: none;
	}

#nav li {
	position: absolute;
	}

#nav li a,
#nav li em {
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	}

#nav-1 {
	left: 280px;
	top: 0;
	width: 65px;
	height: 120px;
	}

#nav-2 {
	left: 345px;
	top: 0;
	width: 71px;
	height: 140px;
	}

#nav-3 {
	left: 416px;
	bottom: 0;
	width: 76px;
	height: 105px;
	}

#nav-4 {
	left: 492px;
	bottom: 0;
	width: 64px;
	height: 105px;
	}

#nav-5 {
	left: 556px;
	bottom: 0;
	width: 85px;
	height: 105px;
	}

#nav-6 {
	left: 641px;
	bottom: 0;
	width: 80px;
	height: 105px;
	}

#nav-7 {
	top: 0;
	left: 721px;
	width: 80px;
	height: 180px;
	}

/* nav normal */

#nav-1 a,
#nav-1 em {
	width: 65px;
	height: 120px;
	}

#nav-2 a,
#nav-2 em {
	width: 71px;
	height: 140px;
	}

#nav-3 a,
#nav-3 em {
	width: 76px;
	height: 105px;
	}

#nav-4 a,
#nav-4 em {
	width: 64px;
	height: 105px;
	}

#nav-5 a,
#nav-5 em {
	width: 85px;
	height: 105px;
	}

#nav-6 a,
#nav-6 em {
	width: 80px;
	height: 105px;
	}

#nav-7 a,
#nav-7 em {
	width: 80px;
	height: 180px;
	}

#nav-1 a {background-image: url(img/rooms-1.gif);}
#nav-2 a {background-image: url(img/facilities-1.gif);}
#nav-3 a {background-image: url(img/rates-1.gif);}
#nav-4 a {background-image: url(img/access-1.gif);}
#nav-5 a {background-image: url(img/booking-1.gif);}
#nav-6 a {background-image: url(img/faq-1.gif);}
#nav-7 a {background-image: url(img/home-1.gif);}

/* nav a:hover */
#nav-1 a:hover {background-image: url(img/rooms-2.gif);}
#nav-2 a:hover {background-image: url(img/facilities-2.gif);}
#nav-3 a:hover {background-image: url(img/rates-2.gif);}
#nav-4 a:hover {background-image: url(img/access-2.gif);}
#nav-5 a:hover {background-image: url(img/booking-2.gif);}
#nav-6 a:hover {background-image: url(img/faq-2.gif);}
#nav-7 a:hover {background-image: url(img/home-2.gif);}

/* nav no-link */
#nav-1 em {background-image: url(img/rooms-2.gif);}
#nav-2 em {background-image: url(img/facilities-2.gif);}
#nav-3 em {background-image: url(img/rates-2.gif);}
#nav-4 em {background-image: url(img/access-2.gif);}
#nav-5 em {background-image: url(img/booking-2.gif);}
#nav-6 em {background-image: url(img/faq-2.gif);}
#nav-7 em {background-image: url(img/home-2.gif);}



/*
		3. index.html
---------------------------------------------*/

#index #header {
	background: url(img/header-bg.gif) no-repeat;
	}

#index #content {
	height: 320px;
	text-align: right;
	padding: 30px 74px 0 0;
	background: url(img/content-bg.gif) no-repeat;
	}

#index #content table {
	float: right;
	background-color: #fff;
	}

#index #content td {
	padding: 0;
	}

#index #content p {
	clear: both;
	text-align: right;
	color: #967b3a;
	}

#index #content p span {
	font-size: 93%;
	color: #6A7C31;
	font-weight: normal;
	}

#index #slider {
	position: relative;
	overflow: hidden;
	float: right;
	width: 365px;
	height: 300px;
	}
#index #slider img {position:absolute;	margin:0; height:206px;display:none;}
#index #imageloader {position:relative; display:block; width: 100%; margin: 0px auto; text-align: center;}
#index #imageloader img { position:relative; top:70px; z-index:100; width:128px; height:15px; display:inline;}

/*
		4. rooms.html
---------------------------------------------*/

#rooms h2 {
	width: 750px;
	height: 277px;
	margin-left: -35px;
	background: url(img/eyecatch-rooms.jpg) 0 37px no-repeat;
	}

#rooms #rayout-image {
	float: right;
	}

#rooms table {
	float: left;
	width: 400px;
	}

#rooms .imageArea {
	padding-left: 20px;
	}

#rooms .bxGallery {
	float: left;
	width: 345px !important;
	padding: 7px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 3px #ccc;
	-moz-box-shadow: 2px 2px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	}

#rooms .thumbs {
	float: right;
	width: 260px !important;
	}

#rooms .thumbs li {
	overflow: hidden;
	width: 130px;
	height: 90px !important;
	cursor: url(img/zoomin.cur), pointer !important;
	}



/*
		5. facilities.html
---------------------------------------------*/

#facilities h2 {
	width: 750px;
	height: 277px;
	margin-left: -35px;
	background: url(img/eyecatch-facilities.jpg) 0 37px no-repeat;
	}

#facilities table {
	width: 100%;
	}



/*
		6. rates.html
---------------------------------------------*/

#rates h2 {
	width: 750px;
	height: 277px;
	margin-left: -35px;
	background: url(img/eyecatch-rates.jpg) 0 37px no-repeat;
	}

#rates td {
	text-align: center;
	}

#rates .floatbox {
	float: left;
	width: 308px;
	padding: 10px;
	border: 1px solid #BFB298;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	}

#rates .floatbox table {
	margin: auto;
	}

#rates .cautionArea {
	margin: 20px 0
	}




/*
		7. access.html
---------------------------------------------*/

#access h2 {
	width: 750px;
	height: 277px;
	margin-left: -35px;
	background: url(img/eyecatch-access.jpg) 0 37px no-repeat;
	}
/*
#mapArea div {
	width: 450px;
	height: 360px;
	margin: 20px auto 60px;
	}
*/
#activityArea .section {
	min-height:150px;
	height: auto !important;
	height: 150px;

	clear: both;
	padding: 30px 0 0 165px;
	}

#activityArea .section img {
	float: left;
	margin-left: -165px;
	}

#activityArea h3 {
	margin-bottom: 0.5em;
	color: #b49854;
	border-bottom: 1px dotted #ccc;
	}

#activityArea em {
	font-size: 131%;
	}

#activityArea p {
	margin: 0;
	}

#activityArea ul {
	padding-top: 0.5em;
	}

#activityArea li {
	padding-left: 20px;
	background: url(../../seaside/css/img/icon-arrow-3.gif) 0 48% no-repeat;
	}



#mapArea {
	position: relative;
	width: 693px;
	height: 661px;
	background: url(../../seaside/css/img/activity-map.png) no-repeat;
	}

#mapArea #slider {
	position: absolute;
	top: 30px;
	left: 310px;
	width: 381px;
	height: 222px;
	}

#slider-button li {
	position: absolute;
	cursor: pointer;
	}

#activity-for-1  {	top: 233px;	left: 100px;	}
#activity-for-2  {	top: 330px;	left: 40px;	}
#activity-for-3  {	top: 374px;	left: 0px;	}
#activity-for-4  {	top: 474px;	left: 90px;	}
#activity-for-5  {	top: 520px;	left: 50px;	}
#activity-for-6  {	top: 556px;	left: 0px;	}
#activity-for-7  {	top: 640px;	left: 50px;	}
#activity-for-8  {	top: 360px;	left: 320px;	}
#activity-for-9  {	top: 616px;	left: 360px;	}
#activity-for-10 {	top: 600px;	left: 480px;	}
#activity-for-11 {	top: 480px;	left: 580px;	}
#activity-for-12 {	top: 520px;	left: 604px;	}
#activity-for-13 {	top: 620px;	left: 600px;	}

#activity-for-14 {	top: 386px;	left: 124px;	}
#activity-for-15 {	top: 410px;	left: 110px;	}
#activity-for-16 {	top: 434px;	left: 140px;	}
#activity-for-17 {	top: 400px;	left: 214px;	}
#activity-for-18 {	top: 520px;	left: 400px;	}

#activity-for-19 {	top: 540px;	left: 150px;	}
#activity-for-20 {	top: 560px;	left: 290px;	}
#activity-for-21 {	top: 550px;	left: 590px;	}

#activity-for-22 {	top: 410px;	left: 60px; text-align: right;	}
#activity-for-23 {	top: 420px;	left: 270px;	}
#activity-for-24 {	top: 530px;	left: 510px; text-align: right;	}

#activity-text {
	height: 36px;
	padding: 5px 0 0 40px;
	font-size: 12px;
	background: url(../../seaside/css/img/icon-monstera.png) 0 5px no-repeat;
	}

#activity-text li {
	display: none;
	}

#disp-text {
	display: block !important;
	}

/* unknown ( jQuery.ImageSwitch problem ) */

.GrpEffectImg {
	display: none;
	}



/*
		8. booking.html
---------------------------------------------*/

#booking h2 {
	width: 750px;
	height: 277px;
	margin-left: -35px;
	background: url(img/eyecatch-booking.jpg) 0 37px no-repeat;
	}

#booking table {
	margin: auto;
	}

#contactArea {
	text-align: center;
	}

#contactArea table {
	background-color: transparent;
	}

#contactArea table th,
#contactArea table td {
	text-align: left;
	vertical-align: middle;
	background-color: transparent;
	}


/*
		9. faq.html
---------------------------------------------*/

#faq h2 {
	width: 750px;
	height: 277px;
	margin-left: -35px;
	background: url(img/eyecatch-faq.jpg) 0 37px no-repeat;
	}


#faq dt {
	margin-top: 15px;
	padding: 0.7em 50px 0.7em 56px;
	color: #6A7C31;
	font-weight: bold;
	background: url(img/yoshino-faq-q.gif) 10px center no-repeat;
	}

#faq dd {
	padding: 0.7em 50px 0.7em 68px;
	color: #b49854;
	background: url(img/yoshino-faq-a.gif) 22px center no-repeat;
	}




/*
		99. mailform (CGI)
---------------------------------------------*/

