﻿@charset "utf-8";
/* CSS Document */
html
{
	overflow-y: scroll-y !important;
}

html, body{
	width: 100%;
	height: 100%;
}

body {
	background-color: #fff;
	font-size: .9em;
	font-family: Tahoma, "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #333;
}

a, a:active, a:visited {
	color: #0000ff;
	text-decoration: none;
	/*padding: 2px 0px;*/
}

a:hover {
	color: #000;
}

textarea, select, input[type=text]
{
	font-size: 1em !important;
	font-family: Tahoma !important;
	padding: 3px;
	border: 1px solid #b2d9f8;
	margin-right: 2px;
}

#wrapper{
	-webkit-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.9);
	overflow:hidden;
	width:1019px;
	margin:0 auto;
	min-height:100%;
}

#header-top, #footer-bottom{
	height:27px;
	background-color:#000;
	background:-moz-linear-gradient(100% 100% 90deg, #000, #444);	
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#000));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0);
}

#header-top-left{
	width:65%;
	float:left;
}

#header-top-left ul{
	list-style:none;
	list-style-type:none;
	margin:0px 0px 0px -35px;
	/*overflow:hidden;*/
	border:1px solid #ff000;
}

#header-top-left ul li{
	display:inline;
	list-style:none;
	list-style-type:none;
	margin:0px;
	border:1px solid #ff000;
}

#header-top-left ul li a, #header-top-left ul li a:active, #header-top-left ul li a:visited{
	height:22px;
	display:block;
	float:left;
	padding:5px 18px 0px 18px;
	/*border:1px solid #ff0000;*/
	text-align:center;
	font-size:.85em;
	color:#ccc;
	text-decoration:none;
	border-right:1px solid #000;
	font-weight:bold;
}

#header-top-left ul li a:hover{
	color:#fff;
}

#header-top-right{
	width:33%;
	float:right;
}

#login-holder {
	float:right;
	width: 45%;
	overflow: hidden;
	text-align: right;
	padding: 6px 6px 0px 0px;
	font-size:.85em;
	color:#ccc;
	text-decoration:none;	
	font-weight:bold;
	white-space: nowrap;
	margin-right:0px;
}

#login-holder a 
{
    /*font-size:.85em;*/
	color:#ccc;
	text-decoration:none;	
	font-weight:bold;
}

#page-header{
	background: url(images/header-bg2.jpg) no-repeat;
	height:157px;
	clear:both;
}

#main-logo{
	position:absolute;
	z-index:15;
	width:206px;
	height:206px;
	margin:6px 0px 0px 11px;
	opacity:0.05;
	filter:alpha(opacity=5);
	border:0px solid #ff0000;
}

#main-logo-english{
	z-index:15;
	width:395px;
	height:45px;
	margin:4px 3px 0px auto;
	float:right;
	border:0px;
}

#main-menu{
	height:42px;
	background: url(images/menu-container-bg.jpg) no-repeat;
	clear:both;
}

#home-icon-holder {
	width:250px;
	float: left;
	text-align: right;
	padding-right: 17px;
	padding-top: 10px;
}

#home-icon-link {
	
}

#home-icon-link img {
	border: 0px;
}

#menu-bar{
	height:42px;
	background: url(images/menu-bar-bg.jpg) repeat-x;
	margin-left:212px;
	width:895px;
	/*float: left;*/
}

#menu-bar ul{
	list-style:none;
	list-style-type:none;
	margin:0px 0px 0px -16px;
	border:1px solid #ff000;
	padding-left: 15px;
}

#menu-bar ul li{
	display:inline;
	list-style:none;
	list-style-type:none;
	margin:0px;
	border:1px solid #ff000;
}

#menu-bar ul li a, #menu-bar ul li a:active, #menu-bar ul li a:visited{
	height:30px;
	/*width:124px;*/
	display:block;
	float:left;
	padding-top:12px;
	text-align:center;
	font-size:.95em;
	color:#fff;
	text-decoration:none;
	border-right:1px solid #000;
	font-weight:bold;
}

#menu-bar ul.sf-menu > li:first-child {
    background: url(images/menu-bar-first-child-bg.jpg) no-repeat;
}

/*a.sf-with-ul, a.sf-with-ul:active, a.sf-with-ul:visited{	
    min-width:100px;
	padding-left:22px;
    padding-right:22px;
}

#menu-bar ul li ul li a, #menu-bar ul li ul li a:active, #menu-bar ul li ul li a:visited{
	height:30px;
	width:124px;
	display:block;
	float:left;
	padding-top:12px;
	text-align:center;
	font-size:.95em;
	color:#fff;
	text-decoration:none;
	border-right:1px solid #000;
	font-weight:bold;
    padding-left:22px;
    padding-right:22px;
}*/

#menu-bar ul li a:hover{
	background: url(images/menu-hover-bg.jpg) repeat-x;
}

.page-content-holder{
	background: url(images/left-bg.jpg) repeat-y;
	clear:both;
}

.page-content-holder, .page-content-holder-td {
	padding: 0px !important;
}

#left-bar{
	width:58px;
	float:left;
	min-height:850px;
	background: url(images/left-bar-bg.jpg) no-repeat;	
}

