@charset "UTF-8";

/*------------------------------------------------------------------------------
	Client Name - Local CSS
	URL: http://foo.co.jp/
	Date: 2009-00-00
	Copyright (C) Client Name All Rights Reserved.
------------------------------------------------------------------------------*/


/*==============================================================
　汎用パーツ
===============================================================*/

/* table.calendarTableSide : カレンダーのtable
----------------------------------------------------*/


table.calendarTableSide{
	width:170px !important;
	margin-left:0 !important;
	margin-bottom:15px;
}
body#home table.calendarTableSide{
	width:160px !important;
}

table.calendarTableSide caption{
	text-align:center;
	background:#E4DACB;
	padding:5px 5px 2px;
	font-size:80%;
	line-height:1.5;
	font-weight:bold;
	color:#7E6945;
}
body#home table.calendarTableSide caption{
	background:#fff;
}
table.calendarTableSide caption a{
	color:#7E6945;
	text-decoration:none;
	border-bottom:1px dashed #7E6945;
}
table.calendarTableSide caption a:hover{
	color:#C7A047;
	border-bottom:1px dashed #C7A047;
}
table.calendarTableSide thead tr th{
	width:14%;
	background-color: #AD9469;
	color:#fff;
}
table.calendarTableSide thead tr th.saturday{
	background-color: #628c63 !important;
}
table.calendarTableSide thead tr th.sunday{
	background-color: #cc6a6a !important;
}
table.calendarTableSide th,
table.calendarTableSide td{
	padding:5px 2px !important;
	font-size: 80%;
	text-align: center;
}
table.calendarTableSide tbody tr td{
	background:#fff;
}
table.calendarTableSide tbody tr td a{
	display:block;
	width:100%;
	height:100%;
	font-weight:bold;
	background-color:#FAF3AB;
}
table.calendarTableSide tbody tr td.saturday{
	background:#E4F7E3;
	color: #3b5c3a;
}
table.calendarTableSide tbody tr td.sunday,
table.calendarTableSide tbody tr td.holiday{
	background:#FEE3EE;
	color: #894d59;
}
table.calendarTableSide tbody tr td.blank{
	color: #ccc !important;
}
table.calendarTableSide tbody tr td .date{
	font-family:Trebuchet MS,sans-serif;
	display: block;
}

table.calendarTableSide thead tr .saturday{
	background-color: #204621;
}


/* #gmap : グーグルマップ
----------------------------------------------------*/

.cms #main #gmap{
	height:500px;
}
.cms #main #gmap p.infowin{
	font-size:80%;
	margin:0 !important;
}
.cms #main #gmap p.infowin span{
	display:block !important;
}
.cms #main #gmap p.infowin .info1{
	font-weight:bold;
	border-bottom:1px dashed #666;
	padding-bottom:5px;
	margin-bottom:5px;
}

/* その他諸々
----------------------------------------------------*/

.cms #main p.btn{
	padding:10px;
	margin:10px 0 0 !important;
	text-align:center;
}
.cms #main #compoundSearch p.btn{
	background:url(../img/bg/bg_waku_002.png) no-repeat 0 0;
}
.individual #main table{
	width:100% !important;
	margin-left:0 !important;
}
body.eventcalendar .entryInfo table th,
body.event .entryInfo table th{
	width:125px;
}
body.shisetsu .entryInfo .info table th{
	width:80px;
}
body#sstIndividual .entryInfo table th{
	width:100px;
}

/* .monthlyList : 月別記事一覧プルダウン
----------------------------------------------------*/

.monthlyList{
	margin-top:1.5em;
}
.monthlyList h2{
	font-weight:bold;
	margin-bottom:5px;
}

/* .rss : RSS購読ボタン
----------------------------------------------------*/

p.rss{
	text-align:center;
	font-size:90%;
	border:1px solid #CED8DB;
	background:#F2F2F2;
	padding:10px;
	margin-top:1.5em;
}
p.rss a{
	text-decoration:none;
}
p.rss a img{
	margin-bottom:10px;
}

/* .pagenation : ページ送りナビ
----------------------------------------------------*/

