﻿* {
  margin: 0;
  padding: 0;
}
HTML {
  scrollbar-3dlight-color:#d1bcbc;
  scrollbar-arrow-color:#d1bcbc;
  scrollbar-darkshadow-color:#d1bcbc;
  scrollbar-face-color:#fff;
  scrollbar-highlight-color:#ffefef;
  scrollbar-shadow-color:#ffefef;
  scrollbar-track-color:#ffefef;
}

BODY {
  color: #333;
  font-family : Verdana,"ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", trebuchet, arial, sans-serif;
  margin: 0px;
  padding: 0px;
}

BR{letter-spacing:normal;}

INPUT, TEXTAREA {
  font-family : Verdana,"ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", trebuchet, arial, sans-serif;
;
  border : 1px solid #00e300;
}

.btn {
  border : 1px solid green;
  background-color : lime;
  color:#fff;
}

form {
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 18px;
  margin: 0px;
}

H2 {
  font-size : 12px;
  margin: 0px;
}

blockquote {
  font-size: 12px;
  padding: 10px;
  margin: 0px 10px 0px 10px;
  border-top: 1px solid #B0E0E6;
  border-bottom: 1px solid #B0E0E6;
  border-right: 1px  solid #B0E0E6;
  border-left: 10px solid #B0E0E6;
}

.pict {
  float: center;
  border-width: 0px;
  border-style: solid;
  border:none;
  text-align : center;
}

