@charset "utf-8";

html, body, 
h1, h2, h3, h4, h5, h6,
p, div, blockquote, address,
ul, ol, li, dl, dt, dd,
table, th, td {
	font-family:
				"ヒラギノ角ゴ Pro W3",
				"Hiragino Kaku Gothic Pro W3",
				Osaka,
				"メイリオ",
				Meiryo,
				"ＭＳ Ｐゴシック",
				"MS P Gothic",
				sans-serif;
	color:#2c2c2c;
	margin: 0px;
	padding: 0px;
}

/* リストマーク非表示 */
ol, ul, li {
	list-style-type: none;
}

/* 画像の縦位置を下に */
img {
	vertical-align: bottom;
}

/* リンク画像のボーダーを非表示 */
a img  {
	border:none;
}

/* テーブルのボーダーを重ねて表示 */
table {
	border-collapse: collapse;
} 

/* floatを解除する clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
	position: relative;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


#photo_float_l{
         float: left;
         margin:10px 10px 10px 0px;}
		 
		 
		 
/*フォトレポート-------------------------------*/
#photoreport {
	background-color:#ffffff;
	margin-top:10px;
	}

#photoreport img{
	float:left;
	margin-bottom:10px;
	margin-right:20px;
	}

	
.item{list-style-type:none;}


#jyuuyou {
	width:98%;
	border-style:solid;
	border-width:1px;
	border-color:#F17077;
	background-color:#ffffff;
	background-image:url(img/jyuuyou_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	margin:0px 0px 10px 0px;/*上、右、下、左*/
	}
	
.jyuuyou_title {
   border-bottom: 1px solid #F17077;
   font-weight:600;
   padding:0px 0px 0px 15px;/*上、右、下、左*/}
	
#jyuuyou p {padding-left:15px;padding-right:15px;}


/*ライフイベント、バナー*/
.life img {margin:3px;}

/*バナー広告*/
#banner {
	width:98%;
	background-color:#EDF5FA;
	padding:5px;
	margin:20px 0px 10px 0px;/*上、右、下、左*/
	}
	
/*サイドバーボタン*/
.btn img {margin:2px;}

/* ページの基本設定 */
body {
	margin-top:0px;
	font-size: 95%;
	line-height:1.8;
	background-color:#ffffff;
}

/* ページレイアウト枠 */
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 730px;
	overflow:auto;
	overflow: hidden; 
	overflow: visible !important;
	background-color:#ffffff;
	margin-top:0px;
	margin-bottom:0px;
}

#wrapper a{color:#005FC2;}
#wrapper a:visited{color:#00009A;}

#header {	display: none;}
/*ヘッダー内スタイル-------------------------------*/
	#header-inner {display: none;}



	/*グローバルナビゲーション */
	#globalnavi{display: none;}

/*ボックス内スタイル-------------------------------*/
#box {
	width:98%;
	border-style:solid;
	border-width:1px;
	border-color:#005FC2;
	background-color:#ffffff;
	background-image:url(img/h2_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	margin:0px 0px 20px 0px;/*上、右、下、左*/
	}
	
.title {
   border-bottom: 1px solid #005FC2;
   font-weight:600;
   padding:0px 0px 0px 15px;/*上、右、下、左*/}
	
#box p {padding-left:15px;padding-right:15px;}

/*フッタースタイル-------------------------------*/

#footer {display: none;}
	
/*フッタースタイル-------------------------------*/

/*見出しスタイル-------------------------------*/
h1 {
	margin: 0px;
	padding: 0px;
	}
	
h2 {
	width:96%;
	background-image:url(img/h2_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;

	border-style:solid;
	border-width:1px;
	border-color:#005FC2;
	background-color:#ffffff;
	
	padding-left:15px;
	padding-top:3px;
	margin-bottom:15px;
	font-size:90%;}
	
h3 {
	background-image:url(img/h3_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#ffffff;
	
	padding-left:15px;
	padding-top:3px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:90%;}
	
/*カテゴリリスト*/
#List dt {
	font-size: 90%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #DFDFDF;
	padding:3px;
}
#List dd {
	font-size: 90%;
	background-color: #FFF;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #DFDFDF;
}
#List dl a {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 20px;
}


