html {
  scrollbar-3dlight-color: #9e8b75;
  scrollbar-arrow-color: #9e8b75;
  scrollbar-base-color: #cbb99c;
  scrollbar-darkshadow-color: #cbb99c;
  scrollbar-face-color: #cbb99c;
  scrollbar-highlight-color: #cbb99c;
  scrollbar-shadow-color: #9e8b75;
}

body {
  background-color:#cbb99c;
  font-size: 10px;
  text-align: center;
  color: #202020;
  font-family: Verdana, "ＭＳ ゴシック", Osaka ,"ヒラギノ角ゴ Pro W3";
  font-size: 10px;
}
a:link{ color:#000000; text-decoration: underline; }
a:visited{ color: #393939; text-decoration: none; }
a:active{ color: #696969; text-decoration: none; }
a:hover{ color:#9e8b75; text-decoration: underline; }
div.side_set a:hover{ 
        color:#9e8b75;
        background-color:transparent;
        text-decoration:none;
        background-image:url("/skin/images/bgline.gif");
        background-repeat:repeat-x;
        background-position:0% 100%;
        }
#inbox {
  width: 960px;
  margin-right: auto;
  margin-top: 10px;
  margin-left: auto;
  border: 1px solid #9e8b75;
  background:#9e8b75;
}
.hide {
  display: none;
}
/*--- タイトル ---*/
#head {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #9e8b75;
  margin: 10px 10px 0px 10px;
  background:#CBB99C;
}
.title { margin-right: 15px; }
h2 {
  font-size: 10px;
  border: 1px solid #9e8b75; 
  font-weight: bold;
  margin-bottom: 7px;
  padding: 4px 3px 4px 10px;
  margin: 3px;
}
h3 {
  font-size: 10px;
  border-top: 1px solid #9e8b75;
  border-right: 1px solid #9e8b75;
  border-bottom: 1px solid #9e8b75;
  border-left: 5px solid #9e8b75;
  font-weight: bold;
  margin-bottom: 7px;
  padding: 4px 3px 4px 10px;
  margin: 3px;
}

/*--- サイド ---*/
#left {
  width: 220px;
  float: left;
  text-align: left;
  font-size: 10px;
  line-height: 150%;
  overflow: hidden;
}

#right {
  width: 220px;
  float: left;
  text-align: left;
  font-size: 10px;
  line-height: 150%;
  overflow: hidden;
}

.side_set {
  border: 1px solid #9e8b75;
  padding: 3px;
  margin: 0px 10px 10px 10px;
  background-color:#CBB99C;
}

.sidetitle {
  font-size: 10px;
  border: 1px solid #9e8b75;
  text-align: center;
  font-weight: bold;
  padding: 2px;
  margin: 2px;
  background-color:#CBB99C;
}
.eventinfo {
  font-size: 9px;
  padding: 2px;
}
.sidetext {
  padding: 3px;
}
.sidetext ul {
    list-style: none;
    margin: 0px;
    margin-left: 0px;
    padding: 0px 0px 0px 2px;
}
.sidetext li {
    margin: 0px;
    padding: 0px 0px 0px 17px;
    background: url(/skin/images/20090625050249.gif) no-repeat 3px 0.4em;
    list-style: none;
}
.sidetool {
  padding: 3px;
}
.sidetool li {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  list-style-type: none;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px;
}
.sidetool ul {
  padding: 0px 0px 0px 17px;
  margin: 0px;
  list-style-type: none;
}
.categorytext {
  padding: 3px;
}
.categorytext ul {
    list-style: none;
    margin: 0px;
    margin-left: 0px;
    padding: 0px 0px 0px 2px;
}
.categorytext li {
    margin: 0px;
    padding: 0px 0px 0px 17px;
    background: url(/skin/images/folder.gif) no-repeat 3px 0.4em;
    list-style: none;
}

#example { white-space: nowrap; }

/*--- 記事 ---*/
#main {
  width: 518px;
  float: left;
  text-align: left;
  overflow: hidden;
}
.main_set {
  font-family : Verdana ,"ＭＳ ゴシック",Osaka ,"ヒラギノ角ゴ Pro W3", sans-serif ;
  border: 1px solid #9e8b75;
  padding: 3px;
  margin: 0px 0px 10px 0px;
  background-color:#CBB99C;
}
.maintitle {
  border: 1px solid #9e8b75;
  font-weight: bold;
  margin-bottom: 7px;
  padding: 4px 3px 4px 10px;
  margin: 3px;
}
.mainbody {
  font-size: 12px;
  line-height: 18px;
  line-height: 140%;
  font-family : Verdana ,"ＭＳ ゴシック",Osaka ,"ヒラギノ角ゴ Pro W3", sans-serif ;
  padding: 10px 3px 3px 10px;
}
.infobody {
  font-size: 12px;
  line-height: 18px;
  line-height: 120%;
  font-family : Verdana;
  padding: 10px 3px 3px 20px;
}
.stitle {
  text-align: left;
  border-bottom: 1px dashed #9e8b75;
  border-left: 5px solid #9e8b75;
  color: #000000;
  padding: 4px 5px 3px 3px;
  margin: 0 10px 0 0;
}
#alm_list {
  font-size: 12px;
  line-height: 160%;
  font-family: "Verdana", "ＭＳ ゴシック", Osaka;
  margin-left: 1.5em;
}
.mainbody ul li {
  padding: 0px 0px 0px 7px;
  margin: 0px 1px 0px 0px;
  list-style-type: circle;
}

