@charset 'utf-8';

/* top_index.css - トップページ用スタイルシート */

div.area_top
{
	width: 785px;
	height: 225px;
	margin: 0px 0px 0px 7px;
	padding: 0px;
}

div.area_right
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 185px;
}

div.special
{
	width: 457px;
	height: 225px;
	margin: 0px;
	padding: 0px;
}

div.column
{
	width: 291px;
	height: 218px;
	margin: 0px;
	padding: 3px;
	border: 1px solid #8EAD69;
	background-image: url(../image/tpl/top/column_bg.gif);
	background-repeat: repeat-x;
}

h2.column_title
{
	margin: 0px 0px 0px 5px;
	padding: 3px 0px 0px 0px;
	font-size: 13pt;
	line-height: 100%;
}

div.column_contents
{
	margin: 5px;
	padding: 0px;
	height: 165px;
	overflow: auto;
	font-size: 8pt;
	line-height: 130%;
}

div.column_link
{
	margin: 0px 6px 0px 0px;
	padding: 0px;
	text-align: right;
	font-size: 10pt;
}

div.kyonokyo
{
	width: 296px;
	height: 224px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #e3906e;
}

h2.kyonokyo_title
{
	margin: 0px;
	padding: 4px 0px;
	background-color: #e3906e;
	text-align: center;
}

div.kyonokyo_contents
{
	margin: 0px;
	padding: 8px;
	background-image: url(../image/tpl/top/kyonokyo_bg.gif);
	background-repeat: repeat-x;
}

