/* main styles */
div#container {
  position: relative;
  width: 760px;
  height: auto;
  min-height: 420px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  color: #333333;
  background-color: #ffffff;
  text-align: left;
}

div#header {
  width: auto;
  height: 110px;
  overflow: hidden;
  background-color: transparent;
  background-image: url(../image/logo_statcom.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: 110px;
}

ul#sitePolicy {
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 300px;
  height: auto;
  margin: 0 0 1em 0;
  text-align: right;
}
ul#sitePolicy li {
  display: block;
  float: right;
  font-size: 14px;
  text-transform: lowercase;
}
ul#sitePolicy a {
  display:block;
  width: auto;
  height: auto;
  padding: 0 10px;
  border-right: 1px solid #c0c0c0;
}
ul#sitePolicy li#sitemap a {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

ul#mainNavi {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 0;
}
ul#mainNavi li {
  display: inline;
  float: left;
  font-size: 15px;
  text-transform: uppercase;

}
ul#mainNavi a {
  display:block;
  width: auto;
  height: auto;
  background-color: #ffffff;
  padding: 5px 44px;
}
ul#mainNavi a:link, ul#mainNavi a:visited {
  color: #000000;
}
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/banner_tree.jpg);
  background-repeat: no-repeat;
}
#inside div#siteBanner {
  background-image: url(../image/banner_plant.jpg);
  background-repeat: no-repeat;
}
#service div#siteBanner {
  background-image: url(../image/banner_sea.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#topmainContents {
  display: block;
  float: left;
  width: 640px;
  height: auto;
  margin: 0 0 1em 4em;
}
div#topmainContents div#concept {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 2em 0;
  border-bottom: 1px solid #c0c0c0;
}
div#topmainContents 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#topmainContents div#popular {
  display: block;
  float: left;
  width: 280px;
  height: auto;
  margin: 0;
}
div#topmainContents div#concept h2 {
  color: #000000;
  font-size: 200%;
  border-bottom: 30px;
}
div#topmainContents div#recent h2, div#topmainContents div#popular h2 {
  color: #000000;
  font-size: 150%;
  border-bottom: 10px;
}

div#topmainContents h3 {
  margin-bottom: 7px;
  color: #0099CC;
  font-family: "ヒラギノ角ゴ Pro W3", Osaka, "MS UI Gothic",  "ＭＳ Ｐゴシック", Verdana, Myriad, Helvetica, "MS Trebuchet", Arial, sans-serif;
  font-size: 120%;
  font-weight: bold;
  text-transform: capitalize;
}
div#topmainContents div#recent h3 {
  color: #003366;
  font-size: 110%;
  font-weight: bold;
  text-transform: capitalize;
}
div#topmainContents p {
  line-height: 145%;
}
div#topmainContents dt {
  font-size: 100%;
  font-weight: bold;
}
div#topmainContents dd {
  font-size: 95%;
}

div#mainContents {
  display: block;
  float: left;
  width: 570px;
  height: auto;
  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: "ヒラギノ角ゴ Pro W3", Osaka, "MS UI Gothic",  "ＭＳ Ｐゴシック", 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;
}

