@charset   "UTF-8";
/* main styles */
DIV#container {
  position: relative;
  width : 760px;
  height: auto;
  min-height: 460px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  color: #333333;
  background-color : #330033;
  text-align: left;
}

DIV#header {
  width: auto;
  height : 90px;
  overflow: hidden;
  
  background-image : url(rogo.gif);
  background-repeat: no-repeat;
  background-position : 20px 10px;
}
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: 200px;
  height: auto;
  margin: 0 0 1em 0;
  text-align: right;
}
ul#sitePolicy li {
  display: block;
  float: right;
  font-size: 11px;
  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 : 13px;
  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 : 456px;
  margin: 0 0 1em 0;
  
  
}
#home DIV#siteBanner {
  background-image : url(top.jpg);
  background-repeat: no-repeat;
}
#inside DIV#siteBanner {
  background-image : url(top.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 : 180px;
  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 : 520px;
  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 : 370px;
  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 : blue;
  font-family : Osaka,"MS UI Gothic","ＭＳ Ｐゴシック",Verdana,Myriad,Helvetica,"MS Trebuchet",Arial,sans-serif,"Times New Roman";
  font-size : 110%;
  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;
}

