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

body
{
	margin-top:10px;
}

h1
{
	font-size:13px;
	margin:0px 0px 30px 0px;
	color:#32654B;
}

h2
{
	font-size:12px;
	font-weight:normal;
}

.seeds_navi
{
	margin-bottom:10px;
}

.seeds_navi ul
{
	list-style:none;
	margin:0px;
	padding:10px 0px 0px 0px;
}

.seeds_navi li
{
	float:left;
	margin:0px;
}

#seeds1_navi_free a
{
	display:block;
	width:129px;
	height:28px;
	background:
		url(../images/seeds/seeds1.jpg)
		top;
}

#seeds1_navi_free a:hover
{
	display:block;
	width:129px;
	height:28px;
	background:
		url(../images/seeds/seeds1.jpg)
		bottom;
}

#seeds2_navi_free a
{
	display:block;
	width:129px;
	height:28px;
	background:
		url(../images/seeds/seeds2.jpg)
		top;
}

#seeds2_navi_free a:hover
{
	display:block;
	width:129px;
	height:28px;
	background:
		url(../images/seeds/seeds2.jpg)
		bottom;
}

#seeds3_navi_free a
{
	display:block;
	width:133px;
	height:28px;
	background:
		url(../images/seeds/seeds3.jpg)
		top;
}

#seeds3_navi_free a:hover
{
	display:block;
	width:133px;
	height:28px;
	background:
		url(../images/seeds/seeds3.jpg)
		bottom;
}

#seeds1_navi_on
{
	width:129px;
	height:28px;
	background:
		url(../images/seeds/seeds1.jpg)
		center;
}

#seeds2_navi_on
{
	width:129px;
	height:28px;
	background:
		url(../images/seeds/seeds2.jpg)
		center;
}

#seeds3_navi_on
{
	width:133px;
	height:28px;
	background:
		url(../images/seeds/seeds3.jpg)
		center;
}

.seeds_data
{
	border:1px solid black;
}

.seeds_right
{
	background:
		url(../images/seeds/shadow_right.gif)
		left
		repeat-y;
}

.seeds_bottom
{
	background:
		url(../images/seeds/shadow_bottom.gif)
		top
		repeat-x;
}

.seeds_data_table
{
	background:black;
}

.seeds_data_table th
{
	background:
		url(../images/seeds/column_back.gif)
		peru;
	color:white;
	text-align:left;
	border-right:5px solid saddlebrown;
}

.seeds_data_table td
{
	background:white;
}

.seeds_photo_table
{
	margin-right:10px;
}

.seeds_photo
{
	border:1px solid black;
}

.seeds_data_table_b
{
	background:black;
}

.seeds_data_table_b th
{
	background:
		url(../images/seeds/column_back.gif)
		peru;
	color:white;
	text-align:left;
	border-bottom:3px solid saddlebrown;
}

.seeds_data_table_b td
{
	background:white;
}

.detail_title
{
	margin-top:10px;
	border-bottom:1px dotted silver;
}
