@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      sanosaka.css
 Author:         naomi ito (Jinstep Research. Inc)
 Style Info:     universal styles
----------------------------------------------------------- */

/*----------------------------------------------------
	headings
----------------------------------------------------*/
/*----- logo -----*/
#logo{
	width:350px;
	height:65px;
	margin:20px 0 0 0;
	padding:0px;
	float:left;
	background:url(../img/logo.gif) no-repeat;
}
#logo h1 a{
	width: 350px;
	height: 65px;
	font-size: 0;
	display: block;
}
#logo h1 span {
	display: none;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 15px;
	color: #5f8a00;
}
#sub h2 {
	font-size: 1em;
}

/*--- index.html ---*/
#index h2 {
	margin-bottom: 0;
}

/*--- jquery-galleryview-1.1 ---*/
div.panel-overlay h2 {
	color: #fff;
	margin-bottom: 0;
}

/*--- each accommodations' pages ---*/
#yado-details #main h2 {
	width: 400px;
	float: left;
	font-size: 2em;
	line-height: 2em;
	color: #5f8a00;
	padding-left: 50px;
	background: url(../img/bg_h2_yado-details.gif) no-repeat;
}

h3 {
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: bold;
	color: #007f9d;
}
h3.bg {
	background: url(../img/h3_bg.gif) no-repeat;
	line-height: 40px;
	padding-left: 15px;
}
h3.bar {
	line-height: 1.3em;
	color: #de5c5c;
	border-left: 5px solid #de5c5c;
	border-bottom: 1px dotted #de5c5c;
	padding-left: 8px;
}

h4 {
	color: #014f86;
	font-weight: bold;
}
h4.bg {
	background: url(../img/h4_bg.gif) 0 0.6em no-repeat;
	color: #014f86;
	line-height: 35px;
	font-weight: bold;
	padding-left: 20px;
}
h5 {
	font-weight: bold;
}

/*----------------------------------------------------
	divisions
----------------------------------------------------*/
/*----- index.html #main -----*/
#imgdiary {
	width: 600px;
}

/*----- index.html #sub -----*/
#weather {
	width: 280px;
	margin-bottom: 40px;
}
.subarea {
	width: 280px;
	margin-bottom: 30px;
}
.subarea img {
	margin-bottom: 5px;
}

/*----- whatsnew.html -----*/
#nextPage {
	width: 900px;
	margin: 30px 0 20px 0;
}

/*--- each accommodations' pages ---*/
#yadoName {
	width: 600px;
}
#hp_eml {
	width: 140px;
	float: right;
}
#yado_photo {
	width: 320px;
	float: left;
	margin-bottom: 20px;
}
#yado_photo img.imgR,
#yado_photo img.imgL {
	margin: 0;
}
#yado_message {
	width: 260px;
	float: right;
}

/*----- thanks.html -----*/
div#thanks {
	padding: 40px 0px 40px 0px;
	text-align: center;
}

div.bg_blue {
	width: 598px;
	border: 1px solid #cde1ec;
	margin-bottom: 40px;
	padding: 10px;
	background: #eef9ff;
}

/*----- flowers -----*/
div.flowers {
	width: 600px;
}

/*----- photoalbum.html -----*/
div.album_lineup {
	min-height: 250px;
	height: auto !important;
	height: 250px;
	margin-bottom: 30px;
}

/*----------------------------------------------------
	difinition lists
----------------------------------------------------*/
/*--- photoalbum ---*/
#photoalbum {
	width: 750px;
	float: left;
}
#photoalbum img {
	width: 240px;
	height: 180px;
}
#photoalbum #pager {
	width: 750px;
	font-weight: bold;
	font-size: 1.5em;
}

#photo_side {
	width: 150px;
	float: right;
	font-size: 0.8em;
}

/*--- snowharp.html ---*/
#course_profile {
	width: 600px;
}
#course_profile img {
	width: 140px;
	height: 124px;
}
#course_profile dl {
	float: left;
	width: 140px;
	margin-right: 5px;
	margin-bottom: 1em;
	font-size: 14px;
	border: 1px solid #ccc;
}
#course_profile dt {
	margin: 0;
	padding: 0 0.5em;
	font-weight: bold;
}
#course_profile dd.comment {
	font-size: 0.8em;
}

/*--- flowers ---*/
.flowers {
	width: 600px;
}
.flowers dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	min-height: 170px;
	height:auto !important; /* for IE6 */
	height: 170px;
}
.flowers dt {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.8em;
}
.flowers dd.family,
.flowers dd.bloom {
	text-align: right;
	font-size: 0.8em;
}
.flowers dd.comment {
	margin-top: 0.5em;
}
	

/*----------------------------------------------------
	Unordered Lists
----------------------------------------------------*/
ul.disc {
	margin-left: 20px;
	margin-bottom: 1em;
}
ul.disc li {
	list-style-type: disc;
}