#left-bar table
{
	width:44px;
}
#left-bar td
{
	text-align:center;
	padding:5px 0px 0px 0px;
}

#left-bar-button-holder {
	/*width: 99%;*/
}

#left-bar-button-holder a {
	width:37px;
	height:37px;
	display: block;
	text-align: center;
	margin: 0px auto;
}

#left-bar a img{
	border:0px;
	/*width:30px;*/
}

#left-bar-button-holder a:hover {
	background: url(images/left-button-bg.png) no-repeat;
}

#main-content{
	/*overflow:hidden;*/
	background: url(images/content-bg.jpg) no-repeat bottom;
	min-height:850px;
	float:right;
	width:961px;
	padding-bottom: 50px;
}

#working-area
{
	padding:3px 3px 3px 0px;
	/*border: 1px solid #ff00ff;*/
}

#page-footer{
	height:288px;
	background:url(images/footer-bg2.jpg) no-repeat;
	bottom:0px;
	clear:both;
	padding-top: 100px;
}

#footer-logo-english{
	z-index:15;
	width:180px;
	height:17px;
	margin:26px 290px 0px auto;
	bottom:0px;
	float:right;
	border:0px;
}

#footer-bottom{	
	height:42px;
	background-color:#000;
	text-align: right;
	padding-right: 5px;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 3px;
}

#footer-bottom a, #footer-bottom a:active, #footer-bottom a:visited, #footer-bottom a:hover {	
	color: #fff;
	font-weight: bold;
}

#footer-bottom span, #footer-bottom span a, #footer-bottom span a:visited, #footer-bottom span a:active, #footer-bottom span a:hover {
	font-weight: normal;
}

.footer-link-holder {
	width: 77%;
	margin: 78px auto 0px auto;
}

.footer-link-holder td {
	/*font-weight: bold;*/
	padding: 1px;
}

.footer-link-holder td a, .footer-link-holder td a:active, .footer-link-holder td a:visited {
	/*font-weight: bold;*/
	color: #000;
	cursor: pointer;
}

.footer-link-holder td a:hover {
	text-decoration: underline;
}

#bread-crumb-container{
	background:url(images/bread-crumb-container-bg.jpg) no-repeat;
	height:26px;
}

#bread-crumb-bar{
	background:url(images/bread-crumb-bar-bg.jpg) repeat-x;
	margin-left:110px;
	height:24px;
	color:#0000ff;
	font-weight: bold;
	padding-left: 1px;
	font-size:.9em;
	padding-top: 2px;
}

#bread-crumb-bar span{	
	height: 26px;
}

#bread-crumb-bar img{	
	vertical-align:middle;
	margin-top: -2px;
}

#bread-crumb-bar a, #bread-crumb-bar a:active, #bread-crumb-bar a:visited {	
	color:#0000ff;
	font-weight: bold;
	font-size:.9em;
	margin-left: 3px;
}

#bread-crumb-bar a:hover {	
	color:#000;
	font-weight: bold;
	font-size:.9em;
	margin-left: 3px;
	text-decoration: underline;
}

#page-title-container{
	/*background:url(images/page-title-bar-bg.jpg) no-repeat top;*/
	height:57px;
	padding:7px 0px 0px 0px;
}

.photo {
	background:url(images/page-title-bar-photo-bg.jpg) no-repeat top;
}

.resort {
	background:url(images/page-title-bar-resort-bg.jpg) no-repeat top;
}

.hotel {
	background:url(images/page-title-bar-hotel-bg.jpg) no-repeat top;
}

.review {
	background:url(images/page-title-bar-review-bg.jpg) no-repeat top;
}

.weather {
	background:url(images/page-title-bar-weather-bg.jpg) no-repeat top;
}

.info {
	background:url(images/page-title-bar-info-bg.jpg) no-repeat top;
}

.travel {
	background:url(images/page-title-bar-travel-bg.jpg) no-repeat top;
}

.member {
	background:url(images/page-title-bar-member-bg.jpg) no-repeat top;
}

#page-title-bar{
	height:37px;
	/*border:1px solid #ff0000;
	background-color:#09F;*/
	margin:0px 155px 0px 115px;
	padding: 0px;
	/*font-size: 1.3em;*/
}

#page-title-bar h3 {
	/*border: 1px solid #0000ff;*/
	margin: 14px 0px 0px 0px;
	font-size: 1.25em;
	line-height: 1em;
	padding: 0px;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
	color: #505050;
}

/* TABLE
----------------------------------------------------------*/

table {
	border: solid 0px #0000ff;
	border-collapse: collapse;
}

table td {
	padding: 5px;
	border: solid 0px #00ff00;
	vertical-align: top;
}

table th {
	padding: 6px 5px;
	text-align: left;
	background-color: #e8eef4;
	border: solid 0px #f7f7f7;
}

#left-bar table, #left-bar table td
{
	border: 0px;
} 

#resort-opening td, #weather-data-table td {
	border: solid 1px #ababab;
}

#weather-data-table {
	 width:10%; 
	 border: solid 1px #ababab;
	 text-align: center;
	 background-color: #666666;
}

.content-table {
	width:100%;
}

#detail-left {
	width: 718px;
	padding: 0px;
	min-height: 40px;
}