ul.pagenation{
	margin-top:4em;
	text-align:center;
	font-size:90%;
}
ul.pagenation li{
	margin-right:1em;
	float:left;	
}
ul.pagenation li .current_page{
	font-weight:bold;
}
ul.pagenation li a{
	display:block;
	width:1em;
	text-align:center;
}
ul.pagenation li span.link_before a,
ul.pagenation li a.link_before{
	width:5em;
	background:url(../img/ico/ico_prev.gif) no-repeat center left;
	padding-left:18px;
}
ul.pagenation li span.link_next a,
ul.pagenation li a.link_next{
	width:5em;
	background:url(../img/ico/ico_next.gif) no-repeat center right;
	padding-right:18px;
}

/* #search : キーワード検索ボックス */

#main #search {
	position:relative;
	background:url(../img/bg/bg_waku_002.png) no-repeat left bottom;
	padding:0 0 0 60px;
	height:64px;
}
#main #search img{
	margin-right:10px;
}
#main #search input{
	margin-left:10px;
}
#search input.searchBox{
	width:330px;
	border:1px solid #86BADB;
	padding:8px 10px 8px 10px;
	margin-top:13px;
	font-size:110%;
}
#search input.searchButton{
	position:absolute;
	top:15px;
	left:475px;
}

/* .categories : ジャンル・エリア表示 */

#main dl.categories{
	text-align:right;
}
#main dl.categories dt,
#main dl.categories dd{
	display:inline;
}

/* #main #compoundSearch : 絞りこみ検索 */

#main #compoundSearch dl{
	background:url(../../shisetsu/img/bg_waku_001.png) no-repeat left bottom;
	padding-bottom:45px;
	margin-bottom:0;
}


/* body.search : 検索結果画面
----------------------------------------------------*/

body.eventcalendar #main .entryInfo,
body#kanEveIndex #main .entryInfo,
body#kanEveCategory #main .entryInfo,
body.search #main .entryInfo{
	background:url(../img/bg/bg_dot_gray.png) repeat-x left bottom;
	padding-bottom:10px;
	margin-bottom:20px;
}
body.eventcalendar #main #searchHeader,
body#kanEveIndex #main #searchHeader,
body#kanEveCategory #main #searchHeader,
body.search #main #searchHeader{
	margin:2em 0;
}
body.eventcalendar #main #searchHeader p,
body.eventcalendar #main #searchHeader ul,
body#kanEveIndex #main #searchHeader p,
body#kanEveIndex #main #searchHeader ul,
body#kanEveCategory #main #searchHeader p,
body#kanEveCategory #main #searchHeader ul,
body.search #main #searchHeader p,
body.search #main #searchHeader ul{
	float:left;
	margin:0 20px 0 0 !important;
	padding:0 !important;
}
body.eventcalendar #main p.photo,
body#kanEveIndex #main p.photo,
body#kanEveCategory #main p.photo,
body.search #main p.photo{
	width:230px;
	float:left;
	padding:0 !important;
	margin:0 1em 1em 0 !important;
}
body#kanEveSearch #main .entryInfo table,
body.eventcalendar #main .entryInfo table,
body#kanEveIndex #main .entryInfo table,
body#kanEveCategory #main .entryInfo table,
body.search #main .entryInfo table{
	width:430px !important;

}
body.eventcalendar #main #searchHeader p strong,
body#kanEveIndex #main #searchHeader p strong,
body#kanEveCategory #main #searchHeader p strong,
body.search #main #searchHeader p strong{
	color:#C00;
}




/*==============================================================
　body.news : 新着情報
===============================================================*/

/* body#newIndex : 新着情報メインページ
----------------------------------------------------*/

body#newIndex .section{
	margin-bottom:1em;
}
body#newIndex .section h2{
	position:relative;
}
body#newIndex .section h2 a{
	color:#5f5f5f;
	text-decoration:none;
}
body#newIndex .section h2 img{
	position:absolute;
	top:9px;
	left:595px;
}
body#newIndex .entries{
	font-size:110%;
	margin:0 0 2em;
	}
body#newIndex .entries li{
	padding:5px;	
	background:url(../img/bg/bg_line_dot.gif) repeat-x left bottom;
	}	
body#newIndex .entries li .date{
	background:url(../img/ico/ico_blue.png) no-repeat 0.2em 0.2em;
	padding:0 5px 0 30px;
	}
body#newIndex .entries li img.newIcon{
	padding-left:10px;
	}
	