/*----- photoalbum.html -----*/
div.album_lineup ul {
	margin-left: 10px;
}
div.album_lineup ul li {
	background: url(../img/bg_album_ul.gif) 0 0 no-repeat;
	padding-left: 20px;
}
div.album_lineup ul li a {
	color: #182f6a;
}

/*----------------------------------------------------
	ordered Lists
----------------------------------------------------*/
ol.decimal {
	margin-left: 20px;
	margin-bottom: 1em;
}
ol.decimal li {
	list-style-type: decimal;
}

/*----------------------------------------------------
	Tables
----------------------------------------------------*/
th.center,
td.center {
	text-align: center;
}

/*--- staylist.html ---*/
#yadoList {
	width: 600px;
	margin-bottom: 20px;
	font-size: small;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #cbdb9e;
}
#yadoList th,
#yadoList td {
	border: 1px solid #cbdb9e;
	padding: 4px 6px;
}
#yadoList th {
	text-align: center;
	background: #e1f1b3;
}
#yadoList td {
	background: #faffec;
}
#yadoList th.name,
#yadoList td.name {
	text-align: left;
}
#yadoList td.name {
	font-size: 1.1em;
	font-weight: bold;
}

/*--- each accommodations' pages ---*/
#yadoDetails {
	width: 100%;
	margin-bottom: 20px;
	/*font-size: small;*/
	border-collapse: collapse;
	border: 1px solid #cbdb9e;
}
#yadoDetails th,
#yadoDetails td {
	border: 1px solid #cbdb9e;
	padding: 4px 6px;
}
#yadoDetails th {
	width: 100px;
	text-align: right;
	background: #e1f1b3;
}
#yadoDetails td {
	background: #faffec;
}

/*--- pack_green.html, pack_winter.html ---*/
.guidance {
	width: 100%;
	border: 1px solid #cbdb9e;
	margin-bottom: 1em;
}
.guidance th,
.guidance td {
	border: 1px solid #cbdb9e;
	padding: 4px 6px;
}
.guidance th {
	width: 25%;
	background: #e1f1b3;
}
.guidance td {
	background: #faffec;
}

/*--- link.html ---*/
.link {
	width: 100%;
	margin: 0 0 30px 0;
}
.link td {
	width: 50%;
	vertical-align: top;
	padding: 5px;
}
.link ul {
	margin-left: 20px;
}
.link ul li {
	list-style-type: disc;
}
.link a {
	color: #282828;
}
.link a:hover {
	color: #a41e1c;
}

/*----------------------------------------------------
	fieldset, legend
----------------------------------------------------*/
fieldset {
	font-size: 0.8em;
	border: 1px solid #e8e8e8;
	margin-bottom: 50px;
	padding: 5px 10px 0 10px;
}
legend {
	font-weight: bold;
}

/*----------------------------------------------------
	clickable map
----------------------------------------------------*/
map {
	margin-bottom: 40px;
}

	
/*----------------------------------------------------
	paragraphs
----------------------------------------------------*/
.small {
	font-size: 0.8em;
}
p.R {
	text-align: right;
}
.topicPath {
	text-align: right;
	font-size: small;
}
.detailLink {
	font-size: 0.8em;
	background: url(../img/bg_link-paragraph.gif) 0 0.35em no-repeat;
	padding-left: 15px;
}

/*--- jquery-galleryview-1.1 ---*/
div.panel-overlay p {
	padding-top: 0.2em;
	font-size: 0.8em;
}

/*----- access.html -----*/
p.gmap {
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 0;
}

/*----------------------------------------------------
	images
----------------------------------------------------*/
/*----- png images -----*/
img, div {
	behavior: url(iepngfix.htc);
}

/*----- index.html -----*/
.seeDetails {
	position: relative;
	top: -40px;
	left: 500px;
}

/*----- access.html -----*/
#access #main img,
#access #main iframe {
	margin-bottom: 40px;
	border: 1px solid #ccc;
}

/*----- table#yadoDetails popup -----*/
.popup a {
	position: relative;
}
.popup a span {
	position:absolute;
	top:-75px;
	left:-20px;
	width:210px;
	padding:5px;
	visibility: hidden;
	background:#eee;
	border:2px solid #999;
	color:#333;
}

.popup a:hover,
.popup a:hover span {
	visibility:visible;
	text-decoration: none;
}

/*----------------------------------------------------
	iframe
----------------------------------------------------*/
p iframe#Ifr1,
p iframe#Ifr2 {
	width: 575px;
	margin-left: 5px;
	/*padding: 0 5px;*/
	border:none;
}
p iframe#Ifr1 {
	height: 400px;
}

/*----------------------------------------------------
	emphasis
----------------------------------------------------*/
.b {
	font-weight: bold;
}
.red {
	color: #990000;
}