#detail-right {
	width: 226px;	
	padding: 0px 7px 0px 7px;
	border-left: solid 0px #ff00ff;
}

#list-left {
	width: 75%;
}

#list-right {
	width: 25%;
}

#main-section-left {
	width:240px;
	text-align:left;
	vertical-align: top;
}

#main-section-right {
	width:65%;
	vertical-align: top;
}

#home-main-section-left, #home-main-section-right {
	width:33%;
	vertical-align: top;
}

#home-main-section-middle {
	width: 34%;
	vertical-align: top;
}

#main-section table {
	width:100%;
}

#main-section table td{
	text-align:center;
	vertical-align: top;
	/*border: 1px solid #ff0000 !important;*/
}

#main-section-left div, #main-section-left table td, #main-section-left table td div{
	text-align:left;
}

#home-main-section-left div, #home-main-section-left table td, #home-main-section-left table td div{
	text-align:left;
}

#main-section table td img{
	border: 0px;
}


/* MISC  
----------------------------------------------------------*/
.clear {
	clear: both;
}

.error {
	color: Red;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #ff0000;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid {
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
	margin: 1em 0 0 0;
	width: 22%;
	float: left;
	font-weight: bold;
}

.display-field, 
.editor-field {
	margin: 0.5em 0 0 0;    
	width: 77%;
	float: left;
	clear: right;
	border:1px solid #fff;
}

.display-field
{
	margin: 1em 0 0 0;    
}

.button-holder {
	margin:20px auto 10px 25%;
	text-align: left;
	clear: both;
}

.bottom-link-holder {
	text-align: left;
}

.text-box {
	width: 30em;
}

.text-box.multi-line {
	height: 6.5em;
}

.tri-state {
	width: 6em;
}

.editor-row
{
	clear: both;
}

.editor-row .display-label, 
.editor-row .editor-label {
	margin: 1em 0 0 0;
	width: 37%;
	float: left;
	font-weight: bold;
}

.editor-row .display-field, 
.editor-row .editor-field {
	margin: 0.5em 0 0 0;    
	width: 62%;
	float: left;
	clear: right;
}

.editor-row .display-field
{
	margin: 1em 0 0 0;    
}

.AdminLabelHolder
{
	background-color:#0000ff;
	width:145px;
	color:#ffffff;
	vertical-align: top;
	/**/width:12%;
}

.JapaneseLabel {
	background-color: #ff0000;
}
	
.AdminControlHolder
{
	background-color:#ffffdd;
	/*width:300px;*/
	color:#222222;
	vertical-align: top;
	/**/width:21%;
}
	
.OneColumn input[type=text], .OneColumn input[type=password]
{   
	width: 82%;
	white-space: nowrap;
}

.TwoColumn input[type=text], .TwoColumn input[type=password]
{   
	width: 94%;
	white-space: nowrap;
}

.ThreeColumn input[type=text], .ThreeColumn input[type=password], .ThreeColumn input[type=file]
{   
	width: 96%;
	white-space: nowrap;
}

.OneColumn textarea
{   
	width: 97%;
}

.TwoColumn textarea
{   
	width: 98.5%;
}

.ThreeColumn textarea
{   
	width: 99%;
}

.AdminColumnDevider
{
	width:10px;
	background-color:#ffffcc;
}
	
.AdminRowDevider
{
	background-color: #333;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	white-space:nowrap;
}

.EntityName {
	color: #0000ff;
	text-transform: uppercase;	
	font-size: 1.5em;
}

.OnlineStatus {
	color: #ff0000;
	text-transform: uppercase;
	font-size: 1.5em;
}

.action-holder {
	white-space: nowrap;
}

.action-holder img {
	border:0px;
}

.SearchBoxHolder input {
	width: 97% !important;
}

.pagerSC {
	clear: both;
	height: 1%; /* Fixes double padding in IE */
	background: #3E3E3E;
	margin: 0px;
	border: 5px solid #313131;
	font-size: 0.95em;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
}

.pagerSC a, .pagerSC span {
	display: block;
	float: left;
	padding: 0.25em 0.25em;
	margin-right: 0.1em;
	text-decoration: none;
	background: #3E3E3E;
	color: #ffffff;
}

.pagerSC span {
	color: #868686;
}

.pagerSC .currentSC {
	background: #313131;
}

.pagerSC a:hover {
	background: #EC5210;
}

.pagertop {
	border-top: 0 none;
}

.pagerbottomSC {
	border-bottom: 0 none;
}

.pagerSC ul {
	margin: 0;
	padding: 0;
}


.pagerSC li {
	margin: 0;
	padding: 0;
}


.row{
	background-color: #ffffff;
}
.alt-row {
	background-color:#efefef; 
}

/*#map_canvas {
	height: 600px;
	width: 600px
}*/
	
.style1 {font-size: 12px;}

