@charset "shift_jis";



body {
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fbfaf8 url(images/bg.gif);	/*壁色と壁紙画像設定*/
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 82%;
	line-height: 1.5;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
	margin-left: 50px;
}

img {
	border: none;
}

.color1 {
	color: #647d1e;
}

.mini {
	font-size: 90%;
	line-height: 1.6;
}

#main ul.listmark {
	padding: 0.5em 20px 0em 30px;
	list-style: disc;
}



/*全般のリンク設定
---------------------------------------------------------------------------*/
a {
	color: #999999;	/*リンク色*/
}

a:hover {
	color: #647d1e;	/*カーソルオーバー時の色*/
	text-decoration: none;	/*オーバー時に下線を消す設定。消したくないならこの１行を削除する。*/
}



/*コンテナー（HP全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	background: url(images/container_bg.gif) repeat-y;	/*HP枠*/
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	background: url(images/main_img.jpg) no-repeat;	/*お花のメイン画像を背景画像として設定*/
	width: 900px;
	height: 405px;
	position: relative;
	font-size: 16px;
}

/*ロゴ画像の配置位置設定*/
#header #logo {
	position: absolute;
	top: 25px;	/*ヘッダー画像に対して上から25pxの位置*/
	right: 0px;	/*ヘッダー画像に対して右から0pxの位置*/
}

/*h1タグ設定*/
#header h1 {
	font-size: 15px;	/*文字サイズ*/
	font-weight: normal;
	position: absolute;
	top: 20px;		/*ヘッダー画像に対して上から20pxの位置*/
	right: 10px;	/*ヘッダー画像に対して左から10pxの位置*/
	color: #333300;	/*文字色*/
}



/*メインメニュー（メイン画像上のメニュー）
---------------------------------------------------------------------------*/
ul#menu li{
	height: 60px;
	width: 145px;
}

/*メニュー画像の透明度設定*/
ul#menu li a img {
	filter: Alpha(opacity=70);
	opacity: 0.7;
}

/*メニュー画像の透明度設定（カーソルオーバー時）と位置を少しずらす設定*/
ul#menu li a:hover img {
	filter: Alpha(opacity=100);
	opacity: 1.0;
	position: relative;
	left: 1px;
	top: 1px;
}

/*メニュー１(menu1.gif)画像の位置設定*/
#menu1 {
	position: absolute;
	left: 2px;		/*ヘッダー画像に対して左から2pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー２(menu2.gif)画像の位置設定*/
#menu2 {
	position: absolute;
	left: 152px;	/*ヘッダー画像に対して左から152pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー３(menu3.gif)画像の位置設定*/
#menu3 {
	position: absolute;
	left: 302px;	/*ヘッダー画像に対して左から302pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー４(menu4.gif)画像の位置設定*/
#menu4 {
	position: absolute;
	left: 452px;	/*ヘッダー画像に対して左から452pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー５(menu5.gif)画像の位置設定*/
#menu5 {
	position: absolute;
	left: 602px;	/*ヘッダー画像に対して左から602pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー６(menu6.gif)画像の位置設定*/
#menu6 {
	position: absolute;
	left: 752px;	/*ヘッダー画像に対して左から752pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}




/*メインコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 600px;
	display: inline;
	margin-right: 10px;
	margin-top: 20px;
	padding-bottom: 100px;
	margin-left: 30px;
	float: left;
}

/*h2見出し設定*/
#main h2 {
	font-size: 130%;
	color: #FFFFFF;	/*背景画像設定*/
	line-height: 30px;
	height: 30px;
	padding-left: 20px;
	overflow: hidden;
	background-color: #660;
	margin-top: 10px;
	width: 500px;
}

#main p {
	line-height: 22px;
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 30px;
}




/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: right;
	width: 240px;
	display: inline;
	margin-top: 20px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #660;
}

/*h3見出し設定*/
#side h3 {
	border: 3px double #f5feda;	/*ボーダー設定。3pxの二重線を#f5fedaの色で入れる。*/
	text-align: center;			/*センタリング設定。左寄せがいいならこの１行を削除する。*/
	font-size: 100%;
	letter-spacing: 0.2em;		/*文字間隔を少しあける設定*/
	background: #739023 url(images/h3_bg.gif) no-repeat center top;	/*背景画像設定*/
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

#info {
	line-height: 20px;
	margin-left: 10px;
}

.name {
	font-size: 14px;
	font-weight: bold;
	color: #006;
	padding-top: 10px;
}
#banner {
	line-height: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu {
	margin-top: 5px;
	margin-bottom: 10px;
}

ul.sidemenu li {
	margin-bottom: 5px;
}

ul.sidemenu li a {
	border-bottom: 1px solid #999999;	/*メニュー下に#999999の直線を入れる設定。*/
	border-left: 5px solid #647d1e;		/*メニュー左に5px幅の直線を#647d1eで入れる設定。*/
	display: block;
	width: 290px;
	padding-left: 5px;
	text-decoration: none;
	color: #647D1E;
}

ul.sidemenu li a:hover {
	border-bottom: 1px solid #647d1e;	/*オーバー時の下線色。*/
	background: #fafafa;
}



/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;	/*What's Newボックスの背景色*/
	background: #f3f5e9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #97B83A;
	border-right-color: #97B83A;
	border-bottom-color: #97B83A;
	border-left-color: #97B83A;
}

#main dt {
	font-weight: bold;	/*日付を太字にする設定。*/
	color: #647d1e;		/*文字色*/
}

#main dd {
	border-bottom: 1px solid #cccccc;	/*説明文の下に1pxの直線(solid)を#ccccccの色で入れる。*/
}



/*テーブル
---------------------------------------------------------------------------*/
table {
	width: 585px;
	border-collapse:collapse;
	border: 1px solid #97B83A;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
	margin-top: 30px;
}

table td, table th{
	padding: 10px 5px;
	border: 1px solid #97B83A;
}

table th{
	width: 150px;
	text-align: center;
	background: #f0f5e1;
}

table .tamidashi{
	width: auto;
	text-align: center;
	background: #b6d365;
	color: #FFFFFF;
}



/*フッター（最下部コピーライト部分）
---------------------------------------------------------------------------*/
#footer {
	border-bottom: 1px solid #ababa9;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	width: 100%;
}
#container #main h3 {
	font-size: 16px;
	margin-left: 30px;
	line-height: 2.5;
}
.orange {
	font-size: 16px;
	color: #F60;
	text-align: center;
}
.table_green {
	background-color: #999933;
	width: 100px;
	color: #FFF;
}
.point {
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
	padding-left: 20px;
}