/* body#newCategory : 新着情報カテゴリページ
   body#newMonthly : 新着情報月別ページ
----------------------------------------------------*/

body#newCategory .section p img,
body#newMonthly .section p img{
	float:right;
	margin-left:10px;
}
body#newMonthly .section h2 img{
	margin-right:5px;
}
body#newCategory .section h2 .date,
body#newMonthly .section h2 .date{
	font-size:90%;
	font-weight:normal;
	margin-right:5px;
}


/* body#newIndividual : 新着情報個別ページ
----------------------------------------------------*/

body#newIndividual .section p.entryInfo,
body#newIndividual .section p.entryFooter{
	text-align:right;
	font-size:90%;
	margin-bottom:1.5em;
}
body#newIndividual .section p.entryInfo span,
body#newIndividual .section p.entryFooter span{
	margin-left:0.8em;
}
body#newIndividual .section p.entryFooter{
	padding:5px 0;
	border-top:1px dotted #A0A0A0;
	border-bottom:1px solid #C2C2C2;
}
body#newIndividual .section .mainPhoto{
	float:right;
	margin-left:1.5em;
	margin-bottom:1.5em;
	font-size:90%;
	color:#8A8A8A;
}


/*==============================================================
　body.shisetsu : 施設ガイド
===============================================================*/


/* .areaMap : エリアマップ */

body#sstIndex #main .areaMap{
	position:relative;
	width:690px;
	text-align:center;
}

body#sstIndex #main .areaMap #toyooka{
	position:absolute;
	top:5px;
	right:135px;
}
body#sstIndex #main .areaMap #iwata{
	position:absolute;
	top:150px;
	right:135px;
}
body#sstIndex #main .areaMap #fukude{
	position:absolute;
	bottom:15px;
	right:135px;
}
body#sstIndex #main .areaMap #ryuyou{
	position:absolute;
	bottom:15px;
	left:140px;
}
body#sstIndex #main .areaMap #toyoda{
	position:absolute;
	top:145px;
	left:140px;
}

/* #subL .compoundSearch : 絞りこみ検索（左エリア内） */

#subL .compoundSearch{
	background:url(../img/bg/bg_left_column.png) no-repeat left bottom;
	font-size:80%;
	padding-bottom:15px;
}
#subL .compoundSearch p.btn{
	margin-top:10px;
	text-align:center;
}
#subL .compoundSearch dl{
	padding:10px 0 5px;
	margin:0 15px;
	background:url(../img/bg/bg_line_dot.gif) repeat-x left bottom;
}
#subL .compoundSearch dt{
	background:url(../img/ico/ico_under.png) no-repeat left center;
	margin-bottom:10px;
	padding-left:15px;
	font-weight:bold;
}
#subL .compoundSearch dd{
	margin-bottom:5px;
}
#subL .compoundSearch dd input{
	margin-right:5px;
}

#subL .compoundSearch h2{
	background:url(../img/title/bg_ti_left_column.png) no-repeat;
	font-size:110%;
	font-weight:bold;
	padding:15px 15px 10px;
	margin-bottom:0;
	color:#fff;
}

/* #main #compoundSearch : 絞りこみ検索 */

body.shisetsu #main #compoundSearch dl{
	background:url(../../shisetsu/img/bg_waku_001.png) no-repeat left bottom;
	padding-top:0 !important;
}

body.shisetsu #main #compoundSearch dt{
	margin-bottom:15px;
	padding:0 !important;
}
body.shisetsu #main #compoundSearch dd{
	width:200px;
	float:left;
	margin-bottom:5px;
	padding-left:25px;
}
body.shisetsu #main #compoundSearch dd input{
	margin-right:5px;
}


/* body.individual : 個別ページ
----------------------------------------------------*/

body.individual #main ul.photo li{
	width:300px;
	margin-right:10px;
	float:left;
	font-size:90%;
	color:#8A8A8A;
}
body.individual #main .entryInfo h2 .title{
	margin-right:1em;
}
body.individual #main .entryInfo h2 .ruby{
	font-size:60%;
	font-weight:normal;
}




/*==============================================================
　body.event : イベント情報
===============================================================*/

/* #main #compoundSearch : 絞りこみ検索 */

