@charset "utf-8";

body{
	display: block;
	background: url('../image/background.jpg') top left repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, '新細明體';
}

#container {
	display: block;
	background: #ffffff;
	position: relative;
	margin: 20px auto 0;
	width: 800px;
	text-align: left;
}

#header {
	display: block;
	background: #ffffff;
	height: 252px;
	position: relative;
	background: #999999;
	background: url('../image/title-big.jpg') bottom center no-repeat;
}

#header h1 {
	display: block;
	width: 800px;
	height: 80px;
	background: url('../image/title4.jpg') 0 12px no-repeat;
	text-indent: -9999px;
	padding-top: 12px;
}

#header h2 {
	display: block;
	width: 790px;
	height: 12px;
	background: #6f8064;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 12px;
	margin-top: -92px;
}

#header h3 {
	text-indent: -9999px;
}

ul#header_menu {
	display: block;
	height: 20px;
	margin: 66px 0 0 10px;
	position: relative;
}


ul#header_menu a:hover {
	color:#D54000;
}

ul#header_menu li a {
	text-decoration: none;
	line-height: 20px;
	color: #214b35;
	position: absolute;
	display: block;
	top: 0px;
}

*:first-child+html ul#header_menu li a {
	top: 2px;
}/*--for ie7--*/

* html ul#header_menu li a {
	top: 2px;
}/*--for ie6--*/

ul#header_menu li.info a {
	left: 0;
}

ul#header_menu li.achievement a {
	left: 90px;
}

ul#header_menu li.service a {
	left: 180px;
}

ul#header_menu li.green a {
	left: 270px;
}

ul#header_menu li.maintainance a {
	left: 360px;
}

ul#header_menu li.transplant a {
	left: 450px;
}

ul#header_menu li.garden a {
	left: 540px;
}

ul#header_menu li.contact a {
	left: 630px;
}

ul#header_menu li.main a {
	right: 5px;
}

#side {
	display: block;
	width: 170px;
	position: relative;
	top: 0px;
	float: right;
	margin-top: 20px;
}

ul#side_menu {
	margin-left: 10px;
}

ul#side_menu li a {
	display: block;
	width: 160px;
	height: 100px;
	text-indent: -9999px;
	margin-bottom: 5px;
}

ul#side_menu li.garden a {
	background: url('../image/side-00.jpg') no-repeat;
}

ul#side_menu li.wall a {
	background: url('../image/side-01.jpg') no-repeat;
}

ul#side_menu li.ozone a {
	background: url('../image/side-02.jpg') no-repeat;
}

ul#side_menu li.ball a {
	background: url('../image/side-03.jpg') no-repeat;
}

ul#side_menu li.faq a {
	background: url('../image/side-04.jpg') no-repeat;
}
ul#side_menu li.bn01 a {
	background: url('../image/bn1.gif') no-repeat;
}


#main {
	position: relative;
	display: block;
	background:#ffffff;
	width: 630px;
	float: left;
/*	min-height: 600px;
*/	margin-top: 10px;
	height:auto
}

* html #main {
	min-height: 600px;
}/*--for ie6--*/

#main table {
	border-collapse: collapse;
	width: 600px;

}

#main table td, #main table th {
	border: #ffffff 1px solid;
	width: auto;
}

#main table th {
	background: #ffffff;
	color:#FF0000;
	text-align: left;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
}

#main table td {
	height: 14px;
	line-height: 14px;
	border: #ffffff 10px solid;
}

#main table td.name {
	vertical-align: middle;
}

#main dl dd ul {
	list-style: circle;
	padding-left: 22px;
}

ul#main_menu li a {
	display: block;
	width: 530px;
	height: 140px;
	text-indent: -9999px;
	margin-left: 20px;
}

ul#main_menu li.conference a {
	background: url('../image/conference.jpg') no-repeat;
}

#footer {
	display: block;
	background-color:#0c2100;
	width: 800px;
	margin-bottom: 100px;
	clear: both;
	height: 20px;
	line-height: 20px;
	color: #989898;
	text-align: center;
	font-size: 10px;
}