a:link     {color: #D06969; text-decoration: none;}
a:visited   {color: #D06969; text-decoration: none;}
a:hover   {color: #fff; background-color:#e8cfcf; text-decoration: none;}

.sidebox {
  background-color : #c8ffc8;
  border-left : 10px solid #00e300;
}

.sideSpace {
  background-color : #97ff97;
  width : 50px;
  
}

.mainbox {
  background-color:#fff;
  border-right : 3px solid #97ff97;
  border-left : 2px dashed #97ff97;
}

.top_menu {
  text-align: right;
  font-family : Verdana,"ＭＳ Ｐゴシック";
  font-size: 10px;
  padding: 0px;
  margin : auto 10px 5px 10px;
}

.top_menu ul{
  text-decoration: none;
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; 
}

.top_menu li {
  float: right;
  text-decoration: none;
  list-style-type: none;
}

.top_menu li A {
  text-decoration: none;
}

.top_menu li A:hover {
  color:#fff;
  background-color:#e8cfcf;
  text-decoration: none;
}

.topic_date {
  color: #777;
  font-size: 8px;
  font-family : Verdana;
  font-weight: normal;
}

#banner {
  width: 450px;
  height: 100px;
  margin: 0px;
  padding: 0px;
  clear: both;
}

#banner_l {
  text-align: left;
  border-top : 2px dotted silver;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

.site_title {
  color : red;
  padding: 10px 30px 0px 30px;
}
.site_title A, .site_title A:LINK, .site_title A:VISITED, .site_title A:ACTIVE {color:#333;font-weight: normal;font-family : Verdana,"ＭＳ Ｐゴシック";}
.site_title A:HOVER {
  font-weight: normal;
  color: #fff;
  font-family : Verdana,"ＭＳ Ｐゴシック";
  background-color:#B0E0E6;
}

.description {
  font-weight: normal;
  color: #555;
  font-family : Verdana,"ＭＳ Ｐゴシック";
  margin: 10px 30px 10px 30px;
}

.main {
  OVERFLOW: hidden;
  background-color:#FFFFFF;
  width: 480px;
}

.entryBodyset {
  width: 430px;
  margin: 15px 10px 10px 10px;
  text-align: left;
  clear: both;
}

.entry_title {
  color : red;
  font-size : 14px;
  font-family : Verdana,"ＭＳ Ｐゴシック";
  font-weight: bold;
  
  border-bottom-style : solid;border-left-style : solid;border-bottom-color : silver;border-left-color : green;border-bottom-width : 1px;border-left-width : 5px;
  padding : 3px 5px 3px 5px;
}
.entry_title a, .entry_title a:link, .entry_title a:visited, .entry_title a:active {color:#333; text-decoration:none;}
.entry_title a:hover {background-color:#B0E0E6; color: #fff;}

.entry_date {
  color: #777;
  font-size: 9px;
  font-family : Verdana;
  font-weight: normal;
}

.entry_body   {
  font-size: 12px;
  line-height: 130%;
  font-family : Verdana,"ＭＳ Ｐゴシック";
  margin : 20px 10px 5px 20px;
}

.entry_body ul{
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}

.entry_CTTB {
  color: #444;
  font-size : 12px;
  font-family : Verdana,"ＭＳ Ｐゴシック";
  letter-spacing : 1px;
  padding: 3px 5px 3px 10px;
  border-left: 10px solid #e8cfcf;
}
.entry_CTTB a, .entry_CTTB a:link, .entry_CTTB a:visited, .entry_CTTB a:active {color:#777; text-decoration:none;}

.entry_state {
  font-size: 10px;
  color: #777;
  font-family : Verdana,Arial;
  text-align : right;
  border-top: 1px dashed #e8cfcf;
  border-bottom: 1px solid #e8cfcf;
  clear: both;
  padding: 3px;
  margin: 5px 0px 10px 0px;
}

.sideleft {
  OVERFLOW: hidden;
  width: 180px;
  padding : 0px 0px 0px 5px;
}

.linktitle {
  background-color:#fff;
  font-family : Verdana,"Comic Sans MS";
  font-size : 12px;
  font-weight : normal;
  color : green;
  text-align: left;
  padding : 3px 10px 3px 10px;
  margin : 5px 0px 10px 0px;
}

.linktext {
  font-size : 10px;
  color: #666;
  font-family : Verdana,"ＭＳ Ｐゴシック";
  line-height: 120%;
  text-align: left;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
}

.linktext2 {
  font-size : 9px;
  color: #666;
  font-family : Verdana,"ＭＳ Ｐゴシック";
  line-height: 120%;
  text-align: left;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 10px 0px;
}

.linktext ul{
  line-height: 130%;
  list-style-type: none;
  padding: 0px 0px 0px 2px;
  margin: 0px 0px 2px 0px; 
}

.linktext li {
  color: #e8cfcf;
  list-style-type: square;
  margin: 0px 0px 0px 15px;
  padding: 0px 0px 0px 0px;
}

.linktext li A {
  DISPLAY: block;
  width: 100%; 
}

.linktext li A:hover {
  DISPLAY: block; 
  color: #d1bcbc;
  background-color:#fff;
  width: 100%; 
}

.linktext ul A:hover {
  DISPLAY: block; 
  color: #d1bcbc;
  background-color:#fff;
  width: 100%; 
}

.linktext2 ul {
  color: #e8cfcf;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
}


.logo{
  margin : 10px 0px 15px 25px;
}

.pagemove {
  font-size : 11px;
  font-family : Verdana;
  margin : 0px 10px 10px 10px;
}

.pagetop {
  font-size: 11px;
  text-align: right;
  font-family: Verdana;
  padding: 0px 10px 20px 0px;
}

#searcharea  {
  font-size: 12px;
  padding: 0px 0px 0px 5px;
}

.search {
  color: #333;
  font-size : 12px;
  font-family : Verdana,"ＭＳ Ｐゴシック";
  margin: 0px 0px 0px 0px;
}


.calendar {
  font-family : Verdana;
  width: 100%; 
  font-size : 11px;
}

.calendar TABLE {
  margin : 0px 5px 0px 3px;}

.calendar TD {
  height : 15px; 
  text-align: center;
}

.calendar TR {
  HEIGHT: 17px
;}
.calendar TD A {
  DISPLAY: block; 
  background-color : white; 
  width: 100%; 
  height: 100%; 
  text-decoration: none;
  font-weight : bold;
}
.calendar TD A:hover {
  DISPLAY: block; 
  color: #fff; 
  background-color: #d1bcbc; 
  width: 100%; 
  height: 100%; 
  text-decoration: none;
}

.cell {
  border: 1px solid #fff;
  color : gray;
  width: 100%; 
}

.cell_today {
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  background-color : #ffff80;
}

.cell_sunday {
  border: 1px solid #fff;
  color: #c00;
}

.cell_saturday {
  border: 1px solid #fff;
  color: #5982b2;
}

.calendar_link {
  text-align: center;
  font-family : Verdana,"ＭＳ Ｐゴシック";
  width: 100%; 
  font-size: 12px;
}

.calendar_link A:hover {
  text-decoration: none;
}

#footer {
  color : gray;
  line-height: 130%;
  font-size : 10px;
  font-family : Verdana,"ＭＳ Ｐゴシック";
  text-align:right;
  padding : 5px 0px 5px 0px;
  margin : 20px;margin-bottom : 0px;margin-left : 0px;
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : silver;
}