body.event #main #compoundSearch{
	margin-bottom:50px;
}
body.event #main #compoundSearch dl{
	background:url(../../midokoro/img/bg_waku_001.png) no-repeat left bottom;
	padding-bottom:15px;
	margin-bottom:20px;
}
body.event #main #compoundSearch dt{
	margin-bottom:15px;
}
body.event #main #compoundSearch dd{
	display:inline-block;
/display:inline;
/zoom:1;
	margin-bottom:5px;
	padding-left:10px;
	margin-left:25px;
	background:url(../img/ico/ico_arw_brown.png) no-repeat left center;
}
body.event #main #compoundSearch dd input{
	margin-right:5px;
}

/* #main #compoundSearch : 絞りこみ検索 */

body.event #main #compoundSearch dl{
	background:url(../../midokoro/img/bg_waku_001.png) no-repeat left bottom;
}

/* .searchArea : 左ナビ「ジャンルで探す・エリアで探す」 */


body.midokoro .searchArea{
	width:170px;
	padding:10px;
	background:#F1ECE4 url(../../midokoro/img/index/bg_search.gif) no-repeat left bottom;
	float:right;
	margin-bottom:2em;
}
body.midokoro .searchArea h3{
	background:none !important;
	padding:0 !important;
	border:none !important;
	margin-bottom:10px !important;
}
body.midokoro .searchArea ul{
	width:170px !important;
	margin-bottom:1.5em;
}
body.midokoro .searchArea ul li{
	float:left !important;
	white-space:nowrap !important;
	background: url(../../midokoro/img/bg_slash.gif) no-repeat right center !important;
	padding:0 10px 0 0 !important;
	margin:0 10px 0 0 !important;
	line-height:1.5;
}
body.midokoro .searchArea p.calendar{
	margin:0 0 20px 0;
	padding:0;
}


/*==============================================================
　body.eventcalendar : イベントカレンダー
===============================================================*/

/* table.calendarTable : カレンダーのtable */
body.eventcalendar #main table.calendarTable thead tr th,
body.eventcalendar #main table.calendarTable thead tr td{
	text-align: center;
}
body.eventcalendar #main table.calendarTable thead tr th.saturday{
	background-color: #628c63;
}
body.eventcalendar #main table.calendarTable thead tr th.sunday{
	background-color: #cc6a6a;
}
body.eventcalendar #main table.calendarTable tbody tr td{
	
	padding-top: 5px;
	background: repeat-x url(../../midokoro/kankou/img/bg_calendar_weekday.gif) 0 -64px;
	line-height: 1.3;
	height: 100px;
	width: 80px;
	font-size: 12px;
}
body.eventcalendar #main table.calendarTable tbody tr td li{
	line-height:1.4;
	background:url(../img/ico/ico_arw_brown.png) no-repeat 0 0.4em;
	padding-left:8px;
}

body.eventcalendar #main table.calendarTable tbody tr td.saturday{
	background-image: url(../../midokoro/kankou/img/bg_calendar_saturday.gif);
	color: #3b5c3a;
}
body.eventcalendar #main table.calendarTable tbody tr td.sunday,
body.eventcalendar #main table.calendarTable tbody tr td.holiday{
	background-image: url(../../midokoro/kankou/img/bg_calendar_holiday.gif);
	color: #894d59;
}
body.eventcalendar #main table.calendarTable tbody tr td.blank{
	background-image: url(../../midokoro/kankou/img/bg_calendar_blank.gif) !important;
	color: #ccc !important;
}
body.eventcalendar #main table.calendarTable tbody tr td .date{
	font-size:20px;
	font-family:Trebuchet MS,sans-serif;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

body.eventcalendar #main table.calendarTable thead tr .saturday{
	background-color: #204621;
}

/* .navi : 次の月、前の月*/
body.eventcalendar #main .navi{
	position: relative;
}
body.eventcalendar #main .navi .prev,
body.eventcalendar #main .navi .next{
	position: absolute;
	top: 8px;
}
body.eventcalendar #main .navi .next{
	right: 15px;
}
body.eventcalendar #main .navi .prev{
	left: 25px;
}

body.eventcalendar #main .navi h2{
	text-align: center;
	padding-top: 15px;
}





/* #foo : 説明文
........................................*/

/* .foo : 説明文 */


/*--EOF-----------------------------------------------------------------------*/