div.kyonokyo_event
{
	width: 140px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div.kyonokyo_event div.text
{
	padding: 0px 0px 3px 0px;
	font-size: 9pt;
	line-height: 130%;
}

div.kyonokyo_calendar
{
	width: 130px;
	margin: 0px;
	padding: 0px;
}

div.kyonokyo_calendar div.text
{
	padding: 5px 0px 0px 0px;
	font-size: 9pt;
	line-height: 130%;
	text-align: center;
}

div.area_main
{
	width: 590px;
	margin: 10px 0px 0px 7px;
}

div.news
{
	width: 570px;
	margin: 0px;
	padding: 10px;
	border: 1px solid #C0B7CC;
	background-color: #EBECF1;
	background-image: url(../image/tpl/top/news_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

h2.news_title
{
	width: 65px;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	font-weight: bold;
	font-size: 12pt;
	line-height: 120%;
	
}

div.news_scroll
{
	overflow: auto;
	margin: 0px 0px 0px 110px;
	height: 78px;
}


ul.news_list
{
	list-style-type: none;
	/*list-style-image: url(../image/tpl/top/news_arrow.gif);*/
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

ul.news_list li
{
	width: 410px;
	margin: 3px 0px;
	padding: 2px 0px 7px 23px;
	font-size: 10pt;
	line-height: 100%;
	background-image: url(../image/tpl/top/news_arrow.gif);
	background-repeat: no-repeat;
}

div.news_link
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	font-size: 10pt;
}

table.category_menu
{
	width: 590px;
	margin: 17px 0px;
	border-collapse: collapse;
}

table.category_menu td
{
	height: 34px;
	padding: 0px;
}

table.category_menu td.on
{
	width: 91px;
	border-bottom: 1px solid #FFFFFF;
}

table.category_menu td.off
{
	width: 91px;
	border-bottom: 1px solid #929292;
}

table.category_menu td.blank
{
	font-size: 1px;
	border-bottom: 1px solid #929292;
}

h2.sub_index
{
	width: 575px;
	height: 27px;
	margin: 20px 0px;
	padding: 8px 0px 0px 15px;
	font-size: 16pt;
	color: #353535;
	background-image: url(../image/tpl/top/sub_index.jpg);
	background-repeat: no-repeat;
	line-height: 100%;
}


/* 観光  */
div.osusume_area
{
	width: 570px;
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 20px 10px;
	background-image: url(../image/tpl/top/osusume_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

div.osusume_area h2
{
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 16pt;
	color: #353535;
	text-align: left;
}

div.osusume_area div.banner
{
	margin: 10px 0px 0px 0px;
}

div.osusume_area table
{
	margin: 0px auto;
	width: 530px;
	border-collapse: collapse;
}

div.osusume_area table td.button
{
	width: 127px;
	height: 42px;
	padding: 0px;
	background-image: url(../image/tpl/top/osusume_btn_bg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

div.osusume_area table td.blank
{
	padding: 0px;
	font-size: 1px;
	line-height: 100%;
}

div.osusume_area table td.button a
{
	display: block;
	width: 127px;
	height: 28px;
	padding: 13px 0px 0px 0px;
	color: #000000;
	text-decoration: none;
}

div.osusume_area table td.button a:hover
{
	color: #FF0000;
}

/* 行事スポット */
table.calendar_spot
{
	border-collapse: collapse;
	margin: 15px;
}

table.calendar_spot td.month
{
	width: 65px;
	height: 45px;
	text-align: center;
	padding: 3px;
}

table.calendar_spot td.month a
{
	display: block;
	padding: 0px 0px 0px 0px;
	width: 65px;
	height: 45px;
	border: 1px solid #FB6847;
}

table.calendar_spot td.special
{
	width: 153px;
	height: 102px;
	text-align: center;
	padding: 3px;
}

table.calendar_spot td.special a
{
	display: block;
	padding: 0px 0px 0px 0px;
	width: 153px;
	height: 99px;
	border: 1px solid #0C429A;
}

h2.calendar_title
{
	height: 27px;
	padding: 8px 0px 0px 20px;
	font-size: 14pt;
	background-image: url(../image/tpl/top/sub_index.jpg);
	background-repeat: no-repeat;
}

table.calendar_month
{
	width: 590px;
	margin: 15px 0px;
	border-collapse: collapse;
}

table.calendar_month td
{
	width: 42px;
	padding: 0px 4px 0px 0px;
}

table.calendar_month a
{
	width: 41px;
	display: block;
	padding: 4px 0px;
	text-align: center;
	border: 1px solid #FB6847;
	color: #FF0000;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

table.calendar_month a:hover
{
	background-color: #FDCDB7;
}

table.calendar_month span
{
	font-size: 14pt;
}

table.calendar_month a.on
{
	background-color: #FDCDB7;
}

table.calendar_month td.last
{
	padding-right: 0px;
}

table.calendar_month_t
{
	width: 590px;
	margin: 15px 0px;
	border-collapse: collapse;
}

table.calendar_month_t td
{
	width: 49px;
	height: 40px;
	padding: 0px 5px 5px 0px;
}

table.calendar_month_t a
{
	width: 49px;
	height: 22px;
	display: block;
	padding: 12px 0px;
	text-align: center;
	border: 1px solid #FB6847;
	color: #FF0000;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

table.calendar_month_t a:hover
{
	background-color: #FDCDB7;
}

table.calendar_month_t span
{
	font-size: 14pt;
}

table.calendar_month_t a.on
{
	background-color: #FDCDB7;
}

table.calendar_month_t td.last
{
	padding-right: 0px;
}

table.calendar_month_t td.special
{
	padding: 0px 0px 4px 0px;
}

table.calendar_month_t td.special a
{
	width: 150px;
	height: 31px;
	display: block;
	padding: 15px 0px;
	text-align: center;
	border: 1px solid #0d429e;
	color: #0d429e;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	line-height: 100%;
}

table.calendar_month_t td.konohinokyo
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	vertical-align: top;
	text-align: center;
	width: 220px;
	height: 100px;
}

div.konohinokyo_title
{
	margin: 0px;
	padding: 5px;
	background-color: #83431F;
}

div.konohinokyo_text
{
	height: 54px;
	margin: 0px;
	padding: 10px 10px;
	font-size: 8pt;
	line-height: 120%;
	border: 1px solid #83431f;
}


table.calendar_table
{
	margin: 20px;
	width: 550px;
	border-collapse: collapse;
}

table.calendar_table td
{
	padding: 7px;
	border: 1px solid #818181;
}

table.calendar_table td.caption
{
	background-color: #CCCCCC;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

table.calendar_table td.content
{
	font-size: 11pt;
	line-height: 130%;
}

table.calendar_table td.field_day
{
	width: 120px;
	text-align: center;
}

table.calendar_table td.bg_holiday
{
	background-color: #F8E1E3;
}

table.calendar_table td.bg_saturday
{
	background-color: #CEE8EE;
}

div.calendar_content
{
	margin: 20px;
	width: 600px;
	font-size: 10pt;
	line-height: 140%;
}


/*
table.konohinokyo
{
	margin: 0px auto;
	border-collapse: collapse;
}

table.konohinokyo td
{
	padding: 0px;
	font-size: 10pt;
}
*/

div.spot_box
{
	width: 291px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

div.spot_box div.links
{
	width: 259px;
	margin: 0px;
	padding: 10px 15px;
	font-size: 10pt;
	line-height: 150%;
}

div.spot_box div.kankou_spot
{
	border-top: none;
	border-left: 1px solid #a196ae;
	border-right: 1px solid #a196ae;
	border-bottom: 1px solid #a196ae;
	background-color: #e7e5eb;
}

div.spot_box div.rekishi_spot
{
	border-top: none;
	border-left: 1px solid #adb294;
	border-right: 1px solid #adb294;
	border-bottom: 1px solid #adb294;
	background-color: #ebece5;
}

div.spot_box div.shisetsu_spot
{
	border-top: none;
	border-left: 1px solid #c098a0;
	border-right: 1px solid #c098a0;
	border-bottom: 1px solid #c098a0;
	background-color: #efe6e8;
}

div.spot_box div.event_spot
{
	border-top: none;
	border-left: 1px solid #94a4a4;
	border-right: 1px solid #94a4a4;
	border-bottom: 1px solid #94a4a4;
	background-color: #e5e8e8;
}

div.spot_box table
{
	width: 271px;
	margin: 10px;
	border-collapse: collapse;
}

div.spot_box table td
{
	font-size: 10pt;
	padding: 3px;
}

div.spot_box div.check_other
{
	text-align: right;
	font-size: 10pt;
}

div.kyototuu_box
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

div.kyototuu_box div.links
{
	margin: 0px;
	padding: 0px 15px;
	font-size: 10pt;
	line-height: 150%;
}

/*
div.kyototuu_box table
{
	margin: 15px;
	width: 600px;
	border-collapse: collapse;
}

div.kyototuu_box table td
{
	font-size: 10pt;
	padding: 3px;
}
*/

div.kyototuu_box div.check_other
{
	text-align: right;
	font-size: 10pt;
}

/* グルメトップ */
table.gourmet_genre
{
	border-collapse: collapse;
	width: 100%;
}

table.gourmet_genre td.button
{
	width: 105px;
	height: 40px;
	text-align: center;
	background-image: url(../image/tpl/gourmet/ico_genre_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
}

table.gourmet_genre td.blank
{
	font-size: 1px;
	padding: 0px;
}

table.gourmet_genre td.button a
{
	height: 29px;
	padding: 11px 0px 0px 0px;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	display: block;
	text-decoration: none;
}


table.gourmet_area
{
	border-collapse: collapse;
	width: 100%;
}

table.gourmet_area td.button
{
	width: 88px;
	height: 37px;
	text-align: center;
	background-image: url(../image/tpl/gourmet/ico_area_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
}

table.gourmet_area td.blank
{
	height: 10px;
	font-size: 1px;
	padding: 0px;
}

table.gourmet_area td.button a
{
	height: 26px;
	padding: 12px 0px 0px 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #0D4099;
	display: block;
	text-decoration: none;
}

/* 宿泊 トップ */
table.stay_area
{
	border-collapse: collapse;
	width: 100%;
}

table.stay_area td.button
{
	width: 88px;
	height: 37px;
	text-align: center;
	background-image: url(../image/tpl/gourmet/ico_area_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
}

table.stay_area td.blank
{
	height: 10px;
	font-size: 1px;
	padding: 0px;
}

table.stay_area td.button a
{
	height: 28px;
	padding: 12px 0px 0px 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #0D4099;
	display: block;
	text-decoration: none;
}

table.stay_link
{
	width: 600px;
	margin: 0px 20px;
	border-collapse: collapse;
}

table.stay_link td
{
	width: 33%;
	font-size: 10pt;
	padding: 3px 0px;
}

div.stay_popup
{
	width: 300px;
	padding: 7px;
	display: none;
	background-color: #FFFFFF;
	border: 1px dashed #666666;
	font-size: 9pt;
	line-height: 130%;
}

/* 観光用追加リンク表示 */
div.kankou_link_popup
{
	display: none;
}

div.popup_kankou
{
	
}

/* バナーボックス */
div.banner_box
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

div.banner_box div.banner
{
	margin: 0px 0px 4px 0px;
	padding: 0px;
	text-align: center;
}


/* 広告掲載依頼ボックス */
div.adv_box
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

div.adv_box div.caption
{
	margin: 0px;
	padding: 0px;
}

div.adv_box div.content
{
	border: 1px solid #9fa1a0;
	padding: 10px 13px;
}

div.adv_box div.content p
{
	margin: 0px;
	padding: 0px 0px 8px 0px;
	font-size: 9pt;
	line-height: 130%;
}


/* 天気予報ボックス */
div.weather_box
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

div.weather_box div.caption
{
	margin: 0px;
	padding: 0px;
}

div.weather_box div.content
{
	height: 66px;
	margin: 0px;
	padding: 8px 0px;
	background-image: url(../image/tpl/weather/weather_bg.gif);
	text-align: center;
}

div.weather_box div.content table.weather
{
	margin: 0px auto;
	border-collapse: collapse;
	border: none;
}

div.weather_box div.content table.weather td.icon
{
	padding: 0px;
}

div.weather_box div.content table.weather td.caption
{
	padding: 0px;
	text-align: left;
}
div.weather_box div.content table.weather td.temp
{
	height: 20px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

div.weather_box div.content table.weather td.probability
{
	height: 20px;
	padding: 0px;
}



/* プレゼント企画ページ用 */
h3.present_title
{
	margin:30px 20px 0px 20px;
	padding:0px 0px 5px 0px;
	font-size:10pt;
	color:#CA1B1D;
	line-height:130%;
	border-bottom:2px solid #CA1B1D;
}

h3.present_title a
{
	color:#CA1B1D;
	text-decoration: none;
}

table.present_table
{
	width:550px;
	margin:3px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	border-collapse:collapse;
}

td.present_left
{
	width:180px;
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	font-size:10pt;
	text-align:center;
	vertical-align:top;
	border:1px solid #E3ADC2;
}

td.present_right
{
	width:380px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}


table.present_content_table
{
	width:380px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #E3ADC2;
	border-collapse:collapse;
}

td.present_content
{
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	font-size:10pt;
	line-height:150%;
	border:1px solid #E3ADC2;
	vertical-align:top;
}

td.present_content_left
{
	width:100px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	font-size:10pt;
	line-height:150%;
	border:1px solid #E3ADC2;
	vertical-align:middle;
}

td.present_content_right
{
	width:260px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	font-size:10pt;
	line-height:150%;
	border:1px solid #E3ADC2;
}

td.present_content_right a
{
	color:#CA1B1D;
	text-decoration:underline;
}

div.present_message1
{
	margin:20px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:9pt;
	line-height:150%;
	text-align:center;
}

div.present_message2
{
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	font-size:8pt;
	line-height:150%;
	text-align:center;
}

div.message
{
	margin:20px 0px 30px 25px;
	padding:0px 0px 0px 0px;
	font-size:10pt;
	line-height:150%;
}

hr.present_line
{
	margin:0px 0px 20px 0px;
	border:1px dotted #4c4c4c;
}

ul.present_list
{
	list-style-type:disc;
	line-height:160%;
	font-size:10pt;
}

div.present_form
{
	margin: 20px 0px;
	text-align: center;
}


/* おみやげページ用 */
table.souvenir_table
{
	margin:3px 25px 30px 25px;
	padding:0px 0px 0px 0px;
	border-collapse:collapse;
}

td.souvenir_banner
{
	width:130px;
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 0px;
	font-size:10pt;
	text-align:center;
	border-bottom:1px solid #4c4c4c;
}

td.souvenir_content
{
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 10px;
	font-size:10pt;
	line-height:150%;
	border-bottom:1px solid #4c4c4c;
}


/* 旧グルメ */
table.gourmet_old_table
{
	margin: 20px;
	width: 550px;
	border-collapse: collapse;
}

table.gourmet_old_table td
{
	padding: 7px;
	border: 1px solid #818181;
}

table.gourmet_old_table td.caption
{
	background-color: #CCCCCC;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

table.gourmet_old_table td.content
{
	font-size: 10pt;
	line-height: 130%;
}
