@charset "shift_jis";
/* ===================================================================
CSS information

 file name  :index.css
 author     :keyword-co.net(admin)
 style info :観光サイトトップページ用css

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

a.btn:hover {
    opacity: 0.75;
}

/*-- 「みんさいな」バナー --*/
#minsaina {
	 position:absolute;
	 top:576px;
	 right:0;
}

.sticky #minsaina {
	position:fixed;
	top:0;
	right:0;
	_position:absolute;
	_top:576px;
	_right:0;
}

div#minsaina a:hover {
	background:none;
}

/*--トップイメージ_画像--*/
#top_img{
	height:410px;
	min-width:920px;
	background:url(../img/top/flash_bg.gif) center repeat-y;
	margin:0 auto;
}
#top_flash {
	min-width:920px;
	max-width:1188px;
	height:410px;
	margin:auto;
	background:url(../img/top/top_img.jpg) no-repeat center;
}
#top_flash p {
	color:#FFFFFF;
	font-size:85%;
}
#top_flash a {
	color:#FFFFFF;
}

/*--観光サイトナビゲーション--*/
#kankou_navi{
	width:920px;
	background:#FFF8EB;
	margin:0 auto;
	padding:10px 0 0 0;
}

#kankou_navi a:hover {
	background:none!important;
}

#navi_bg {
	background:url(../img/top/navi_bg.jpg) no-repeat;
	width:920px;
	padding:17px 0 0 0px;
	height:115px;
}

#navi_bg ul#navi_top {
	clear:both;
	margin:0 30px 0 33px;
	width:857px;
}

#navi_bg ul#navi_center {
	clear:both;
	margin:10px 30px 0 33px;
	width:857px;
}

#navi_bg ul#navi_bottom {
	clear:both;
	margin:10px 30px 0 127px;
	width:763px;
}

#navi_bg li {
	float:left;
}

#navi_bg ul#navi_top li.first,
#navi_bg ul#navi_center li.first {
	margin-left:0px;
}

#navi_bg ul#navi_top li,
#navi_bg ul#navi_center li {
	margin-left:9px;
}

/*--メニューリストのボックス--*/
#toppage_menulist{
	width:900px;
	margin:15px 0 0 10px;
}

/*--メニューリスト_左--------------------*/
#kankou_topL{
	width:290px;
	float:left;
}

/*-- 旬の情報・お知らせ --*/
#information{
	margin-top:2px;
	margin-bottom:15px;
}
#information h2 {
	background:url(../img/top/info.gif);
	width:290px;
	height:28px;
	text-indent:-9999px;
	margin-bottom:10px;
}
#information {
	position:relative;
}
.rss {
	position:absolute;
	right:6px;
	top:4px;
	height:19px;
}
.rss a:hover {
	background:none!important;
}
#information h4{
	font-weight:normal;
	font-size:83%;
	line-height:130%;
	border-bottom:dotted 1px #999999;
	margin:5px 2px 7px 2px;
	padding:0 5px 7px 5px;
}

/*-- お知らせバナー --*/
#info_banner ul {
	margin-bottom:15px;
	text-align:center;
}

#info_banner ul li {
	margin-bottom:8px;
}

/*-- 企業バナー --*/
.pr ul  {
	clear:both;
	margin-bottom:8px;
}

.pr ul li {
	float:left;
	margin-left:6px;
	border:1px solid #999999;
}

.pr ul li.first {
	margin:0;
}

/*--メニューリスト_中--------------------*/
#kankou_topC{
	width:290px;
	float:left;
	margin-left:17px;
}
#kankou_topC #special ul {
	margin-bottom:5px;
}
#kankou_topC #special ul li {
	margin-bottom:5px;
}
#kankou_topC p#more {
	text-align:right;
	margin-bottom:25px;
}

/*--facebook--*/
.fb {
	margin-top:20px;
}
.fb img {
	margin-right:5px;
}
.fb p {
	font-size:67%;
	margin-top:5px;
	line-height:150%;
}

/*--メニューリスト_右--------------------*/
#kankou_topR{
	width:280px;
	float:right;
	margin:0 5px 0 18px;
}

#kankou_topR ul {
	width:256px;
	margin:0 12px 15px 12px;
	font-size:80%;
}

#kankou_topR ul li{
	background:url(../img/top/arrow.gif) no-repeat left center;
	padding-left:19px;
	float:left;
	white-space: nowrap;
	word-wrap:break-word;
	/*width:128px;*/ /* for IE5.5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	min-width:109px;
}

#kankou_topR h3 {
	width:280px;
	float:left;
	margin-bottom:10px;
}

/*-- 食べる --*/
#kankou_topR h3#eat {
	background:url(../img/top/banner_category_eat.jpg);
	width:280px;
	height:151px;
	text-indent:-9999px;
}
#kankou_topR h3#eat a {
	display:block;
	width:280px;
	height:151px;
	background:none;
}
#kankou_topR h3#eat a:hover {
	background:url(../img/top/banner_category_eat_on.jpg);
}

/*-- おみやげ --*/
#kankou_topR h3#present {
	background:url(../img/top/banner_category_present.jpg);
	width:280px;
	height:151px;
	text-indent:-9999px;
}
#kankou_topR h3#present a {
	display:block;
	width:280px;
	height:151px;
	background:none;
}
#kankou_topR h3#present a:hover {
	background:url(../img/top/banner_category_present_on.jpg);
}

/*-- 歩く --*/
#kankou_topR h3#walk {
	background:url(../img/top/banner_category_walk.gif);
	width:128px;
	height:37px;
	text-indent:-9999px;
	margin-right:8px;
}
#kankou_topR h3#walk a {
	display:block;
	width:128px;
	height:37px;
	background:none;
}
#kankou_topR h3#walk a:hover {
	background:url(../img/top/banner_category_walk_on.gif);
}

/*-- 体験 --*/
#kankou_topR h3#experience {
	background:url(../img/top/banner_category_experience.gif);
	width:128px;
	height:37px;
	text-indent:-9999px;
}
#kankou_topR h3#experience a {
	display:block;
	width:128px;
	height:37px;
	background:none;
}
#kankou_topR h3#experience a:hover {
	background:url(../img/top/banner_category_experience_on.gif);
}

/*-- 泊まる --*/
#kankou_topR h3#stay {
	background:url(../img/top/banner_category_stay.gif);
	width:128px;
	height:37px;
	text-indent:-9999px;
	margin-right:8px;
}
#kankou_topR h3#stay a {
	display:block;
	width:128px;
	height:37px;
	background:none;
}
#kankou_topR h3#stay a:hover {
	background:url(../img/top/banner_category_stay_on.gif);
}

/*-- 歴史 --*/
#kankou_topR h3#history {
	background:url(../img/top/banner_category_history.gif);
	width:128px;
	height:37px;
	text-indent:-9999px;
}
#kankou_topR h3#history a {
	display:block;
	width:128px;
	height:37px;
	background:none;
}
#kankou_topR h3#history a:hover {
	background:url(../img/top/banner_category_history_on.gif);
}

/*-- 季節イベント --*/
#kankou_topR h3#event {
	background:url(../img/top/banner_category_event.gif);
	width:128px;
	height:37px;
	text-indent:-9999px;
}
#kankou_topR h3#event a {
	display:block;
	width:128px;
	height:37px;
	background:none;
}
#kankou_topR h3#event a:hover {
	background:url(../img/top/banner_category_event_on.gif);
}