a.sortLink 
{		
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
	
a.sortLink:hover 
{		
	color:#E7E7E7;
	text-decoration: underline;
}

h3.ui-state-default.selected {
	border: 1px solid #ff0000;
}

h3.ui-state-active.selected {
	border: 1px solid #79b7e7;
}

.sortedfield {
	font-weight: bold;
	color: #ff0000 !important;
}

/* Tagify styles */
strong {
  font-weight: bold;
  /*color: orange;*/
}
div.tagify-container {
  /*margin: 15px auto;*/
}

.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
	width: 295px;
}
.tagify-container {
	width: 650px;
	height: 100px;
	border: 1px solid #b2d9f8;
	background-color: #FFF;
	border-radius: 2px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	overflow: auto;
}
.tagify-container > span {
	display: inline-block;
	padding: 3px 5px;
	margin: 3px;
	border-radius: 2px;
	border: 1px solid #EEE;
	background-color: #eff7fe;
	color: #444;
}
.tagify-container > span > a {
	padding-left: 5px;
	color: #263f9d;
	text-decoration: none;
	font-weight: bold;
	border: 0 none;
}
.tagify-container > input {
	border: 0 none;
	width: 100px;
}
.tagify-container > input:focus {
	outline: none;
}

img#waitImage {
	height: 22px;
	width: 22px;
}

td.front-end-form-control textarea, td.front-end-form-control input[type="text"]
{
	width:95%;
}


.slider-bar {
	width:90%;
	float: left;
	height: 25px !important;
}

.slider-score {
	width:40px;
	height:20px;	
	background-color: #0000ff;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	float: left;
	padding: 3px 3px 5px 3px;
	margin-left: 20px;
}

h2.slider-header
{
	/*text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;*/
	margin: 3px 0px 4px -3px;
	text-shadow: 1px 1px 0px #eee, 1px 1px 0px #707070;
	font-size: 1.3em;
}

input[type=checkbox]
{
	width: 15px;
	height: 15px;
	border: 1px solid #b2d9f8;
	padding: 1px;
	margin: 1px;
	/*font-size: .8em;*/
}

p.weighty {
 width: 310px;
 padding: 1em 20px;
 float: left;
 background-color: #fff;
 border: 4px solid #aaa;
 border-radius: 20px;
 -moz-border-radius: 20px;
}
ul.weighted {
 float: left;
 display: block;
 width: 280px;
 overflow: auto;
 padding: 20px;
 margin: 0 10px 20px 0;
 background-color: #fff;
 border: 4px solid #aaa;
 border-radius: 20px;
 -moz-border-radius: 20px;
}
ul.weighted li {
 display: inline;
}
ul.weighted li a {
 margin: 2px;
}
canvas#gradient {
 float: right;
 border:1px solid #000;
 margin: 2px 20px
}

.centred {
	text-align: center;
	margin: 0px auto;
}

