/* CSS Document */
div.season-main {margin:2em 0;}
div.season-main ul.season-main-nav{
	margin:0 -5px 0 0;
	overflow:hidden;
	/zoom:1;
}
div.season-main ul.season-main-nav li{
	float:left;
	margin:0 0 0 -1px;
}
div.season-main div.season-main-content{
	padding:20px 4px;
	clear:both;
}
div.season-main#vegetables div.season-main-content{background-color:#dbeece;}
div.season-main#fruits div.season-main-content{background-color:#f7e3d1;}
div.season-main#potato_mushroom div.season-main-content{background-color:#e7e0d0;}
div.season-main#seafoods div.season-main-content{background-color:#d1deeb;}

#content div.season-main-content img{ vertical-align:middle;}
.season-image{ padding:.6em 0;}

table.season-main-table{
	table-layout:fixed;
	width:100%;
	border:1px solid #fff;
	margin:.6em 0;
}
#content table.season-main-table th,
#content table.season-main-table td{
	padding:.6em 0;
	border:1px solid #fff;
}

#content table.season-main-table thead th{
	color:#fff;
	text-align:center;
}

div#vegetables table.season-main-table thead th{ background:#315a36;}
div#vegetables table.season-main-table thead th.first-child{background:#679f45;}

#content table.season-main-table tbody th{
	text-align:right;
	color:#fff;
	font-weight:bold;
	padding-right:5px;
	padding-left:5px;
}

#vegetables table.season-main-table tbody         th{background:#2a6f26;}
#vegetables table.season-main-table tbody tr.even th{background:#679f45;}

#content table.season-main-table tbody th a{
	background:no-repeat 100% 50%;
	padding-right:20px;
	display:block;
	color:#fff;
}
div#vegetables table.season-main-table tbody th a{
	background-image:url(../image_v2/ico_season_01_02.gif);
}

#content    table.season-main-table        td{background:#fff;}
#vegetables table.season-main-table tr.odd td{background:#dbeece}

#content table.season-main-table td a{
	text-align:center;
	color:#fff;
	font-weight:bold;
	display:block;
	background:50% 50% no-repeat;
	margin-right:-1px;
	position:relative;
	min-height:17px;
	_height:17px;
}
#vegetables table.season-main-table td a{background-image:url(../image_v2/bg_season_nav_01.gif);}
