@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	/*background-color: #006633;*/
}

h1#top {
	position: absolute; 
	text-align: left; 
	width: 780px; 
	margin-bottom: 0px; 
	color: #33a43a; 
	font-size: 75%; 
	top: 5px; 
	margin-right: 0px
}
#maprss {
	position: absolute; 
	text-align: right; 
	width: 780px; 
	color: #33a43a; 
	font-size: 75%; 
	margin-right: 0px
}
#maprss LI {
	LIST-STYLE-TYPE: none; 
	DISPLAY: inline
}
#logo {
	POSITION: relative; 
	WIDTH: 780px; 
	TOP: 30px
}
/*p, h2, h3, h4, h5, ul {
	margin: 0px;
	padding: 0px;
}*/

h6 {
	margin: 10px;
	padding: 10px;
}
	
li {
list-style:none;
}



#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 100%;
	background-color: #E3FFD9; /* 背景カラーを設定 */
	/* 背景イメージを削除 */
}

#navibar {
	width: 180px;
	float: left;
	padding-top: 30px; /* 余白を設定 */
}

#navibar li {
	margin-left: 21px; /* 左マージンを設定 */
	height: 40px; /* 高さを変更 */
	width: 158px; /* 横幅を変更 */
	background-image: url(images/top/bkButton_up.gif); /* 背景イメージを変更 */
	background-repeat: no-repeat; /* 背景イメージをリピートなしに設定 */
	background-position: right; /* 背景を右に設定 */
}

#navibar a {
	height: 40px; /* 高さを変更 */
	width: 158px; /* 幅を変更 */
	text-decoration: none;
	color: #FF6633; /* フォントカラーを変更 */
	font-weight: bold; /* フォントの太さを変更 */
	text-align: center; /* テキストを中央揃えに変更 */
	font-size: 12px;
	line-height: 30px; /* 行高を変更 */
	display: block;
}

#navibar a:hover {
	text-decoration: none;
	color: #000000; /* フォントカラーを変更 */
	font-weight: bold;
	background-image: url(images/top/bkButton_over.gif);/* 背景イメージを設定 */
	background-repeat: no-repeat; /* 背景イメージをリピートなしに設定 */
}

#navibar a:active { /* ナビゲーションボタンのアクティブ状態を設定 */
	text-decoration: none;
	color: #006600;
	font-weight: bold;
	background-image: url(images/top/bkButton_active.gif);
	background-repeat: no-repeat;
}

#maincontent {
	width: 576px; /* 横幅を変更 */
	float: right;
	padding-right: 24px; /* 右余白を変更 */
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	background-color: #E3FFD9; /* 背景カラーを設定 */
}

#maincontent_top { /* メインコンテンツのトップ部分を設定 */
	width: 576px;
	background-image: url(images/top/bkMaincontent_top.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

#maincontent_btm { /* メインコンテンツのボトム部分を設定 */
	width: 576px;
	background-image: url(images/top/bkMaincontent_btm.gif);
	background-repeat: no-repeat;
	height: 10px;
	clear: both;
	padding-bottom: 30px;
}


/* ここから下メインコンテンツの中身を設定 */
#topic01 {
	height: 175px;
	text-align: center;
	background-color: #FFFFFF;
}

#topic02 {
	height: 180px;
	padding-top: 20px;
	background-color: #FFFFFF;
}

#topic02 .topic_top {
	background-image: url(images/top/topic_news_top.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 528px;
	margin-right: auto;
	margin-left: auto;
}

#topic02 .topic_mid {
	background-image: url(images/top/topic_news_mid.gif);
	width: 508px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	padding-top: 10px;
	padding-left: 20px;
}

#topic02 .topic_btm {
	background-image: url(images/top/topic_news_btm.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 528px;
	margin-right: auto;
	margin-left: auto;
}

#topic02 p {
	font-size: 12px;
	color: #000000;
	margin-bottom: 15px;
}

.topic02_date {
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #CCFF00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCFF00;
	padding-right: 15px;
	padding-left: 7px;
}

.topic02_text {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCFF00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCFF00;
	padding-right: 15px;
	padding-left: 7px;
}

#topic03 {
	height: 100%;
	float: left;
	width: 254px;
	padding-left: 24px;
	padding-right: 20px;
	background-color: #FFFFFF;
}

#topic03 .topic_top {
	background-image: url(images/top/topic_now_top.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 254px;
	margin-right: auto;
	margin-left: auto;
}

#topic03 .topic_mid {
	background-image: url(images/top/topic_now_mid.gif);
	width: 254px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: 220px;
}

#topic03 .topic_btm {
	background-image: url(images/top/topic_now_btm.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 254px;
	margin-right: auto;
	margin-left: auto;
}

#topic04 {
	height: 100%;
	float: right;
	width: 254px;
	padding-right: 24px;
	background-color: #FFFFFF;
}

#topic04 .topic_top {
	background-image: url(images/top/topic_recipe.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 254px;
	margin-right: auto;
	margin-left: auto;
}

#topic04 .topic_mid {
	background-image: url(images/top/topic_now_mid.gif);
	width: 254px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: 220px;
	background-color: #FFFFFF;
}

#topic04 .topic_btm {
	background-image: url(images/top/topic_now_btm.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 254px;
	margin-right: auto;
	margin-left: auto;
}
/* メインコンテンツの中身ここまで */

#footer {
	clear: both;
	background-color: #FFFFCC; /* 背景カラーを変更 */
	height: 30px;
}

#footer h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600; /* フォントカラーを変更 */
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
}


/* ここから下コンテンツページに関する設定 */
#topic05 .topic_top {
	background-image: url(images/contents/content_top.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 543px;
	margin-right: auto;
	margin-left: auto;
}
#topic05 .topic_mid {
	background-image: url(images/contents/content_mid.gif);
	width: 543px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#topic05 .topic_btm {
	background-image: url(images/contents/content_btm.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 543px;
	margin-right: auto;
	margin-left: auto;
}
#topic05 .topic_mid .recipe {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #339966;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	height: 220px;
	padding-top: 15px;
	clear: both;
}
#topic05 .recipe .right {
	float: right;
	width: 350px;
}
#topic05 .recipe img {
	float: left;
}
.topic05_title {
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #CCFF00;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCFF00;
	width: 300px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
}

#topic05 .topic_mid .recipe table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCFF00;
	border-bottom-color: #CCFF00;
	margin-top: 15px;
	float: right;
}
/* ここまでコンテンツページに関する設定 */
#topic05 {
	background-color: #FFFFFF;
}
#shop {
	height: 240px;
	text-align: center;
	background-color: #FFFFFF;
}
/*flower page */
#flower_top {
	text-align: center;
}

#topic_flower .topic_top {
	background-image: url(images/contents/flower_top0.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 543px;
	margin-right: auto;
	margin-left: auto;
}
#topic_flower .topic_mid {
	background-image: url(images/contents/content_mid.gif);
	width: 543px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#topic_flower .topic_btm {
	background-image: url(images/contents/content_btm.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 543px;
	margin-right: auto;
	margin-left: auto;
}
#topic_flower .topic_mid .recipe {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #339966;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	height: 300px;
	padding-top: 15px;
	clear: both;
}
#topic_flower .recipe .right {
	float: right;
	width: 220px;
}
#topic_flower .recipe img {
	float: left;
}
.flower_title {
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #CCFF00;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCFF00;
	width: 450px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding-right: 0px;
}

#topic_flower .topic_mid .recipe table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCFF00;
	border-bottom-color: #CCFF00;
	margin-top: 5px;
	float: right;
}

#topic_flower {
	background-color: #FFFFFF;
}	