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

/*----------------------
@@リセット\
------------------------*/

html {
	height: 100%;
	margin-bottom: 1px;
}

/*--------------------------------------------------------------------------------
@@Body?\
--------------------------------------------------------------------------------*/

body {
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 80%;
	line-height: 140%;
	min-width: 999px;
}

/*--------------------------------------------------------------------------------
@@}[W?pfB?
--------------------------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------------------------
@@eLXg??
--------------------------------------------------------------------------------*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

/*--------------------------------------------------------------------------------
@@N??
--------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	outline: none;
}

/*--------------------------------------------------------------------------------
@@Xg??
--------------------------------------------------------------------------------*/
ol,
ul {
	list-style: none outside;
}
dt {
	font-weight: bold;
}

/*--------------------------------------------------------------------------------
@@e[u??
--------------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
caption {
	text-align: left;
	font-weight: normal;
}
th {
	vertical-align: top;
	font-weight: bold;
	text-align: left;
}
td {
	
}

/*--------------------------------------------------------------------------------
@@C[W??
--------------------------------------------------------------------------------*/
img {

	border: 0;
}

/*--------------------------------------------------------------------------------
@@??
--------------------------------------------------------------------------------*/
fieldset,
img,
abbr,
acronym {

}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: baseline;
}
* html hr {/* for IE6 */
  margin: 0;
}
*:first-child+html hr {/* for IE7 */
  margin: 0;
}
/*---------------------------------
@@リセットここまで\
------------------------------------*/


/*----------------------*/
/* ----------@X^C@---------- */
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}

/* ----------@F@---------- */
.red {
	color: #CC0000;
}
.blue {
	color: #0033CC;
}
.gray {
	color: #666666;
}
.white {
	color: #FFFFFF;
}

/* ----------@@---------- */
.textL {
	text-align: left;
}
.textC {
	text-align: center;
}
.textR {
	text-align: right;
}

.text_line_100{
	line-height: normal;
}

/* ----------@TCY@---------- */
.fs10 {
	font-size: 10px;
}
.fs12 {
	font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
	font-weight: bold;
}
.fs18 {
	font-size: 18px;
}

/*--------------------------------------------------------------------------------
@@ubN?ANX
--------------------------------------------------------------------------------*/
.cBoth {
	clear: both;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.displayI {
	display: inline;
}
.displayB {
	display: block;
}
.displayN {
	display: none;
}



.pink_dot {
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #F99;
}


.waku_pink {
	padding: 3px;
	border: 1px solid #F03;
	margin-top: 5px;
	margin-bottom: 3px;
	background-color: #FFEEF1;
}


.waku_gray {
	border: 1px solid #666;
	padding: 10px;
}

.waku_bg_black {
	color: #FFF;
	background-color: #333;
	padding: 5px;
	border: 1px solid #000;
}
.waku_bg_blue {
	background-color: #DDE8FF;
	border: 1px solid #69F;
	padding: 2px;
}


.line100 {
	line-height: 100%;
}
.m_top5 {
	margin-top: 5px;
}
.m_bot5 {
	margin-bottom: 5px;
}
.m_left10{
	margin-left: 10px;
}
.m_right10 {
	margin-right: 10px;
}

.po_bottom {
	vertical-align: bottom;
	top: auto;
	bottom: 0px;
	clip: rect(auto,auto,0px,auto);
}



/*--------------------------------------------------------------------------------
@@ページ全体
--------------------------------------------------------------------------------*/
.base_container #container {
	width: 820px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #333;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.base_container #header {
	height: 80px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 0;
}
#header h1 {
	font-size: 13px;
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#header .head_right {
	float: right;
	width: 300px;
	height: 25px;
	text-align: right;
	margin-top: 18px;
	margin-bottom: 0px;
}


#top_menu table {
	background-image: url(../%E9%A3%9F%E8%82%B2/site/images/ue_menu_bg.gif);
	height: 29px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	width: 700px;
}
#top_menu {
	margin: 0px;
	padding: 0px;
	background-image: url(images/share/t_menu_bg.jpg);
	height: 38px;
	text-align: center;
}

.base_container #mainContent {
	background: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}


.base_container #footer {
	height: 55px;
	clear: both;
	background-image: url(images/share/p_bottom_line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
	padding: 0;
}
.base_container #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
#footer .copyright {
	font-size: 11px;
	float: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 100%;
}
#footer .navi {
	float: right;
	white-space: nowrap;
	text-align: right;
}

