@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	TOP
----------------------------------------------------------- */
#top #flash {
	width: 100%;
	height: 360px;
	margin: 10px auto;
	text-align: center;
	clear: both;
}

/* cnt_hotnews
----------------------------------------------------------- */
#top #cnt_hotnews {
	width: 680px;
	height: auto;
	margin: 0 0 15px 0;
}
#top #cnt_hotnews div.bg {
	width: 680px;
	height: auto;
	background: url(../images/top/hotnews/bg_hotnews.gif) left top repeat-y;
}
#top #cnt_hotnews div.bg:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#top #cnt_hotnews h3 {
	color: #ff6400;
	font-size: 90%;
	padding: 5px 0 5px 0;
}
#top #cnt_hotnews img.photo {
	float: left;
	margin-right: 10px;
}
#top #cnt_hotnews p {
	color: #845c42;
	font-size: 90%;
	line-height: 1.4;
}

#top #cnt_hotnews div.column1 {
	padding: 5px 30px;
}
#top #cnt_hotnews div.column2 {
	padding: 5px 20px;
}
#top #cnt_hotnews div.column2 div.left {
	width: 50%;
	float: left;
}
#top #cnt_hotnews div.column2 div.right {
	width: 50%;
	float: right;
}
#top #cnt_hotnews div.column2 div.left p {
	padding-right: 15px;
}
#top #cnt_hotnews a {
	color: #83690e;
}
#top #cnt_hotnews a:hover {
	text-decoration: none;
}

/* cnt_point3
----------------------------------------------------------- */
#top #cnt_point3 {
	width: 680px;
	height: auto;
}
#top #cnt_point3 li {
	float: left;
}

/* cnt_plan
----------------------------------------------------------- */
#top #cnt_plan {
	width: 680px;
	height: auto;
	clear: both;
}


#top #cnt_plan div.left {
	width: 330px;
	float: left;
}
#top #cnt_plan div.right {
	width: 330px;
	float: right;
}

#top #cnt_plan div.left h2 {
	width: 330px;
	height: 51px;
	background: url(../images/top/tit_best3_1.jpg) left top no-repeat;
	text-indent: -9999px;
}
#top #cnt_plan div.right h2 {
	width: 330px;
	height: 51px;
	background: url(../images/top/tit_best3_2.jpg) left top no-repeat;
	text-indent: -9999px;
}

#top #cnt_plan div.box {
	width: 328px;
	height: auto;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
#top #cnt_plan div.box_plan {
	width: 328px;
	border-bottom: 1px solid #CCC;
	clear: both;
}

#top #cnt_plan div.box_plan img.photo {
	float: left;
	border: 3px double #cacaca;
	margin-right: 10px;
}
#top #cnt_plan div.box_plan img.number {
	display: block;
}
#top #cnt_plan div.box_plan h3 {
	font-size: 90%;
	color: #9c801d;
	line-height: 1.2;
	padding: 3px 0;
}
#top #cnt_plan div.box_plan p {
	font-size: 80%;
	color: #666;
}
#top #cnt_plan div.box_plan a {
	display: block;
	text-decoration: none;
	width: 308px;
	height: 100%;
	padding: 10px;
}
#top #cnt_plan div.box_plan a:hover {
	background: #F1EBD5;
}
#top #cnt_plan p.plan {
	margin: 5px 0 0 0;
	text-align: right;
}


/* cnt_news
----------------------------------------------------------- */
#top #cnt_news {
	width: 680px;
	height: auto;
	margin: 25px 0 0 0;
	clear: both;
}
#top #cnt_news h2 {
	width: 680px;
	height: 33px;
	background: url(../images/top/tit_news.gif) left top no-repeat;
	text-indent: -9999px;
}
#top #cnt_news p.btn {
	/*
	position: relative;
	top: -32px;
	left: 535px;
	*/
	margin: 0 0 0 535px;
}
#top #cnt_news #news_box {
	text-align: center;
	margin: 15px 0 0 0;
}
#top #cnt_news #news_box p.article {
	width: 100%;
	margin: 0 0 10px 0;
	text-align: left;
}
#top #cnt_news #news_box span {
	background: #3d3c3c;
	padding: 2px 20px;
	margin-right: 20px;
	color: #FFF;
	font-size: 70%;
}
#top #cnt_news #news_box a {
	color: #83690e;
	text-align: left;
	font-size: 80%;
}
#top #cnt_news #news_box a:hover {
	text-decoration: none;
}


/* TOPのみQR
----------------------------------------------------------- */
#top #sub #sub_hotelinfo div.qr {
	margin: 0 auto;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


