* 基本CSS--------------------------------------------------------------------- */
/* BODY　---------------------------------------------------------------------- */
body{
  background-color:;
  margin:0px;
  padding:10px 0px 10px 0px;
  text-align:center;
  *word-break:break-all;/*for IE of Windows*/
}

/*本体大枠設定(id)-------------------------------------------------------------- */

#inbox     {
  text-align:left;
  background-color:#ffffff;
  width:720px;
  margin:0px;
  padding: 0px;
  border:0px solid #ffe4b5;
  background-position:center10px;
  background-image: url(../skin/images/early_summer.png);
  background-repeat:no-repeat;
}

#banner {
  background-color:;
  background-image: url();
  background-repeat:;
  background-position:;
  height:;
  width:;
  margin:0px;
  padding:0px;
  border-bottom:4px solid #90ee90;
}
#banner_l  {
  background-color:;
  background-image: url(.);
  float:;
  width:;
  margin:0px;
  padding: 0px;
  border-top:0px solid #ffe4b5;
  border-bottom:0px solid #ffe4b5;
}
#searcharea  {
  background-color: transparent;
  float:;
  text-align:right;
  clear: right;
  width:;
  margin:5px;
  padding: 5px;
  border:5px solid #ffe4b5;
}
#pagearea  {
  background-color: transparent;
  float:;
  text-align:right;
  clear: right;
  width:;
  margin:5px;
  padding: 5px;
  border:5px solid #ffe4b5;
}
#side {
  float:;
  background-color:transparent;
  width:;
  margin:5px;
  padding: 2px;
 border-right: 0px solid ##b8860b;
}
#main {
  float:;
  background-color: transparent;
  width:;
  margin:5px;
  padding: 2px;
  border-left: 0px solid #b8860b;
}
#footer {
  background-color:transparent;
  text-align:center;
  width:;
  margin:5px;
  padding: 5px;
  border-top:4px solid #d3d3d3;
  border-bottom:0px solid #90ee90;
}
/*本体大枠設定ここまで---------------------------------------------------------- */

/*リンクテキストの設定---------------------------------------------------------- */
a:link      { color: #369; text-decoration: underline }
a:visited   { color: #336; text-decoration: none }
a:active   { color: #c00; text-decoration: underline }
a:hover   {color:#FFCC33; text-decoration: none;}

a.button:link {color: #82BE7D;
 font-size: 9pt;
 text-decoration: none;
 padding: 3px 3px 0px 3px;
 border-width: 1px;
 border-style: solid;
 border-color: #82BE7D;
 background-color: #FFFFFF;
}

a.button:visited {color: #82BE7D;
 font-size: 9pt;
 text-decoration: none;
 padding: 3px 3px 0px 3px;
 border-width: 1px;
 border-style: solid;
 border-color: #82BE7D;
 background-color: #FFFFFF;
}

a.button:active {color: #82BE7D;
 font-size: 9pt;
 text-decoration: none;
 padding: 3px 3px 0px 3px;
 border-width: 1px;
 border-style: solid;
 border-color: #82BE7D;
 background-color: #FFFFFF;
}

a.button:hover {color: #82BE7D;
 font-size: 9pt;
 text-decoration: none;
 padding: 3px 3px 0px 3px;
 border-width: 1px;
 border-style: solid;
 border-color: #82BE7D;
 background-color: #FFFFFF;
}

h1 {
  margin: 20px 0px 10px 20px;
}

ul {
  margin: 0px 0px 0px 15px;
        padding: 0px;
}
/*リンクテキストの設定ここまで------------------------------------------------- */

/*パーツの設定(class)---------------------------------------------------------- */
.site_title     {
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 5px 0px 5px 5pt
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover  {
  color: #f90;
  text-decoration: none
}

.description    {
  color: white;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 10px 0px 20px 20px
}

.entry  {
  margin: 0px 0px 0px;
  border:0px solid #ffe4b5;
  margin: 10px 10px 10px 10px
}

}

.newentry  {
  margin: 0px 0px 0px;
  border:2px solid #90F;
}


.entry_admin {
  margin: 0px 0px 0px 10px;
}

.entry_date {
  font-family: "Verdana";
  font-size: 14px;
  font-weight: bolder;
  color: #414D7B;
  margin: 10px 30px 10px 0px;
  border-top:1px solid #444444;
  border-left:10px solid #444444;
  padding: 0px 0px 3px 5px;
}

.entry_title     {
  color: black;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  padding: 0px 0px 0px 15px;
  text-align: center;
  border-top:0px solid #90ee90;
  border-bottom:0px solid #90ee90;
}

.entry_body   {
  font-size: 12px;
  line-height: 170%;
  word-break:break-all;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
   margin: 15px 30px 15px 20px
}

.newentry_body   {
  font-size: 12px;
  line-height: 170%;
  word-break:break-all;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
   margin: 0px 0px 0px 0px
}

.entry_author    {
  color: #999999;
  font-size: 10px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align: right;
  margin: 0px 30px 0px 0px
}

.entry_more   {
  color: black;
  font-size: 11px;
  line-height: 170%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 15px 30px 10px 20px
}

.entry_state {
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-size: 10px;
  color: #999999;
  margin: 20px 30px 25px 20px;
}

blockquote {
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-size: 11px;
  color: #333333;
  margin: 20px 10px 20px 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  }

.pict {
  float: right;
  border-width: 3px;
  border-style: solid;
  border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}


.linktitle   {
  color: #228b22;
  background-color:  transparent;
  text-align: center;
  font-weight: bolder;
  font-size: 12px;
  line-height: 170%;
  font-family:  "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  margin: 10px 0px 0px 3px
}

.linktitle_a  {
  color: white;
  font-weight: bolder;
  font-size: 12px;
  line-height: 170%;
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  margin: 15px 30px 15px 20px 
}
.linktext   {
  color: #369;
  background-color:  transparent;
  width:100px;
  background-image: url(images/tab_f.gif);
  font-size: 10px;
  line-height: 170%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}
/*パーツの設定ここまで--------------------------------------------------------- */

/* SEARCH---------------------------------------------------------------------- */
#search  {
  color: 000000;
  font-size: 10px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
}

/* FOOTER---------------------------------------------------------------------- */
.copyright  {
  color: #888;
  font-size: 11px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align:center;
}


/* CLOCK---------------------------------------------------------------------- */
.clock      {
  color: black;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  background-color: transparent;
  text-align: center;
  margin: 0px 0px 0px 2px;
  padding: 3px;
  border: 0px;
  width: 170px;
  height: 16px
}

/* CALENDAR---------------------------------------------------------------------- */
.calendar      {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  margin: 0pt 0px 0px 0px
}

.cell       {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  background: white no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_today      {
  color: olive;
  font-size: 9px;
  font-family: Verdana;
  background: #cfc no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_sunday     {
  color: #c00;
  font-size: 9px;
  font-family: Verdana;
  background: #f99 no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_saturday    {
  color: #000066;
  font-size: 9px;
  font-family: Verdana;
  background: #9cc no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

/*フォーム設定---------------------------------------------------------------------- */
form {
  margin: 0px;
  padding: 0px;
}
textarea {
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