.note {
	position:relative;
	width:90%;
	padding:1em 1.5em;
	margin:3em auto;
	color:#fff;
	background:#97C02F;
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0; /* This trick side-steps a webkit bug */
	border-style:solid;
	border-color:#fff #fff #658E15 #658E15; /* A bit more verbose to work with .rounded too */
	background:#658E15; /* For Opera when also applying a border-radius */
	display:block; width:0; /* Only for Firefox 3.0 damage limitation */
	/* Optional: shadow */
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	   -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
			box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

.note.red {background:#C93213;}
.note.red:before {border-color:#fff #fff #97010A #97010A; background:#97010A;}

.note.blue {background:#53A3B4;}
.note.blue:before {border-color:#fff #fff transparent transparent; background:transparent;}

.note.taupe {background:#999868;}
.note.taupe:before {border-color:#fff #fff #BDBB8B #BDBB8B; background:#BDBB8B;}

/* ROUNDED CORNERS VERSION
 * All modern browsers can produce this effect with a single pseudo-element.
 * However, they all have bugs (mainly to do with border-radius) that make this a bit tricky.
 * As far as I can tell, this is the only cross-browser method for the moment.
 * Can't use this method for the simple effect because Opera 11 will only show backgrounds
 * through transparent borders if there is a border-radius applied.
 */
 
.note.rounded {
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
}

.note.rounded:before {
	border-width:15px; /* Triggers a 1px 'step' along the diagonal in Safari 5 (and Chrome 10) */
	border-color:#fff #fff transparent transparent; /* Avoids the 1px 'step' in webkit. Background colour shows through */
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius:0 0 0 6px;
	border-radius:0 0 0 6px;
}

.note p {margin:0;}
.note p + p {margin:1.5em 0 0;}



.gradient {
	 background-color: #1a82f7; 
	 background: url(images/linear_bg_2.png); 
	 background-repeat: repeat-x; 
	 /* Safari 4-5, Chrome 1-9 */ 
	 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727)); 
	 /* Safari 5.1, Chrome 10+ */ 
	 background: -webkit-linear-gradient(top, #2F2727, #1a82f7); 
	 /* Firefox 3.6+ */ 
	 background: -moz-linear-gradient(top, #2F2727, #1a82f7); 
	 /* IE 10 */ 
	 background: -ms-linear-gradient(top, #2F2727, #1a82f7); 
	 /* Opera 11.10+ */ 
	 background: -o-linear-gradient(top, #2F2727, #1a82f7);
	 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );*/
}

.shadow {
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000');
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000')";
 
	/* Firefox */
	-moz-box-shadow: 3px 3px 10px #000;
	/* WebKit */
	-webkit-box-shadow: 3px 3px 10px #000;
	/* Standard */
	box-shadow: 3px 3px 10px #000;
}

.rounded-corners 
{
	line-height:1.6em;
	/*-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding: 15px;*/
	border: 1px solid #ccc;
	/*border-top: none;*/
	margin: 20px auto;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 10px #000;*/
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
	azimuth: background-color: #dbefff; 
	 background: url(images/linear_bg_2.png); 
	 background-repeat: repeat-x; 
	 /* Safari 4-5, Chrome 1-9 */ 
	 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b2d9f8), to(#fff)); 
	 /* Safari 5.1, Chrome 10+ */ 
	 background: -webkit-linear-gradient(top, #fff, #b2d9f8); 
	 /* Firefox 3.6+ */ 
	 background: -moz-linear-gradient(top, #fff, #b2d9f8); 
	 /* IE 10 */ 
	 background: -ms-linear-gradient(top, #fff, #b2d9f8); 
	 /* Opera 11.10+ */ 
	 background: -o-linear-gradient(top, #fff, #b2d9f8);
}

ol, ul {
  list-style: none;
}
.tags {
  zoom: 1;
}
.tags:before, .tags:after {
  content: '';
  display: table;
}
.tags:after {
  clear: both;
}
.tags li {
  position: relative;
  float: left;
  margin: 0 0 8px 12px;
}
.tags li:active {
  margin-top: 1px;
  margin-bottom: 7px;
}
.tags li:after {
  content: '';
  z-index: 2;
  position: absolute;
  top: 10px;
  right: -2px;
  width: 5px;
  height: 6px;
  opacity: .95;
  background: #eb6b22;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: inset 1px 0 #99400e;
  box-shadow: inset 1px 0 #99400e;
}
.tags a, .tags span {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tags a {
  height: 26px;
  line-height: 23px;
  padding: 0 9px 0 8px;
  font-size: 12px;
  color: #555;
  text-decoration: none;
  text-shadow: 0 1px white;
  background: #fafafa;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #dadada #d2d2d2 #c5c5c5;
  border-radius: 3px 0 0 3px;
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tags a:hover span {
  padding: 0 7px 0 6px;
  max-width: 40px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.tags span {
  position: absolute;
  top: 1px;
  left: 100%;
  z-index: 2;
  overflow: hidden;
  max-width: 0;
  height: 24px;
  line-height: 21px;
  padding: 0 0 0 2px;
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  background: #eb6b22;
  border: 1px solid;
  border-color: #d15813 #c85412 #bf5011;
  border-radius: 0 2px 2px 0;
  opacity: .95;
  background-image: -webkit-linear-gradient(top, #ed7b39, #df5e14);
  background-image: -moz-linear-gradient(top, #ed7b39, #df5e14);
  background-image: -o-linear-gradient(top, #ed7b39, #df5e14);
  background-image: linear-gradient(to bottom, #ed7b39, #df5e14);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: padding, max-width;
  -moz-transition-property: padding, max-width;
  -o-transition-property: padding, max-width;
  transition-property: padding, max-width;
}

.green li:after {
  background: #65bb34;
  -webkit-box-shadow: inset 1px 0 #3a6b1e;
  box-shadow: inset 1px 0 #3a6b1e;
}
.green span {
  background: #65bb34;
  border-color: #549b2b #4f9329 #4b8b27;
  background-image: -webkit-linear-gradient(top, #71ca3f, #5aa72e);
  background-image: -moz-linear-gradient(top, #71ca3f, #5aa72e);
  background-image: -o-linear-gradient(top, #71ca3f, #5aa72e);
  background-image: linear-gradient(to bottom, #71ca3f, #5aa72e);
}

.blue li:after {
  background: #56a3d5;
  -webkit-box-shadow: inset 1px 0 #276f9e;
  box-shadow: inset 1px 0 #276f9e;
}
.blue span {
  background: #56a3d5;
  border-color: #3591cd #318cc7 #2f86be;
  background-image: -webkit-linear-gradient(top, #6aaeda, #4298d0);
  background-image: -moz-linear-gradient(top, #6aaeda, #4298d0);
  background-image: -o-linear-gradient(top, #6aaeda, #4298d0);
  background-image: linear-gradient(to bottom, #6aaeda, #4298d0);
}

h4 {
	/*font-family: 'Droid Serif', Georgia, Times, serif !important;*/
	font-size: 1.25em;
	/*letter-spacing: 0px;*/
	line-height: 1em;
	padding: 0px;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
	color: #505050;
	margin: 6px 0px;
}

.pagination {
			font-size: 80%;
		}
		
.pagination a {
	text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
	display: block;
	float: left;
	padding: 0.3em 0.5em;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
	background: #26B;
	color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}



/*#recent-tag-list ul, #popular-tag-list ul {
	margin: 0px;
	margin-left: -57px;
}*/

.review-caption {
	/*background-color: #dfdfdf;*/
	text-align: left !important;
	color: #0066ff;
	font-weight: bold;
}

.review-read-more {
	background-color: #ffffcc;
	text-align: right !important;
	font-weight: bold;
}

.review-detail {	
	text-align: left !important;
}

#recent-review-tags, #recent-photo-tags, #popular-review-tags, #popular-photo-tags {
	margin-left: -55px;	
}

.view-all-link {
	text-align: right;
	font-size: 1.0em;
	font-weight: bold;	
}

.resort-name {
	font-weight: bold;
	background-color: #bdd9ff;
	color: #000;
}
.review-resort-name {
	font-weight: bold;
	/*background-color: #bdd9ff;*/
	color: #000;
	text-align: left;
	font-size:.9em;
}
.town-name {
	background-color: #ffffcc;
	color: #000;
}

.list-photo-holder a img {
	border: 1px solid #bfbfbf !important;
	padding: 2px;
}

.small-font {
	font-size: .85em !important;
}

#resort-search img {
	border: 0px;
}

#home-search-resorts img, #home-search-hotels img  {
	border: 0px;
	width: 220px;
}

.resort-stat-label {
	background-color: #dedede;
	width: 150px;
}

.review-rank-label {
	background-color: #dedede;
	width: 155px;
	font-size: .9em;
}

.rank-score {
	background-color: #ffffcc;	
	font-size: .9em;
}

.rank-total-vote {
	background-color: #ccffff;	
	font-size: .9em;
}

.grid {
	width: 100%;
	/*border-collapse: collapse;*/
	border-collapse: separate;
	border-spacing:2px;
}

.grid td, .grid th {
	margin: 2px;
	padding: 3px;
	font-size: .9em;
	min-height: 20px;
	text-align: center;
}

.grid-head th {
	background-color: #333 !important;
	color: #fff;
}

.grid-head th a {
	color: #fff;
}

.grid-row {
	
}

.alt-grid-row {
	background-color: #efefef;
}

.grid-resort-name {
	width:20%;
	background-color: #3366ff;
	color:#fff;
	font-weight: bold;
	text-align: left !important;
}

.grid-resort-name-weather {
	width:23%;
	background-color: #3366ff;
	color:#fff;
	font-weight: bold;
	text-align: left !important;
}

.grid-resort-name-town {
	width:45%;
	background-color: #3366ff;
	color:#fff;
	font-weight: bold;
	text-align: left !important;
}

.grid-resort-name a, .grid-resort-name a:active, .grid-resort-name a:hover, .grid-resort-name a:visited, 
.grid-resort-name-town a, .grid-resort-name-town a:active, .grid-resort-name-town a:hover, .grid-resort-name-town a:visited  
{
    color: #fff;
}

.grid-resort-name-weather a, .grid-resort-name-weather a:active, .grid-resort-name-weather a:hover, .grid-resort-name-weather a:visited
{
    color: #fff;
}

.grid-town-name {
	width:15%;
	background-color: #ffffcc;
	text-align: left !important;
	font-weight: bold;
}

.grid-town-name-weather {
	width:7%;
	background-color: #ffffcc;
	text-align: left !important;
	font-weight: bold;
}

.grid-town-name-prefecture {
	width:25%;
	background-color: #ffffcc;
	text-align: left !important;
	font-weight: bold;
}

.grid-prefecture-name-weather {
	width:7%;
	text-align: left !important;
	font-weight: bold;
}

.grid-prefecture-name {
	width:10%;
	text-align: left !important;
	font-weight: bold;
}

.grid-snow-depth {
	background-color: #0000ff;
	color:#fff;
	font-weight: bold;
	width:7%;
}

.grid-snow-depth-weather {
	background-color: #0000ff;
	color:#fff;
	font-weight: bold;
	width:9%;
}

.grid-top {
	width:6%;
}

.grid-bottom {
	width:6%;
}

.grid-vertical {
	width:6%;
}
.grid-slope {
	width:7%;
}
.grid-courses {
	width:6%;
}
.grid-lifts {
	width:5%;
}

.grid-reviews {
	width:7%;
	font-weight: bold;
}

.grid-photos {
	width:5%;
	font-weight: bold;	
}

.favorite-add {
	width:7%;	
}

.add-to-favourite, .remove-from-favourite {
	background-color: #ff0000;
	color: #fff;
	padding-bottom: 1px;
	height: 100%;
}

.add-to-favourite-link {
	color: #fff;
	cursor: pointer;
	font-size: 1.5em;
}

.resort-index-photo-holder img {
	border: 0px;
	width: 100px;
}

#resort-photos td {
	text-align: left !important;
}

.black {
	color: #000;
	padding-left: 4px;
}

.black-large{
	color: #000;
	font-size: 1.15em;
}

.blue {
	color: #0000ff;
}

#a-z-listing select {
	width:215px;
}

.bold {
	font-weight: bold;
}

#top-level-icon-section td {
	text-align: center;
	width: 16.33%;
}

#top-level-icon-section td img{
	border: 0px;
	width: 100px;
}

#top-level-icon-section td strong {
	color: #000;
}

.home-page-box-header {
	background-color: #0000ff;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

#feed-box {
	border: 1px solid #999;
	min-height: 200px;
}

.float-right-link img {
	float: right !important;
	width:90px !important;
}

/* Homepage carousel */
#carousel_inner {
float:left; /* important for inline positioning */
width:665px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
background: #F0F0F0;
}

#carousel_ul {
position:relative;
left:-133px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:123px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:110px;
background: #000000;
margin-top:10px;
margin-bottom:10px; 
margin-left:5px; 
margin-right:5px; 
}

#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand; 
border:0px; 
}
#left_scroll, #right_scroll{
float:left; 
height:130px; 
width:15px; 
background: #C0C0C0; 
}
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}

.box-outer{
	width:123px;
	height:40px;
	padding-top:70px;
}

.Furano-Now{
	background:url(images/tile-furano.jpg) no-repeat;	
}

.Hakuba-Now{
	background:url(images/tile-hakuba.jpg) no-repeat;	
}

.Madarao-Now{
	background:url(images/tile-madarao.jpg) no-repeat;	
}

.Minakami-Now{
	background:url(images/tile-minakami.jpg) no-repeat;
}

.Grandeco-Now{
	background:url(images/tile-grandeco.jpg) no-repeat;
}

.Naeba-Now{
	background:url(images/tile-naeba.jpg) no-repeat;
}

.Myoko-Now{
	background:url(images/tile-myoko.jpg) no-repeat;
}

.Niseko-Now{
	background:url(images/tile-niseko.jpg) no-repeat;
}

.Nozawa-Onsen-Now{
	background:url(images/tile-nozawa.jpg) no-repeat;
}

.Rusutsu-Now{
	background:url(images/tile-rusutsu.jpg) no-repeat;
}

.Shiga-Kogen-Now{
	background:url(images/tile-shiga-kogen.jpg) no-repeat;	
}

.Yuzawa-Now{
	background:url(images/tile-yuzawa.jpg) no-repeat;
}

.Zao-Now{
	background:url(images/tile-zao.jpg) no-repeat;
}

.Kiroro-Now{
	background:url(images/tile-kiroro.jpg) no-repeat;
}

.Photo-Carousel{
	background:url(images/tile-photo.jpg) no-repeat;
}

.Review-Carousel{
	background:url(images/tile-review.jpg) no-repeat;
}

.Calendar{
	background-color:#00ff18;	
}

.Review{
	background-color:#ffa987;	
}

.box-inner{
	height: 40px;
	background-color: #000;
	/*-khtml-opacity:.50; 
	-moz-opacity:.50; 
	-ms-filter:”alpha(opacity=50)”;
	filter:alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
	opacity:.50;*/
	opacity:0.5;
	filter:alpha(opacity=50);
	margin-top:0px;
}

.non-transparent
{
	opacity:1;
	filter:alpha(opacity=100);
	color:#fff;
	position:absolute;
	background:none;
	padding:2px 4px;
	/*font-weight:bold;*/
	font-size: .9em;
}

.carousel-date {
	font-weight:normal;
	font-size: .8em;
	padding-top: 5px;
}

div#rssincl-box-621805 { 
    width: 425px !important;
}

div#rssincl-box-502140 { 
    width: 250px !important;
}

#all-now-reports a, #all-now-reports a:active, #all-now-reports a:visited {
	font-size: 1em;
	text-decoration: underline;
	cursor: pointer;
	font-weight:bold;
}

#all-now-reports a:hover {
	text-decoration: none;
	cursor: pointer;
}

.no-padding {
	padding: 0px !important;
}

.save-search {
	cursor: pointer;
}

#top-message {
	padding:5px;
	margin-bottom:10px;
}

#banner-add img {
	border: 0px !important;
}

.logon-box {
	/*background:url(images/mysnowjapan-design.jpg) no-repeat -2px ;*/
	width: 820px;
	min-height: 200px;
	margin: 35px auto 0px auto;
	clear: both;
	border: 1px solid #444;
}

.logon-box h4 {
	font-size: 1.4em;
}

.logon-box td {
	color: #000;
}

.box-label {
	color: #000;
	font-weight: bold;
}

.logon-box input[type=text], .logon-box input[type=password] {
	width:60%;
	padding: 3px;
	font-size: 1.0em;
	border: 1px solid #bdd9ff;
}

.blue {
	color: #0000ff;
}

.bold {
	font-weight: bold;
}

#nearby-resorts table, #nearby-hotels table, #resort-ranking table {
	border-collapse: separate;
	border-spacing:2px;
}

#nearby-resorts, #nearby-hotels, #resort-photos, #resort-review, #resort-ranking {
	padding-top: 10px;
	border-top: 1px solid #ff0000;
}

#nearby-resorts table td {
	background-color:#f7f7f7;
	font-size: .9em;
	padding: 2px 4px !important;
}

#nearby-hotels table td {
	background-color:#ffffcc;
	font-size: .9em;
	padding: 2px 4px !important;
}

#resort-ranking table td.label {
	background-color:#f7f7f7;
	font-size: .9em;
	/*padding: 2px !important;*/
	width: 65%;
	font-weight: bold;
}

#resort-ranking table td.content {
	background-color:#ffffcc;
	font-size: .9em;
	padding: 2px !important;
	font-weight: bold;
	color: #0000ff;
}

#resort-photos a, #resort-review a, #sj-forum a, #sj-tv a {
	font-size: .9em;
}

.resort-top-tab {
	width: 25%;
	font-weight: bold;
	font-size: 1.1em;
}

.resort-top-tab.selected {
	font-size: 1.3em;
}

#hotel-pager {
	position: relative;
	background-color: #F5F4EE;
	min-height:120px;
	width:100%;
	margin:0px auto 25px auto;
	border:1px solid #e8e2c1;
	/*overflow:hidden;*/
}	
#hotel-pager:before, #hotel-pager:after {
	border-radius: 2px 2px 2px 2px;
	bottom: 10px;
	content: "";
	height: 0;
	position: absolute;
	width: 60%;
	z-index: -2;
	/*box-shadow: 0 0 10px 8px rgba(51, 51, 51, 0.2);*/
	-webkit-box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.2);
}
#hotel-pager:after {
	right: 12px;
	/*transform: rotate(3deg);
	-webkit-transform: skew(15deg) rotate(6deg);
	-moz-transform: skew(15deg) rotate(6deg);
	-ms-transform: skew(15deg) rotate(6deg);
	-o-transform: skew(15deg) rotate(6deg);
	transform: skew(15deg) rotate(6deg);*/
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
#hotel-pager:before {
	left: 12px;
	/*transform: rotate(-3deg);
	-webkit-transform: skew(-15deg) rotate(-6deg);
	-moz-transform: skew(-15deg) rotate(-6deg);
	-ms-transform: skew(-15deg) rotate(-6deg);
	-o-transform: skew(-15deg) rotate(-6deg);
	transform: skew(-15deg) rotate(-6deg);	*/
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.hotel-pager-item-holder {
	width: 25%;
	padding: 5px !important;
}