.index_right {
	float: right;
	width: 305px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.index_right .box306_gly {
	padding: 6px;
	margin-top: 10px;
	border: 1px solid #CCC;
	background-image: url(../%E9%A3%9F%E8%82%B2/site/images/gly_gradation_bg.jpg);
}
#pankuzu {
	margin-bottom: 10px;
}



#container .page_top {
	text-align: right;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#mainContent .page_navi {
	float: right;
	margin-top: 10px;
}

#top_menu ul {
	margin-left: 25px;
	margin-right: 25px;
}
#top_menu ul li {
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 20px;
}
#top_menu ul li a {
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(images/share/t_menu_point00.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}


#top_menu ul li a:link {
	color: #FFF;
}


#top_menu ul li a:visited {
	color: #F5F5F5;
}

#top_menu ul li a:hover {
	color: #FFF;
	background-image: url(images/share/t_menu_point01.jpg);
}

#top_menu ul li a:active {
	color: #66F;
}
/*--------------------------------------------------------------------------------
@@indexページ
--------------------------------------------------------------------------------*/

.index_lead {
	text-align: center;
	width: 600px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	font-size: 13px;
}



.index_contents {
	float: left;
	width: 370px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 26px;
}

.index_contents2 {
	float: right;
	width: 370px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
.index_contents .photo {
	padding: 0px;
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #999;
	float: left;
}
.index_contents .tex_box {
	background-color: #F0F0F0;
	float: right;
	height: 53px;
	width: 266px;
	background-image: url(images/index/index_mc_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	overflow: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
.index_contents .tex_box ul {
	margin-left: 3px;
	line-height: normal;
}
.index_contents .tex_box ul li {
	padding-left: 0px;
	list-style-type: square;
	margin-left: 20px;
}

.index_contents2 .photo {
	padding: 0px;
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #999;
	float: left;
}
.index_contents2 .tex_box {
	background-color: #F0F0F0;
	float: right;
	height: 53px;
	width: 266px;
	background-image: url(images/index/index_mc_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	overflow: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
.index_contents2 .tex_box ul {
	margin-left: 3px;
	line-height: normal;
}
.index_contents2 .tex_box ul li {
	padding-left: 0px;
	list-style-type: square;
	margin-left: 20px;
}
.index_contents2 .news_contents {
	background-image: url(images/index/index_news_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	height: 74px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F4E9E9;
	border-bottom-color: #F4E9E9;
	border-left-color: #F4E9E9;
	overflow: auto;
	padding-left: 5px;
	background-color: #FAE3E3;
}
.news_contents table tr td {
	line-height: 95%;
	text-align: left;
	vertical-align: top;
	padding-bottom: 2px;
	padding-left: 3px;
}
.index_banner {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.index_banner img {
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #999;
}


/*--------------------------------------------------------------------------------
@@コンテンツページ本文共通
--------------------------------------------------------------------------------*/

.honbun {
	float: left;
	width: 575px;
	line-height: 160%;
	background-image: url(images/01nature/c01_lmenu_ptitle.gif);
	background-repeat: no-repeat;
}
.honbun .author {
	float: right;
	margin-top: 22px;
}
.honbun .page_title {
	font-size: 16px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	margin-right: 10px;
}
.honbun .day {
	float: right;
	margin-top: 5px;
}
.honbun .report {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 130%;
}

.report h2 {
	font-size: 16px;
	font-weight: bold;
	color: #C03;
	margin-top: 20px;
	margin-bottom: 10px;
}
.txt_bg_green {
	text-align: center;
	background-color: #090;
	line-height: normal;
	padding: 3px;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.hyou01 {
	width: 100%;
}
.hyou01 tr td {
	padding: 3px;
	border: 1px solid #B6DBED;
}

.hyou01 tr th {
	padding: 3px;
	font-weight: normal;
	background-color: #F7FAFD;
	vertical-align: middle;
	border: 1px solid #B6DBED;
}


.hyou02 tr td {
	padding: 3px;
	border: 1px solid #9C6;
}

.hyou02 tr th {
	padding: 3px;
	font-weight: normal;
	background-color: #EBF5EB;
	vertical-align: middle;
	border: 1px solid #9C6;
	text-align: center;
}


.report_page_top {
	font-size: 12px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 560px;
	text-align: right;
}
.report ol {
	margin-left: 10px;
}
.report ol li {
	margin-left: 20px;
	list-style-type: decimal;
}
.report ol li ol li {
	list-style-type: lower-roman;
}

.report ul li {
	margin-left: 20px;
	list-style-type: disc;
}
.report h3 {
	padding: 3px;
	border: 1px solid #F03;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #FFEEF1;
}

.report .img_right{
	font-size: 10px;
	text-align: center;
	float: right;
	margin-left: 5px;
}

/*--------------------------------------------------------------------------------
@@食と自然
--------------------------------------------------------------------------------*/

.nature_lmenu {
	background-image: url(images/01nature/c01_lmenu_bg.gif);
	background-repeat: repeat;
	float: left;
	width: 193px;
	margin: 0px;
	padding: 0px;
}
.nature_lmenu ul {
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.nature_lmenu ul li {
	list-style-type: circle;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.honbun .lead01 {
	font-size: 16px;
	color: #C03;
	height: 100px;
	width: 460px;
	background-image: url(images/index/index_mp010.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: bottom;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------
@@食と楽しみ
--------------------------------------------------------------------------------*/

.enjoy_lmenu {
	background-image: url(images/02enjoy/c02_lmenu_bg.gif);
	background-repeat: repeat;
	float: left;
	width: 193px;
	margin: 0px;
	padding: 0px;
}
.enjoy_lmenu ul {
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.enjoy_lmenu ul li {
	list-style-type: circle;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.honbun .lead02 {
	font-size: 16px;
	color: #C03;
	height: 100px;
	width: 460px;
	background-image: url(images/index/index_mp020.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: bottom;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------
@@食と健康
--------------------------------------------------------------------------------*/

.health_lmenu {
	background-image: url(images/03health/c03_lmenu_bg.gif);
	background-repeat: repeat;
	float: left;
	width: 193px;
	margin: 0px;
	padding: 0px;
}
.health_lmenu ul {
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.health_lmenu ul li {
	list-style-type: circle;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.honbun .lead03 {
	font-size: 16px;
	color: #C03;
	height: 100px;
	width: 460px;
	background-image: url(images/index/index_mp030.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: bottom;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------
@@食と文化
--------------------------------------------------------------------------------*/

.culture_lmenu {
	background-image: url(images/04culture/c04_lmenu_bg.gif);
	background-repeat: repeat;
	float: left;
	width: 193px;
	margin: 0px;
	padding: 0px;
}
.culture_lmenu ul {
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.culture_lmenu ul li {
	list-style-type: circle;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.honbun .lead04 {
	font-size: 16px;
	color: #C03;
	height: 100px;
	width: 460px;
	background-image: url(images/index/index_mp040.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: bottom;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------
@@食と成長
--------------------------------------------------------------------------------*/

.grow_lmenu {
	background-image: url(images/05grow/c05_lmenu_bg.gif);
	background-repeat: repeat;
	float: left;
	width: 193px;
	margin: 0px;
	padding: 0px;
}
.grow_lmenu ul {
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.grow_lmenu ul li {
	list-style-type: circle;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.honbun .lead05 {
	font-size: 16px;
	color: #C03;
	height: 100px;
	width: 460px;
	background-image: url(images/index/index_mp050.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: bottom;
	font-weight: bold;
}


/*--------------------------------------------------------------------------------
@@食と季節
--------------------------------------------------------------------------------*/

.season_lmenu {
	background-image: url(images/06season/c06_lmenu_bg.gif);
	background-repeat: repeat;
	float: left;
	width: 193px;
	margin: 0px;
	padding: 0px;
}
.season_lmenu ul {
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.season_lmenu ul li {
	list-style-type: circle;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.honbun .lead06 {
	font-size: 16px;
	color: #C03;
	height: 100px;
	width: 460px;
	background-image: url(images/index/index_mp060.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: bottom;
	font-weight: bold;
}


/*--------------------------------------------------------------------------------
@@食と安全
--------------------------------------------------------------------------------*/

.safety_lmenu {
	background-image: url(images/07safety/c07_lmenu_bg.gif);
	background-repeat: repeat;
	float: left;
	width: 193px;
	margin: 0px;
	padding: 0px;
}
.safety_lmenu ul {
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.safety_lmenu ul li {
	list-style-type: circle;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}.honbun .day img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.honbun .lead07 {
	font-size: 16px;
	color: #C03;
	height: 100px;
	width: 460px;
	background-image: url(images/index/index_mp070.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: bottom;
	font-weight: bold;
}
.base_container h1 {
	width: 820px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#mainContent h2 {
	font-size: 15px;
	font-weight: bold;
	color: #693;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #693;
}
#mainContent h3 {
	font-size: 14px;
	color: #696;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696;
}
.list_small01 {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-type: circle;
}

