/* 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: transparent;
  text-align: left;
}

div#header {
  width: auto;
  height: 90px;
  overflow: hidden;
  background-color: transparent;
  background-image: url(../image/dgphotoBG.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
div#header h1, div#header p {
  text-indent: -9999px;
}
div#header a {
  display: block;
  width: 230px;
  height: 85px;
}

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: inline;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #c0c0c0;
  font-size: 15px;
  text-transform: lowercase;
}
ul#sitePolicy li#sitemap {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

ul#mainNavi {
  display: block;
  position: absolute;
  top: 45px;
  right: 20px;
  margin-bottom: 0;
}
ul#mainNavi li {
  display: inline;
  float: left;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
ul#mainNavi a {
  display:block;
  width: auto;
  height: auto;
  padding: 3px 10px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
ul#mainNavi a:link, ul#mainNavi a:visited {
  color: #ffffff;
  background-color: transparent;
}
ul#mainNavi a:hover, ul#mainNavi a:active {
  color: #ffcc00;
  border-bottom: 1px solid #ffcc00;
}


/* ナビゲーションの色の固定 */
#home ul#mainNavi li#mHome a {
  color: #ffcc00;
  border-bottom: 1px solid #ffcc00;
}
#gallery ul#mainNavi li#mGallery a {
  color: #ffcc00;
  border-bottom: 1px solid #ffcc00;
}
#about_us ul#mainNavi li#mabout_us a {
  color: #ffcc00;
  border-bottom: 1px solid #ffcc00;
}
#bus ul#mainNavi li#mbus a {
  color: #ffcc00;
  border-bottom: 1px solid #ffcc00;
}

#pul ul#sitePolicy li#privacy a {
  color: #ffcc00;
  
}





div#siteBanner {
  width: 760px;
  height: 160px;
  margin: 0 0 5px 0;
  border-bottom: 1px dotted #666666;
  color: #ffffff;
  background-color: transparent;
  background-image: url(../image/banner_3.jpg);
  background-repeat: no-repeat;
}

div#mainContents {
  display: block;
  position: relative;
  width: auto;
  height: 420px;
  margin: 0 0 1em 0;
  background-color: #ffffff;
  overflow: hidden;
}
div#mainContents div#latest {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 320px;
  w\idth: 280px;
  height: 420px;
  padding: 20px;
  background-color: #000000;
overflow: auto;
}
div#mainContents div#recent {
  display: block;
  position: absolute;
  left: 320px;
  width: 220px;
  w\idth: 180px;
  height: 420px;
  padding: 20px;
  background-color: #1c1c1c;
}

/*
div#mainContents div#subNavi, div#mainContents div#popular {
  display: block;
  position: relative;
  left: 540px;
  width: 220px;
  w\idth: 180px;
  height: auto;
  padding: 20px;
  background-color: #cccccc;
}
*/

div#mainContents div#subNavi {
  display: block;
  position: absolute;
  left: 540px;
  width: 220px;
  w\idth: 180px;
  height: auto;
  padding: 20px;
  background-color: #cccccc;
}
div#mainContents div#popular {
  display: block;
  position: absolute;
  top: 150px;
  left: 540px;
  width: 220px;
  w\idth: 180px;
  height: auto;
  padding: 20px;
  background-color: #cccccc;
}

div#mainContents h2 {
  margin-bottom: 0.1em;
  border-bottom: 1px dotted #c0c0c0;
  color: #ffffff;
  font-family: Times, "Times New Roman", Garamond, serif;
  font-size: 150%;
  font-weight: normal;
  text-transform: capitalize;
}
div#mainContents div#subNavi h2, div#mainContents div#popular h2 {
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #000000;
  color: #000000;
  font-family: Times, "Times New Roman", Garamond, serif;
  font-size: 150%;
  font-weight: normal;
  text-transform: capitalize;
}
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 h4 {
  margin-bottom: 5px;
  color: #cccc00;
  font-family: "ヒラギノ角ゴ Pro W3", Osaka, "MS UI Gothic",  "ＭＳ Ｐゴシック", Verdana, Myriad, Helvetica, "MS Trebuchet", Arial, sans-serif;
  font-size: 120%;
  margin-right: 20px;
  margin-left: 20px;
  font-weight: bold;
  text-transform: capitalize;
}






div#mainContents p {
  color: #ffffff;
  line-height: 100%;
}








div#mainContents div#recent h3 {
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  text-transform: capitalize;
}
div#mainContents p {
  color: #f3f3f3;
  line-height: 145%;
}
div#mainContents dt {
  font-size: 100%;
  font-weight: bold;
}
div#mainContents dd {
  font-size: 95%;
}
div#mainContents div#recent p {
  color: #ffffff;
  line-height: 40%;
  font-size: 95%;
  text-align: center;
}

div#mainContents div#popular p {
  color: #333333;
  line-height: 40%;
  font-size: 11px;
   text-align: center;
}






div#mainContents dt {
  font-size: 100%;
  font-weight: bold;
}
div#mainContents dd {
  font-size: 95%;
}

div#mainContents div#latest li {
  color: #f3f3f3;
  font-size: 100%;
  font-weight: normal;
  line-height: 100%;
  margin-left: 5em;
  margin-right: 2em;
  margin-top: 8px;

}


ul#latest a{
  color: #ffffff;
}











div#mainContents div#subNavi li {
  font-family: Times, "Times New Roman", Garamond, serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 150%;
  text-transform: uppercase;
}

ul#subNavi a:link, ul#subNavi a:visited {
  color: #000000;
 
}
ul#subNavi a:hover, ul#subNavi a:active {
  color: #ffcc00;
  
}


div#mainContents div#subNavi a:link, div#mainContents div#subNavi a:visited {
  color: #000066;
}
div#mainContents div#subNavi a:hover, div#mainContents div#subNavi a:active {
  color: #ff6600;
}


/* ナビゲーションの色の固定 */
#home ul#subNavi li#mhyousyo a {
  color: #ffcc00;
}


div#mainContents div#latest a:link, div#mainContents div#latest a:visited {
  color: #ffffff;
}
div#mainContents div#latest a:hover, div#mainContents div#latest a:active {
  color: #ffcc00;
}

div#mainContents div#recent a:link, div#mainContents div#recent a:visited {
  color: #000000;
}
div#mainContents div#recent a:hover, div#mainContents div#recent a:active {
  color: #ffcc00;
}



div#mainContents div#popular a:link,div#mainContents div#popular a:visited{
  color: #000000;
}
div#mainContents div#popular a:hover,div#mainContents div#popular a:active {
  color: #ff3300;
}



p.cClear {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}
