/* main styles */
div#container {
  position: relative;
  width: 760px;
  height: auto;
  min-height: 600px;
  margin: 50px;
  padding: 10 0 20px 0;
  color: #333333;
  background-color: #ffffff;
  text-align: left;
}

div#header {
  width: auto;
  height: 100px;
  overflow: hidden;
  background-color: transparent;
  background-image: url(../image/logo1.gif);
  background-repeat: no-repeat;
  background-position: 20px 20px;
}
	div#header h1, div#header p {
	  text-indent: -9999px;
	}
	div#header a {
	  display: block;
	  width: 250px;
	  height: 100px;
	}



ul#mainNavi {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 0;
}
	ul#mainNavi li {
	  display: inline;
	  float: left;
	  font-size: 10px;
	  text-transform: uppercase;
	}
	ul#mainNavi li#mHome {
	  margin-left: 20px;
	}
	ul#mainNavi a {
	  display:block;
	  width: auto;
	  height: auto;
	  background-color: #000000;
	  padding: 2px 15px;
	  border-right: 1px solid #ffffff;
	}
	ul#mainNavi a:link, ul#mainNavi a:visited {
	  color: #ffffff;
	}
	ul#mainNavi a:hover, ul#mainNavi a:active {
	  color: #ffcc00;
	}



div#siteBanner {
  clear: both;
  width: 760px;
  height: 160px;
  margin: 0 0 1em 0;
  color: #000000;
  background-color: transparent;
}
	#home div#siteBanner {
	  background-image: url(../image/banner1.jpg);
	  background-repeat: no-repeat;
	}
	#inside div#siteBanner {
	  background-image: url(../image/banner_plant.jpg);
	  background-repeat: no-repeat;
	}


div#subNavi h2, div#mainContents h2 {
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #c0c0c0;
  color: #000000;
  font-family: Times, "Times New Roman", Garamond, serif;
  font-size: 200%;
  font-weight: normal;
  text-transform: capitalize;
}
	div#subNavi {
	  display: inline;
	  float: left;
	  width: 130px;
	  height: auto;
	  margin: 0 0 0 20px;
	  padding: 0 20px 0 0;
	}
	div#subNavi h2 {
	  display: none;
	}
	div#subNavi li {
	  font-family: Times, "Times New Roman", Garamond, serif;
	  font-size: 95%;
	  font-weight: normal;
	  line-height: 150%;
	  text-transform: uppercase;
	}


div#mainContents {
  display: block;
  float: left;
  width: 480px;
  height: auto;
  min-height: 400px;
  margin: 0 0 1em 0;
}
	div#mainContents div#latest {
	  display: block;
	  width: auto;
	  height: auto;
	  margin: 0 0 2em 0;
	  border-bottom: 1px solid #c0c0c0;
	}
	div#mainContents div#recent {
	  display: block;
	  float: left;
	  width: 320px;
	  height: auto;
	  margin: 0 15px 0 0;
	  padding: 0 15px 0 0;
	  border-right: 1px solid #c0c0c0;
	}
	div#mainContents div#popular {
	  display: block;
	  float: left;
	  width: auto;
	  height: auto;
	  margin: 0;
	}
	div#mainContents div#recent h2, div#mainContents div#popular h2 {
	  color: #000000;
	  font-size: 150%;
	  border-bottom: none;
	}
	
	div#mainContents h3 {
	  margin-bottom: 5px;
	  color: #0099CC;
	  font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "MS UI Gothic",  "‚l‚r ‚oƒSƒVƒbƒN", Verdana, Myriad, Helvetica, "MS Trebuchet", Arial, sans-serif;
	  font-size: 120%;
	  font-weight: bold;
	  text-transform: capitalize;
	}
	div#mainContents div#recent h3 {
	  color: #003366;
	  font-size: 110%;
	  font-weight: bold;
	  text-transform: capitalize;
	}
	div#mainContents p {
	  line-height: 145%;
	}
	div#mainContents dt {
	  font-size: 100%;
	  font-weight: bold;
	}
	div#mainContents dd {
	  font-size: 95%;
	}
	

p.indexPhoto {
  float: left;
  margin: 0 1em 1em 0;
  width: auto;
  height: auto;
}
p.indexPhoto img {
  border: 1px solid #333333;
}
