
/*
CSS General Reset
*/
* {
	font-family: arial;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}

/*
Layout CSS Information
*/
body {
	background: #ffffff;
	text-align: left;
}
<!--
.TITLE-J { font-size: 16px; line-height: 18px ; font-weight: bold}
.TITLE-E { font-size: 16px; line-height: 18px ; font-weight: bold; font-family: "Arial", "Helvetica", "sans-serif"}

.SUBTITLE-J { font-size: 14px; line-height: 18px;}
.SUBTITLE-E { font-size: 14px; line-height: 18px; font-family: "Arial", "Helvetica", "sans-serif"}

.LEAD-J { font-size: 12px; line-height: 18px;}
.LEAD-E { font-size: 12px; line-height: 18px; font-family: "Arial", "Helvetica", "sans-serif"}

.CONTENT-J { font-size: 12px; line-height: 20px;}
.CONTENT-E { font-size: 12px; line-height: 20px; font-family: "Arial", "Helvetica", "sans-serif"}

.CAP1-J { font-size: 11px; line-height: 13px;}
.CAP1-E { font-size: 11px; line-height: 13px; font-family: "Arial", "Helvetica", "sans-serif"}

.CAP2-J { font-size: 11px; line-height: 10px;}
.CAP2-E { font-size: 11px; line-height: 10px; font-family: "Arial", "Helvetica", "sans-serif"}

.CAP4-J { font-size: 11px; line-height: 18px;}
.CAP4-E { font-size: 11px; line-height: 18px; font-family: "Arial", "Helvetica", "sans-serif"}

.CAP5-J { font-size: 11px; line-height: 16px;}
.CAP5-E { font-size: 11px; line-height: 16px; font-family: "Arial", "Helvetica", "sans-serif"}

.INC12-J { font-size: 12px; line-height: 14px ; font-weight: bold}
.INC12-E { font-size: 12px; line-height: 14px ; font-weight: bold font-family: "Arial", "Helvetica", "sans-serif"}

.INC12 { font-size: 12px; line-height: 14px;}

.INC10-L { font-size: 11px; line-height: 22px; margin-left:4px; margin-right:4px}

.INC10-S { font-size: 11px; line-height: 18px; margin-left:4px; margin-right:4px}

a:link {text-decoration: underline; color: #333333;}
a:visited {text-decoration: underline; color: #333333;}

#brandsection a:link,#topnewtable a:link,#toplead a:link{
	text-decoration: none;
}
#brandsection a:visited,#topnewtable a:visited,#toplead a:visited{
	text-decoration: none;
}
#brandsection a:hover,#topnewtable a:hover,#toplead a:hover{
	text-decoration: none;
}
#brandsection a:active,#topnewtable a:active,#toplead a:active{
	text-decoration: none;
}

.footertitle a:link, .footertitle a:visited, .footertitle a:hover, .footertitle a:active{
text-decoration: underline;
font-weight:bold;
}

.footerlead a:link, .footerlead a:visited, .footerlead a:hover, .footerlead a:active{
text-decoration: none;
padding:0px 10px;
}

-->

<!--
a:active {text-decoration: none; color: #725A02; }
a:hover {text-decoration: none; color: #725A02;}
-->



.kaigyo,
br.kaigyo {
	padding: 0;
	margin: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
	}


a img {
	border: none;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
        
	div#RezortTop_Daily_Recommen_Item {
		width: 600px;
		overflow: auto;
		margin: 0px 10px 0 5px;
		clear: both;
		text-align: left;
	}
/*
	div#RezortTop_Daily_Recommen_Item div {
		margin-left: 0px;
	}
*/			

.RezortTop_title_call {

	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-align: left;
}

span.shortname {
	display:block;
	width:100px;
	white-space:nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
}

.RezortTop_bold {

	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-align: left;
}

.RezortTop_title_call_sub {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
	color: #333333;
}

#containers {
	width: 1000px;
	border-left: 1px solid #cbdde1;
	border-right: 1px solid #cbdde1;
	background: #f6fce7 url(images/bgcontainer.gif) repeat-x top;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*
Very Top Bar
*/
#top {
	width: 980px;
	height: 34px;
	background: url(images/top.gif) repeat-x;
}

#topleft {
	float: left;
	background: url(images/topx.gif) left no-repeat;
	height: 34px;
	padding-left: 10px;
}

#topright {
	float: right;
	background: url(images/topy.gif) right no-repeat;
	height: 34px;
	padding-right: 10px;
}
/*
Page navigation CSS
*/
#pagenavigation {
	float: left;
	height: 32px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left: 1px solid #ddd;
	z-index: 20;
}

#pagenavigation li {
	float: left;
	display: block;
	height: 32px;
	border-right: 1px solid #ddd;
}

#pagenavigation li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#pagenavigation li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #888;
}

#pagenavigation li a:hover {
	background: #e6e8d7;
	color: #333;
}

#pagenavigation li.current_page_item a {
	background: #FFF;
	color: #3259d8;
}

#pagenavigation li.current_page_item a:hover {
	background: #FFF;
	color: #3259d8;
}

#pagenavigation ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#pagenavigation ul li a {
	display: block;
	background: #FFF;
}

#pagenavigation li ul a:hover {
	display: block;
	background: #FFF;
}