.hotel-area-nav {
	cursor: pointer;
}

.hotel-date-nav, .hotel-date-nav:active, .hotel-date-nav:visited {
	font-size:.8em;
	font-weight: normal;
	text-decoration:none;
	cursor:pointer;
	color: #0000ff !important;
}

.hotel-date-nav:hover {	
	text-decoration:underline;
	cursor:pointer;
	color: #000 !important;
}

.right-bar-box-header {
	padding:4px;
	font-weight:bold;
	background-color:#0000ff;
	color:#fff;
	margin-bottom:5px;
}

.right-bar-map {
	width: 210px !important; 
	height: 210px !important;
	border:1px solid #888; 
	margin:0px auto;
}

.right-bar-latest-date {
	font-size:.85em;
	color:#ff0000;
}

.right-bar-text {
	text-align:left;
	margin-top:10px;
	font-size:.9em;
	background-color:#ffffcc;
	padding:4px;
}

/*#hotel-photos div.single-photo {
	float: left;
	width: 150px;	
	margin: 5px;
}*/

td.single-photo {
	width: 25%;
	text-align: center;
}

td.single-photo img {
	border: 1px solid #888;
	width: 152px;
}

.hotel-pager-item-holder-modal {
	width: 25%;
	padding: 5px !important;
	background-color: #efefef !important;
}

