div#main h1{
	display		: block;
	width		: 619px;
	height		: 35px;
	margin		: 0 10px;
	padding		: 0;
	background	: url('../image/h1_plants.gif') no-repeat 0 0;
	text-indent	: -9999px;
}
div.plant_main{
	display		: block;
	width		: 600px;
	margin		: 0;
	padding		: 16px 0 0 0;
	background	: url('../image/line02.gif') repeat-x 0 0;
}
div.plant_main h2{
	display		: block;
	width		: 280px;
	margin		: 0 0 10px 0;
	padding		: 0;
	font-size	: 12pt;
	color		: #663300;
	float		: right;
}
h3.kanri,h3.point{
	display		: block;
	height		: 32px;
	line-height	: 32px;
	font-size	: 11pt;
	margin		: 0;
	padding		: 0 0 0 60px;
}
h3.kanri{	background	: url('../image/plants/water.gif') no-repeat 0 0; color	: #0099ff; }
h3.point{	background	: url('../image/plants/hare.gif') no-repeat 0 0; color : #ff3300; }
p.kp{
	display		: block;
	padding		: 0 10px 10px 50px;
	color		: #663300;
	font-size	: 9pt;
}

div.plant{
	float		: left;
	width		: 300px;
	padding		: 0 0 0 0;
}

div.plant_main p{
	display		: block;
	width		: 280px;
	float		: right;
}
div.other{
	display		: block;
	width		: 600px;
	margin		: 10px 0 0 0;
	padding		: 0;
	font-size	: 10pt;
	background	: #669900;
}
div.other h3{
	font-size	: 10pt;
	color		: #ffffff;
	margin		: 8px 4px;
	padding		: 0;
}

ul.plants{
	display		: block;
	width		: 592px;
	padding		: 0;
	border-top: solid 8px #EEEEEE; 
	border: solid 3px #EEEEEE;
	overflow:auto;
	margin-top: 2px;
}

div#main div.block600 h2.plantstype{
	/*border-left:20px solid #669999;
	border-right:20px solid #669999;
	padding:8px 0 8px 10px;
	background-color:#F9FFE0;
	margin-bottom: -11px*/
	display		: block;
	width		: 580px;
	height		: 30px;
	background	: url('../sekou_img/line01.gif') no-repeat 0 0;
	color		: #663300;
	font-size	: 11pt;
	line-height	: 18px;
	margin		: 18px 0 0 9px;
	padding		: 0;
}

ul.plants li{
	list-style-type	: none;
	display			: block;
	width			: 140px;
	height			: 150px;
	margin			: 0;
	padding			: 0;
	text-align		: center;
	float			: left;
	font-size		: 9pt;
}
ul.plants li.clr{ clear	: both; }
ul.plants li.selected{ border-color : #ffcccc; }
ul.plants li a{
	display			: block;
	width			: 140px;
	text-align		: center;
	margin			: 4px auto;
	line-height		: 1.2em;
}
ul.plants li a img{
	height			: 100px;
}
#main div.pt_list{
	border-bottom: double 5px #EEEEEE;
	width: 605px
}
div.p_search{
	width:592px;
	margin-top:2em;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
}
/*
ul.p_search:after {/*←全体を追加
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
 */

div.p_search a{
	width:auto;
	line-height:2em;
	text-align:center;
	overflow:hidden;
	padding: 3px;
	margin-top:1em;
}
div.p_search a{
	width			: auto;
	text-align		: center;
	margin			: 2px;
	border: solid 0.5px #EEEEEE;
	line-height		: 2em;
	cursor: pointer;  
	color: #8F996E;
	font-size:12px;
	padding: 3px;
}
div.p_search a:hover{
	color: #FF9900;
	background-color:#F9FFE0;
}
div.p_search span{
	float: right;
	color: #8F996E;
	font-size:13px;
}
div.p_search div{
	margin-top:1em;
	border-bottom: solid 2px #B3A99D;
	overflow:hidden;
}
div.p_search_1{
	width:100%;
	margin-top:2em
	font-size:12px;
}

div.p_search_1 a{
	width:auto;
	line-height:2em;
	text-align:center;
	overflow:hidden;
	padding: 3px;
	margin-top:1em;
}
div.p_search_1 a{
	width			: auto;
	text-align		: center;
	margin			: 2px;
	border: solid 0.5px #EEEEEE;
	line-height		: 2em;
	cursor: pointer;  
	color: #8F996E;
	font-size:12px;
	padding: 3px;
}
div.p_search_1 a:hover{
	color: #FF9900;
}
div.p_search_1 span{
	float: right;
	color: #8F996E;
	font-size:13px;
}
div.p_search_1 div{
	margin-top:1em;
	border-bottom: solid 2px #B3A99D;
	overflow:hidden;
}
div#main div.pt_list{
		margin-left:1em;

}
#page1, #page2, #page3, #page4, #page5, #page6, #page7 {
	overflow: hidden;
}

#tab {
	overflow: hidden;
	text-align:center;
}
#tab li {
	display: block;
	float: left;
	margin-right: 0.5em;
}
#tab li a {
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #777;
	text-align: center;
	text-decoration: none;
	font-size:15px;
	padding: 5px 10px 5px 10px;
	background-color: #FFFFFF;
}

#tab li a:hover,
#tab li.present a {
	text-decoration: underline;
	color: #333333;
	background-color: #EEE;
}


#tab li a#page_1 {
	border-top: 6px #006837 solid;
}
#tab li a#page_2 {
	border-top: 6px #009544 solid;
}
#tab li a#page_3 {
	border-top: 6px #38B648 solid;
}
#tab li a#page_4 {
	border-top: 6px #8CC63E solid;
}
#tab li a#page_5 {
	border-top: 6px #FEEE1F solid;
}
#tab li a#page_6 {
	border-top: 6px #FF823E solid;
}
#tab li a#page_7 {
	border-top: 6px #FA931D solid;
}





