﻿@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center; /* ＩＥ用 */
	margin: 0 auto;
	padding: 0;
}
img {
	border: none;
}

/* -----------link--------------------------- */
a {
	color:#C95472;
	text-decoration:none;
}
a:visited {
	color:#C95472;
}
a:hover {
	color:#50B622;
}
a:active {
	color:#50B622;
}

/* ロゴ
---------------------------------------------*/
#header {
	background: #FFFFFF url(../images/head_bg.jpg) left top no-repeat;
	width: 800px;
	border-right: 1px solid #50B622;
	border-left: 1px solid #50B622;
	text-align: left;
}
.left_img {
	float: left;
	margin-right: 10px;
}

/* ナビゲーション
---------------------------------------------*/
#navigation {
	width: 100%;
	clear: both;
	background-color: #FDFDFD;
	background-image: url(../images/global_nav_bg.gif); /* オフマウス時の背景画像を指定 */
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	height: 32px;
	overflow: hidden;
	border-bottom: 2px solid #CCCCCC;
}
#navigation li {
	float: left;
	width: 114px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #CCCCCC;
}
#navigation a {
	display: block;
	width: 100%;
	padding: 6px 0 8px 0;
	color: #333333;
	background-color: #E9E9E9;
	background-image: url(../images/list_bg.gif); /* オフマウス時の背景画像を指定 */
	background-position: left top; /* オフマウス時の背景画像の開始位置を左上に指定 */
	text-decoration: none;
	text-align: center;
}
#navigation a:hover {
	color: #FFFFFF;
	background-color: #297E27; /* オンマウス時の背景色を指定 */
	background-position: right top; /* オンマウス時の背景画像の開始位置を右上に指定 */
}

/* メイン外枠
---------------------------------------------*/
#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 800px;
	background: #FFFFFF url(../images/leftside_bg.gif) left top repeat-y;
	text-align: left;
	border-right: 1px solid #50B622;
	border-left: 1px solid #50B622;
	border-bottom: 3px solid #50B622;
}


	/* 右サイド
	---------------------------------------------*/
	#content {
		float: left;
		width: 100%;
		margin-right: -150px;
	}
	#advertisement {
		float: right;
		width: 148px;
		text-align: left;
		padding: 15px 0;
	}
	/* 更新情報・ブログRSS
	---------------------------------------------*/
	#koushin{text-align:left;
	padding:5px 3px;}
	
	
	#koushin li{margin:3px 0px 3px 15px;
	padding:0px;
	list-style-type:circle;
	}
	
	/* 地産地消
	---------------------------------------------*/
	.chisan{text-align:center; margin:5 auto;}
	
	ol{
	padding:0;
	margin:0;
    }

	ol li{list-style-type: square;}
	
	/* 左サイドとメイン
	---------------------------------------------*/
	#primary {
		float: right;
		width: 100%;
		margin-left: -180px;
		padding: 15px 0;
	}
	#secondary {
		float: left;
		width: 180px;
	}
	
	/* メイン幅
	---------------------------------------------*/
	#primary * {
		margin: 0 153px 0 185px;
	}
	#primary * * {
		margin: 0;
	}

/* フッター
---------------------------------------------*/
#footer {
	clear: both;
	width: 800px;
	padding: 10px 0;
	text-align: center;
	border-top: 3px solid #50B622;
}

/* 記事本文
---------------------------------------------*/
#primary p {
	font-size: 115%;
	margin-top: 1em;
	margin-bottom: 1em;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}

/* リスト
---------------------------------------------*/

	/* メイン
	---------------------------------------------*/
	#primary .list,#secondary .list {
		margin-bottom: 20px;
	}
	#primary .list li,#secondary .list li {
		margin: 5px 0 0 15px;
		padding-left: 15px;
		background: url(../images/arrow.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}

	/* サイド
	---------------------------------------------*/
	#secondary .list {
		margin-bottom: 20px;
	}
	#secondary .list ul { /* ＩＥ用 */
	margin: 0;
	padding: 0;
}
	#secondary .list li {
		margin: 5px 0 0 15px;
		padding-left: 15px;
		background: url(../images/arrow.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}

/* オススメ商品
---------------------------------------------*/
.osusume {
	width: 180px;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 0;
}

.osusume p {
	clear: both;
}
	
	/* オススメコメント部分
	---------------------------------------------*/
	.r_right {
		float: right;
		width: 102px;
		font-weight: bold;
	}

	/* オススメ写真部分
	---------------------------------------------*/
	.r_left {
		float: left;
		width: 75px;
		text-align: center;
	}
	
/* 施設紹介
---------------------------------------------*/
.shisetsu{width:395px;
float:left;
text-align:center;}



	
/* カレンダー
---------------------------------------------*/
.cal{text-align:center;}

.cal p{text-align:center;}

iframe {
    margin:0px; padding:0px;
}

/* 見出し
---------------------------------------------*/
h2 {
	font-weight: normal;
}

h3 {
	font-size: 150%;
	font-weight: bold;
	color: #50B622;
	height: 40px;
	padding: 4px 0 0 50px;
	background: url(../images/top_h3.gif) no-repeat;
}

h4 {
	padding: 3px 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #50B622;
}

h5 {
	color:#50B622;
	background: #FFFFFF url(../images/h5.gif) no-repeat;
	text-align:center;
	padding: 8px 0 0 40px;
	height: 40px;
	clear: both;
	font-size: 115%;
	clear:both;
}

.sub {
	padding: 3px 10px;
	background-color: #F3F3F3;
	border-left: 5px solid #50B622;
	border-bottom: 1px solid #CCCCCC;
}

/* 右寄せ文字サイズ小
---------------------------------------------*/
.date {
	font-size: 100%;
	text-align: right;
	color: #666666;
}

/* 中央揃え
---------------------------------------------*/
.cen {
	text-align: center;
}

/* 左寄せ
---------------------------------------------*/
.left {
	text-align: left;
}

/* 回り込み解除
---------------------------------------------*/
.clears {
 	clear:both;
}

/* 文字装飾
---------------------------------------------*/
.font-cal {
    color:#ffd700;
}