.sort-by-select select {
	width: 300px;
}

.blue-arrow {
	color:#0000ff;
	/*font-weight:bold;*/
}
.red-divider {
	color:#ff0000;
	font-weight:bold;
}

/* search form 
-------------------------------------- */

#search-holder {
	width: 50%;
	float: left;
}
.searchform {
	/*display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block 
	display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
*/}
.searchform input {
	font-family: Tahoma, "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: .9em;
}
.searchform .searchfield {
	margin-top: 1px;
	background: #4f4f4f;
	padding: 3px 3px 3px 3px;
	width: 70%;
	border: solid 1px #000;
	outline: none;
    color:#efefef;
	-webkit-border-radius: .75em;
	-moz-border-radius: .75em;
	border-radius: .75em;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #303030;
	font-size: .80em;
	height: 25px;
	width: 32px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	background: #5f5f5f;
	margin-top: -5px;
	cursor: pointer;
	
	/*background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545');
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545');*/ /* ie8 */
}

.content-holder textarea {
	width: 100%;
}

.left-align {
	text-align: left !important;
}

.small-holder img {
	width:250px;
}

.spacedcells {
	border-collapse: separate;
	border-spacing:2px;
}

.general-info-label {
	background-color: #F7F7F7;
}

.view-detail {
	cursor: pointer;
}