.mainbody ul {
  padding: 0px 0px 0px 10px;
  margin: 0px;
}

.mainbody a {
  font-weight: normal;
}
.maininfo {
  font-size: 10px;
  text-align: right;
  margin: 3px 3px 10px 3px;
  padding: 3px;
}

.commentinfo {
  font-size: 10px;
  font-family : Verdana,"ＭＳ ゴシック", Osaka,"ヒラギノ角ゴ Pro W3", sans-serif ;
  border-bottom:1px solid #9e8b75;
  text-align: right;
  margin: 15px 0px 20px 0px;
  padding: 3px 3px 0px 3px;
}

.maindate {
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  padding: 3px 10px 0px 0px;
}
img.icon {
  vertical-align: bottom;
  border: none;
}
.search {
  vertical-align: bottom;
  border: none;
}
blockquote {
  font-family : Verdana , "ＭＳ ゴシック", Osaka ,"ヒラギノ角ゴ Pro W3";
  background-color: #B79B79;
  padding: 7px;
  margin: 3px;
}
#copy {
  border: 1px solid #9e8b75;
  padding: 10px;
  font-size: 10px;
  margin: 0px 10px 10px 10px;
  background:#CBB99C;
}
.pr {
  font-size: 10px;
  padding: 0px;
  margin: 0px;
}
.pr a:link { color:#000000; text-decoration: none; }
.pr a:visited { color: #696969; text-decoration: none; }
.pr a:active { color: #000000; text-decoration: none; }
.pr a:hover {color:#cbb99c; background-color:#9e8b75;}
.hide {
  display: none;
}
#pdm_arslct {
    color: #222222;
    background-color: #cbb99c;
    width:125px; 
}
#pdm_caslct {
    color: #222222;
    background-color: #cbb99c;
    width:125px; 
}

/*--- その他 ---*/
form {
  padding: 0px;
  margin: 0px;
}

input{
  font-family: Verdana, "ＭＳ ゴシック", Osaka;
  border: 1px solid #9e8b75;
  font-size: 12px;
  background-color: transparent;
  color: #202020;
}
textarea{
  width: 450px;
  height: 180px;
  font-family: Verdana, "ＭＳ ゴシック", Osaka;
  border: 1px solid #9e8b75;
  font-size: 12px;
  background-color: transparent;
  color: #202020;
}
.top {
  font-size: 10px;
  margin: 0px 0px 25px 0px;
  text-align: center;
}

.blank {
  height: 30px;
}

.page {
  font-size: 10px;
  font-weight: bold;
  margin: 10px 10px 0px 10px;
  height: 20px;
}
.pagelink {
  padding: 3px;
  margin: 3px;
  font-size:12px;
}
.pagelink a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #cbb99c;
  text-decoration: none; /* no underline */
  color: #cbb99c;
}
.pagelink a:hover,
.pagelink a:active {
  border: 1px solid #cbb99c;
  color: #303030;
}
.pagelink .pagelink_st {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #cbb99c;
  font-weight: bold;
  background-color: #cbb99c;
  color: #9e8b75;
}
.pagelink .pagelink_n {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #cbb99c;
  color: #cbb99c;
}
.button
  {
  color: #2f4f4f;
  font-size: 1em;
   border-right: 1px solid #9e8b75 ;
   border-bottom: 1px solid #9e8b75 ;
   padding : 1px 1px ;
   margin-bottom : 1px ;
  }
/*--- カレンダー ---*/
.calendar {
  font-size: 10px;
}

.cell       {
  width: 15px;
  height: 15px
}

.cell_today      {
  font-family: Verdana;
  font-weight: bold;
  border: 1px solid #9e8b75;
  width: 15px;
  height: 15px
}

.cell_sunday     {
  color: #000000;
  font-family: Verdana;
  width: 15px;
  height: 15px
}

.cell_saturday    {
  color: #191919;
  font-family: Verdana;
  width: 15px;
  height: 15px
}
.overflow {
    overflow: auto;
    height: 150px;
    }
.calendar a {
  text-decoration: underline;
}
.cmtquote {
    color:#000000;
    font-weight: bold;
}
/*--- lightbox ---*/

#lightbox{
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
  }

#lightbox a img{ border: none; }

#outerImageContainer{
  position: relative;
  background-color: #9e8b75;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  }

#imageContainer{
  padding: 10px;
  }

#loading{
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  }
#hoverNav{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
  width: 49%;
  height: 100%;
  background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
  display: block;
  }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #9e8b75;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%  
  }

#imageData{  padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold;  }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }      
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;  }  
    
#overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #393939;
  }