#pagenavigation ul a {
	display: block;
}

#pagenavigation ul ul {
	margin-top: -27px;
	display: none;
	margin-left: 198px;
	position: absolute;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#pagenavigation li:hover ul ul {
	display: none;
}
#pagenavigation li:hover ul {
	display: block;
}
#pagenavigation ul li:hover ul {
	display: block;
}
#pagenavigation li ul li {
	display: block;
	width: 100%;
}

#pagenavigation li.page_item ul {
	border-top: 2px solid #ddd;
	width: 200px;
}

#pagenavigation li.page_item a {
	display: block;
}

#pagenavigation li.page_item a:hover {
	display: block;
}

#pagenavigation li.page_item ul li a {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
}

#pagenavigation li.page_item ul li a:hover {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #aaa;
	border-left: 1px solid #ddd;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #ff9000;
}

/*
Content Layout
*/
#content {
	width: 600px;
}

#content #column {
	float: left;
	width: 600px;
	margin-left: 1px;
	margin-right: 1px;
	display: inline;
}
/*
Reply
*/
.reply {
	margin-top: 10px;
	padding: 10px;
	background: #FFF;
	border: 1px dotted #ddd;
	font-size: 0.75em;
	color: #666;
}

.reply h1 {
	font-size: 1.3em;
	color: #366799;
	border-bottom: 1px solid #eee;
	line-height: 1.5em;
}

.reply label {
	font-family: "Trebuchet MS";
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	margin-left: 5px;
}

.replytext {
	width: 200px;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #eee;
	padding: 3px;
}

.replytext:focus {
	background: #fffff9;
}

.replyarea {
	width: 440px;
	height: 140px;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #eee;
	padding: 3px;
}

.replyarea:focus {
	background: #fffff9;
}

.replybutton {
	cursor: pointer;
	font-size: 0.9em;
	font-weight: bold;
	background: url(images/commentbutton.gif) no-repeat;
	width: 100px;
	height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #fff;
}

.replybutton:hover {
	background: url(images/commentbutton_on.gif) no-repeat;
}

#slidecontent {

	float:left;
	width: 655px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline;
	border:1px solid #ccc;
	font-size:0.7em;
	}

#aside {
	padding:10px;
	}

#aside .clearfloat {
	margin:0px 0px 10px 0px;
	border-bottom:1px dotted #ccc;
	}

#aside-1 {
	width:190px;
	float:left;
	padding:10px;
	}
	
#aside-2 {
	width:190px;
	float:left;
	padding:10px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}

#aside-3 {
	width:190px;
	float:right;
	padding:10px;
	}
 
#aside-1 img, #aside-2 img, #aside-3 img {
	border:1px solid #ccc;
	float:left;
	margin:4px 8px 2px 0px;
	}

#aside img, #archive img {
	border:1px solid #ccc;
	float:left;
	margin:4px 10px 15px 0px;
	}

#aside p {
	margin-top:4px;
	}

#aside-1 p, #aside-2 p, #aside-3 p, #archive p {
	margin-top:0px;
	}

#aside h3 a, #aside-1 h3 a, #aside-2 h3 a, #aside-3 h3 a {
	font:10px Arial;
	color:#333;
	}

#aside h2, #aside-1 h2, #aside-2 h2, #aside-3 h2 {
	font:10px Arial;
	color:#666666;
	}

#aside h3, #aside-1 h3, #aside-2 h3, #aside-3 h3 {
	font:11px Arial;
	color:#006666;
	}

#aside h4, #aside-1 h4, #aside-2 h4, #aside-3 h4 {
	font:11px Arial;
	color:#006666;
	}

#aside h5, #aside-1 h5, #aside-2 h5, #aside-3 h5 {
	font:15px Arial;
font-weight:bold;
	color:#105994;
	}

#aaside h3 {
	font:12px Arial;
	color:#666666;
	}




#archive .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}




/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

.kaigyo,
br.kaigyo {
	padding: 0;
	margin: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
	}


a img {
	border: none;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
        
	div#RezortTop_Daily_Recommen_Item {
		width: 658px;
		overflow: visible;
		margin: 10px 10px 0px 0px;
		clear: both;
		text-align: left;
	}
/*
	div#RezortTop_Daily_Recommen_Item div {
		margin-left: 0px;
	}
*/			

.RezortTop_title_call {

	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-align: left;
}

span.shortname {
	display:block;
	width:100px;
	white-space:nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
}

.RezortTop_bold {

	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-align: left;
}

.RezortTop_title_call_sub {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
	color: #333333;
}

/* Wrapper */
#wrapper {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #797979;
}

/* Page */
#page {
	width: 996px;
	margin: 0px auto;
}

/* Content */
#content {
	float: left;
	width: 658px;
	padding: 0px 3px 0px 3px;
}

/* Post */
.post {
}
.post .entry {
	padding: 0px 0px 0px 0px;
}

.two-columns {
}
.two-columns .column-one {
	float: left;
	width: 490px;
}
.two-columns .column-two {
	float: right;
	width: 150px;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 318px;
}
.two-column {
}
.two-column .column-one {
	float: left;
	width: 150px;
}
.two-column .column-two {
	float: right;
	width: 160px;
}