html {
  scrollbar-3dlight-color: #99cc66;
  scrollbar-arrow-color: #99cc66;
  scrollbar-base-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #99cc66;
}

body {
  text-align: center;
  color: #4c7326;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  font-size: 12px;
}

#inbox {
  width: 770px;
  margin-right: auto;
  margin-top: 30px;
  margin-left: auto;
  border: 1px solid #99cc66;
}

a { text-decoration: none; color: #669933;}
a:active  { color: #a6d379; }
a:hover   { text-decoration: underline; color: #a6d379; }

/*--- タイトル部分 ---*/
#head {
  background-image : url(images/wall_green.gif);
  padding: 11px;
  text-align: left;
  font-weight: bold;
}

.title { margin-right: 15px; }

.title a,
.title a:link,
.title a:visited,
.title a:active,
.title a:hover {
  color: #4c7326;
  text-decoration: none;
}

h1 { font-size: 16px; margin: 0px; float: left; margin-left: 3px; }
h2 { font-size: 12px; margin: 0px; float: left; }

/*--- サイド部分 ---*/
#side {
  width: 164px;
  float: left;
  text-align: left;
  font-size: 10px;
  line-height: 150%;
  overflow: hidden;
}

.box0 {
  background-color: #e6f0dc;
  padding: 5px;
  margin: 0px 5px 10px 5px;
}

.box1 {
  border: 1px dotted #99cc66;
  padding: 3px;
}

.boxtitle {
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px;
}

.boxtext {
  padding-left: 3px;
  padding-right: 3px;
}

.boxtext ul li {
  padding: 0px 0px 0px 12px;
  margin: 0px 1px 0px 0px;
  list-style-type: none;
  background-image: url(images/point_green.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

.boxtext ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

/*--- 記事部分 ---*/
#main {
  width: 440px;
  float: left;
  text-align: left;
  line-height: 150%;
  overflow: hidden;
}

.dot0 {
  background-image: url(images/wall_green.gif);
  border: 1px solid #99cc66;
  padding: 7px;
  margin: 0px 7px 20px 7px;
}

.dot1 {
  border: 1px dotted #99cc66;
  padding: 7px;
}

.white {
  background-color: #ffffff;
  padding: 7px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.white a {
  font-weight: bold;
  color: #80c040;
}

.dot_ttl {
  font-weight: bold;
  margin-bottom: 7px;
}

.dot_ttl a,
.dot_ttl a:link,
.dot_ttl a:visited,
.dot_ttl a:active,
.dot_ttl a:hover {
  color: #4c7326;
  text-decoration: none;
}

.dot_info {
  font-size: 10px;
  text-align: right;
}

.dot_date {
  font-size: 10px;
}

.white ul li {
  padding: 0px 0px 0px 12px;
  margin: 0px 1px 0px 0px;
  list-style-type: none;
  background-image: url(images/point_green.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

.white ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

blockquote {
  border: 1px dotted #99cc66;
  background-color: #e6f0dc;
  padding: 5px;
  margin: 5px;
}

/*--- 上下ライン部分 ---*/
.line0 {
  background-color: #ccf0a8;
  padding: 3px;
}

.line1 {
  border-top: 1px solid #669933;
  border-bottom: 1px solid #669933;
  padding: 3px;
}

.line2 {
  background-image: url(images/wall_green.gif);
  height: 20px;
}

.copy {
  border-top: 1px solid #669933;
  border-bottom: 1px solid #669933;
  padding: 2px;
  font-size: 10px;
}

/*--- その他 ---*/

form {
  padding: 0px;
  margin: 0px;
}

input,textarea {
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  border: 1px solid #99cc66;
  font-size: 12px;
  background-color: #ffffff;
  color: #4c7326;
}

.top {
  border: 1px solid #99cc66;
  padding: 2px;
  background-color: #e6f0dc;
  width: 60px;
  font-size: 10px;
  margin-right: 7px;
  margin-bottom: 25px;
}

.blank {
  height: 30px;
}

.clock {
  font-size: 10px;
  border: none;
  text-align: center;
  color: #4c7326;
  background-color: #e6f0dc;
}

.page {
  font-size: 10px;
  margin: 10px 7px 0px 7px;
  height: 20px;
}

/*--- カレンダー ---*/
.calendar {
  font-size: 10px;
}

.cell       {
  width: 15px;
  height: 15px
}

.cell_today      {
  font-family: Verdana;
  font-weight: bold;
  background-color: #e6ffcc;
  width: 15px;
  height: 15px
}

.cell_sunday     {
  color: #c00;
  font-family: Verdana;
  width: 15px;
  height: 15px
}

.cell_saturday    {
  color: #0066cc;
  font-family: Verdana;
  width: 15px;
  height: 15px
}

.calendar a {
  text-decoration: underline;
}