.now-snow
{
    margin:15px auto;
    width:96%;
}

.now-snow td {
	border: 1px solid #efefef;
    font-size:.95em;
    text-align:center;
}

.niseko-now
{
	background-color:#008000;
	color:#fff;
}
.hakuba-now
{
	background-color:#CC0000;
	color:#fff;
}
.yuzawa-now
{
	background-color:#0000FF;
	color:#fff;
}
.madarao-now
{
	background-color:#CC0000;
	color:#fff;
}
.shiga-kogen-now
{
	background-color:#CC0000;
	color:#fff;
}
.nozawa-onsen-now
{
	background-color:#CC0000;
	color:#fff;
}
.minakami-now
{
	background-color:#993300;
	color:#fff;
}

.grandeco-now
{
	background-color:#993300;
	color:#fff;
}

.zao-now
{
	background-color:#FF9900;
	color:#fff;
}

.appi-kogen-now
{
	background-color:#FF9900;
	color:#fff;
}
.myoko-now
{
	background-color:#0000FF;
	color:#fff;
}
.rusutsu-now
{
	background-color:#008000;
	color:#fff;
}
.furano-now
{
	background-color:#008000;
	color:#fff;
}
.naeba-now
{
	background-color:#0000FF;
	color:#fff;
}
.kiroro-now
{
	background-color:#008000;
	color:#fff;
}

.current-month{
    background-color: #000;
}