body {
    background: #0033ff url(../graphics/bgr_body.png) repeat-x;
    color: #0000ff;
    font: 10pt trebuchet ms, arial, helvetica, sans-serif;
    font-size: 9pt;
    padding: 0px;
    margin: 0px;
    line-height: 1.8em;
}

#wrapper {
    margin: 0px auto;
    width: 924px;
}

#left {
    width: 224px;
    float: left;
}

#menu {
    width: 172px;
    margin: 0px 0px 50px 8px;
    text-align: right;    
}

#menu div {
    background: url(../graphics/bgr_menu.png) repeat-y;
    padding: 10px 20px 10px 0px;
}

#menu ul.top {
    margin: 0px;
    padding: 0px;
}

#menu li {
    list-style-type: none;
}

#menu a {
    text-decoration: none;
    color: #0033ff;
}

#menu a.selected {
    text-decoration: underline;
}


#logo, #menu img, #menu a {
    display: block;
}

#address {
    width: 172px;
    font-size: 8pt;
    margin-right: 20px;
    text-align: right;
    padding-right: 20px;
    color: #ffffff;
}

#address a {
    color: #fff;
    font-weight: bold;
}

#main {
    width: 700px;
    float: left;
    background: url(../graphics/bgr_content.png) 1px 0px no-repeat;
}

#header p {
    padding: 0px 20px;
}

img.header {
    border: 5px solid #ffbf00;
    border-width: 5px 0px 5px 0px;
    padding: 1px 0px;
}

#lang {
    text-align:right;
    padding-right: 20px;
    color: #ffffff;
    height: 24px;
    padding-top: 4px;
}

#lang a {
    color: #ffffff;
    text-decoration: none;
 }
 
 #lang a img {
    border: none;
 }

#content {
    font-family: arial, helvetica, sans-serif;
    background: #fff;
    margin-left: 10px;
    width: 685px;
    border-bottom: 10px solid #0024b3;
    color: #0024b3;
}

.columns {
    
}

.column {
    margin: 0px 20px;
}


h1 {
    font-size: 1.1em;
    text-align: center;
    margin: 2em 0em;
}

h2 {
    font-size: 9pt;
    text-align: center;
}

p {
    text-align: justify;   
}

.thumbnail {
    border: 2px solid #ffbf00;
    background-color: #fff;
    padding: 1px;
    margin: 10px 0px;
}

.gallery {
    border-top: 20px solid #ffcf40;
    margin: 20px;
    background-color: #ffc003;
    text-align: center;
}

.gallery img {
    margin: 5px;
    border: 1px solid #fff;
}

.gallery {
    margin-top: 5px;  
    padding-bottom: 12px;   
}

.gallery .help {
    font-size: 7pt;
    line-height: normal;
    color: #0033ff;
}

.left .gallery {
    width: 305px;
    margin: 0px;
}

#footer {
    clear: both;
    padding-top: 20px;
}

#cfooter {
    clear: both;
    text-align: right;
    padding: 20px 10px 0px 0px;
    font-size: 8pt;
}

.left {
    float: left;
}

.column.left {
    width: 300px;
}

img.left {
    margin: 10px;
}

img.right {
    margin: 10px;
}

.right {
    float: right;
}

.center {
    display: block;
    margin: 5px auto;
}

.accordion {
    font-family: Arial;
}

h3.accordion {
    background: #ffcf3f;
    font-size: 1em;
    padding: 5px;
    font-weight: normal;
    cursor: pointer;
}

h3.accordion:first-letter {
    font-size: 1.2em;
    font-weight: bold;
}

div.accordion {
    border: 2px solid #ffbf00;
    padding: 0em 1em;
    font-size: 8pt;
    line-height: 1.2em;
}

/* 
    Contact Form 
*/

.contactform {
    margin: 0px auto;
    width: 400px;
}

.contactform .description {
    margin-bottom: 20px;
}

.contactform .required {
    font-size: 8pt;
    margin-left: 10px;
}

.contactform textarea {
    width: 400px;
    height: 175px;
}

.contactform .control {
    text-align: right;
}

.errormessage .required {
	display: block;
	margin: 10px 0px;
	text-align: left;
}

.errormessage .email {
	display: block;
	margin: 10px 0px;
	text-align: left;
}

.errormessage .fieldname {
	font-weight: bold;
}

.errormessage {
	color: #990000;
	background: #DDDDCC;
	border: 1px solid #AA0000;
	display: block;
	padding: 5px;
	width: 400px;
	margin: 10px auto;
}

.table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 8pt;
}

.table .header td {
    text-align: center;
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #ffbe00;  
}

#googlemap {
    width: 685px;
    height: 246px;
}

#googlemap.fullmap {
    height: 300px;
}

.link {
    text-align: right;
    font-size: 8pt;
    margin-bottom: 5px;
}

.prefecturetables {
    padding: 0px 10px;
}

.prefecturetables table {
    width: 25%;
    float: left;
    font-size: 8pt;
    border-collapse: collapse;
}

.prefecturetables table td {
    padding-left: 5px;
}

.prefecturetables thead td {
    font-size: 10pt;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-left: 0px;
}

#credits img {
    border: none;
}

#credits {
    padding: 50px 20px;
    text-align: right;
}

.hotelsummary {
clear: both;
    padding: 10px;
}

.hotelsummary h2 {
    text-align: left;
    font-size: 1.1em;
}

.hotelsummary h2 a {
    text-decoration: none;
}

.hotelsummary .btn_more {
    text-align: right;
    font-weight: bold;
}

.hotellist .selector {
    text-align: center;
}

.hotellist .selector span:hover {
    cursor: pointer;
    text-decoration: underline;
}

.hotellist .selector .selected {
    font-weight: bold;
}


.hotellist .alternate {
    background: #ffebb0;
}

.blankThumbnail {
    width: 126px;
    height: 126px;
    margin: 10px;
float: left;
}

.stopper {
    clear: both;
}