/* 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: 120px;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 20px 20px;
}

div#header h1 {
  font-size: 11px;
  font-weight:normal;
  margin-top: 10px;
  margin-left: 20px;
}

div#header p {
  margin-top: 10px;
  margin-left: 30px;
}

div#header a {
  display: block;
  width: 300px;
}

div#header a img{
  border:none;
  }


p#sitePol {
  display: block;
  position: absolute;
  top: 10px;
  right: 14px;
  width: 206px;
  height: 22px;
  margin: 0 0 1em 0;
  text-align: right;
}


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: 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(../img/main_image.png);
  background-repeat: no-repeat;
}
#inside div#siteBanner {
  background-image:url(../img/main_image.png);
  background-repeat: no-repeat;
}

div#global {
  clear: both;
  width: 760px;
  height: 30px;
  color: #000000;
  font-size: 90%;
  padding: 0 0 0 10px;
  margin-top: 10px;
  margin-left: 5px;
}

div#global strong {
  font-size: 90%;
}

div#mainContents h2 {
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #c0c0c0;
  color:#000000;
  font-size: 130%;
  font-weight: bold;
  background-image:url(../image/h2_bg2.gif);
  background-repeat: no-repeat;
  padding: 3px 0 2px 15px;
}

div#mainContents a img{
  border:none;
  }

div#subNavi {
  display: inline;
  float: left;
  width: 170px;
  height: auto;
  margin: 0 0 0 20px;
  padding: 0 20px 0 0;
  background-image:url(../image/sub_bg.gif);
}

div#subNavi h2 {
  background-image:url(../image/sub_title2.gif);  
  background-repeat: no-repeat;
  height: 25px;
  padding: 5px 0 0 10px;
  display: none;
  margin: 0 0 0 -4px;
}

div#subNavi ul {
  list-style-image:url(../image/list.gif);
}

div#subNavi li {
  font-family: Times, "Times New Roman", Garamond, serif;
  font-weight: normal;
  font-size: 95%;
  line-height: 200%;
  margin-left: 15px;
}

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#latest2 {
  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: 0.5em;
  border-bottom: 1px dotted #c0c0c0;
  color:#000000;
  font-size: 130%;
  font-weight: bold;
  text-transform: capitalize;
  background-image:url(../image/h3_bg.gif);
  background-repeat: no-repeat;
  padding: 3px 0 2px 15px;
}
div#mainContents div#recent h3 {
  color: #003366;
  font-size: 110%;
  font-weight: bold;
  text-transform: capitalize;
}
div#mainContents p {
  line-height: 150%;
  margin-left: 20px;
  margin-right: 20px;
}



div#mainContents dt {
  margin-left: 25px;
  font-size: 110%;
  font-weight: bold;
  color:#0000FF;
  line-height: 300%;
}

div#mainContents dd {
  font-size: 100%;
  margin-left: 40px;
  line-height: 200%;
}

div#mainContents ul {
  list-style-image:url(../image/main_list.gif);
}

div#mainContents li {
  font-size: 100%;
  font-weight: bold;
  line-height: 200%;
  margin-left: 20px;
}

p.indexPhoto {
  float: left;
  margin: 0 1em 1em 0;
  width: auto;
  height: auto;
}
p.indexPhoto img {
  border: 1px solid #333333;
}

.blue {
  color: #0000FF;
  font-weight: bold;
}

.orange {
  color:#FF9900;
  font-weight: bold;
}

.red {
  color: #FF0000;
  font-size: 90%;
}

/* table styles */

table {
   border-collapse: collapse;
}

thead {
  font-size: 150%;
  font-weight: bold;
}

td,th {
  border:none;
  border:solid 1px #666666;
}

caption {
  font-size: 130%;
  font-weight: bold;
  padding: 5px;
}

table.a {
   border: none;
   margin-left: 20px;
}

td.a ,th.a {
  border:none;
  vertical-align:top;
}

table.b {
   border: none;
   margin-left: 5px;
   height: 100px;
}

td.b {
  width: 70px;
  font-size: 130%;
  font-weight: bold;
  border:none;
  vertical-align: middle;
}