/*新しいウィンドウ*/
#List dl a.blank {
	background-image: url(img/blank.gif);
}

#List dl a.pdf {
	background-image: url(img/pdf.gif);
}

#List dl a:hover {
	background-color:#E6ECF9;
}
#List .news-even {
	background-color: #F6F6F6;
}


/*PDFファイル*/
.pdf {
	background-image: url(img/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 20px;
}

#wrapper-inner {
	width: 100%;
	margin:0;
	background-color:#ffffff;
	padding-bottom:40px;
	}

.pankuzu{
	width:97%;
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
	color:#777777;
	text-align:right;
	}

	
#container {
	padding:5px 50px;
	background-color:#ffffff;
	}
	

/*カテゴリトップイメージ-------------------------------*/
#topimg {
	height:100px;
	border-style:solid;
	border-width:1px;
	border-color:#D0D0D0;
	background-color:#ffffff;
	background-image:url(img/kurashi-titleimg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;/*上、右、下、左*/
	padding-left:20px;
	}
	
/*観光情報トップ写真*/	
#kankou_topimg {
	border-style:solid;
	border-width:1px;
	border-color:#D0D0D0;
	background-color:#ffffff;
	padding-left:15px;
	margin-bottom:20px;
	}
	
	#kankou_topimg .text_l{
	margin-top:5px;
	}
	
	#kankou_topimg .img_r{
	margin:5px;
	float:right;
	width:400px;
	}
	
/*問合せ----------------------------------------*/
#toiawase {
	width:98%;
	border-style:solid;
	border-width:1px;
	border-color:#005FC2;
	background-color:#ffffff;
	margin:30px 0px 0px 0px;/*上、右、下、左*/
	}

.toiawase{
	font-weight:600;
	color:#FFFFFF;
	background-image:url(img/toiawase_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#0F3FA7;
	padding:0px 0px 0px 5px;/*上、右、下、左*/
	}
#toiawase p {padding-left:15px;padding-right:15px;}
	
/*サイドバースタイル-------------------------------*/	

	/*サイドバー */
	#sidebar {display: none;}
   	
	
/*サイドバースタイル-------------------------------*/

/*メイン-------------------------------*/
	#main {
	margin:0px 10px 20px 10px;/*上、右、下、左*/
	padding:10px 15px;
	}




/*２列リスト-------------------------------*/

ul #category {width: 99%;}

ul#category li{
	width: 41%;
	margin-left:10px;
	padding:10px 10px 10px 32px;
	list-style-type: none;
	float: left;
	display: block;
	
	background-image: url(img/category_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;	

	
	border-bottom: 1px solid #B9D3EE;

}

ul #kankou {width: 98%;}
dl#kankou dt{
    display: table; 
	width: 41%;
	height:85px;
	margin-left:10px;
	margin-bottom:10px;
	padding:10px 10px 10px 32px;
	list-style-type: none;
	float: left;
	
	vertical-align: middle;
	line-height: 85px; 
	
	background-color:#F2F5FC;
	background-image: url(img/category_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 40px;	

	
	border-bottom: 1px solid #E6ECF9;
	border-right: 1px solid #E6ECF9;
	vertical-align: middle;
	
}

dl#kankou dt img {  
	 width:75px;
 	 height:75px;
     padding: 2px; 
	 margin:2px; 
     border: 1px solid #EEE;  
	 background-color:#ffffff;
	 float:left;
}  


/*イベントカレンダtable-------------------------------*/

#schedule {
	width:98%;
	border:1px solid #D0D0D0;
	background-color:#ffffff;	
	margin-bottom:30px;
	vertical-align : top;
	}

#schedule th{
	border:1px solid #D0D0D0;
	background-image:url(img/h2_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	padding:3px;vertical-align : top;
	}
	
	
#schedule td{
	border:1px solid #D0D0D0;
	background-color:#ffffff;
	padding:8px;
	vertical-align : top;
	height:100px;
	}
	
th.sun{
	color:#CC0000;
	}	
	
th.sat{
	color:#000099;
	}	
	
ul #sche {width: 98%;}

#schedule li{
	list-style-type: none;	
	background-image: url(img/sche_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding:0px 0px 0px 20px;/*上、右、下、左*/

}
/*イベントカレンダtable-------------------------------*/
