*{
  margin:0;
  padding:0;
  }
body     {
  color: black;
  background-color:  #ffffff; 
  text-align: center;
}
a:link      { color: #003300; text-decoration: none }
a:visited   { color:#669900; text-decoration: none }
a:active   { color: #66CC00; text-decoration: none }
a:hover   {color:#942343; text-decoration: none;}

a.button:link,
a.button:visited,
a.button:active
                    {
 color: #003300;
 font-size: 9pt;
 text-decoration: none;
 padding: 3px 8px 3px 8px;
 border:1px solid #003300;
 margin:10px 0px 10px 0px; 
 background-color:white;
 float:right;
}
a.button:hover  {
 color: #942343;
 font-size: 9pt;
 text-decoration: none;
 padding: 3px 8px 3px 8px;
 border:1px solid #003300;
 margin:10px 0px 10px 0px; 
 background-color:white;
 float:right;
}

ol {
  padding-left: 24px;
  list-style-position: outside;
}
ul {
  padding-left: 20px;
  list-style-position: outside;
  list-style-image: url("images/li_mark1_maccha.gif");
  color: #003300;
}
li.subc {
  list-style: square url("images/li_mark2_maccha.gif");
}

form {
  margin: 0px;
  padding: 0px;
}
textarea {
  color:#003300;
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

input {
  color:#003300;
  font-size:10px;
  padding:0px 3px 1px 3px;
}

/* ------- ■全体用ボックス------- */
#inbox     {
  margin:0px auto 0px auto;
  width: 700px;
  text-align:center;
  background: transparent  url("images/tag2c_lBack.gif") top repeat-y;
}


/* ------- ■メインボックス------- */
#main_in     {
  width: 460px;
  text-align:left;
  background-color: transparent;
  float:right;
}
/* ------- ■ヘッダーボックス------- */
#bannerbox  {
  background-color: #003300;
  text-align:center;
  width:450px;
  height:100px;
  margin-right: 10px;
}

/* ------- ■フッターボックス------- */
#footerbox {
  color: #ffffff;
  font-size: 10px;
  line-height: 160%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align:center;
  background-color: #003300;
  width: 690px;
  margin-right: 10px;
  padding:3px 0px;
}

/* ------- ■エントリーボックス------- */
#entrybox  {
  background-color: transparent;
  width:410px;
  margin:0px 30px 0px 20px;
}

/* ------- ■メニューインボックス------- */
#right_menu_in     {
  width: 240px;
  background-color: transparent;
  margin-top:8px;
  float:left;
}

/* ------- ■menuボックス------- */
.menu    {
  width: 200px;
  background-color: transparent;
  margin:0px auto 0px auto;
}

/* ------- ■ナビゲーション------- */
.navi  {
  font-size:10px;
  width:450px;
  text-align:center;
  margin:10px 10px 10px 0px;
  background-color: transparent;
}

/* ------- ■サイトタイトル------- */
.site_title     {
font-size:18px;
  font-weight: bold;
  font-family: Verdana, "ヒラギノ角ゴ Pro W6", "ＭＳ ゴシック", Osaka‐等幅;
  padding-top: 25px;
  padding-bottom: 5px;
}
.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active  {
  color: #ffffff;
  text-decoration: none
}
.site_title a:hover  {
  color: #c1ab05;
  text-decoration: none
}
.description    {
  color: #ffffff;
  font-weight: nomal;
  font-size: 10px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
}

/* ------- ■リンクタイトル------- */
.linktitle   {
  color: #003300;
  background: transparent url("images/maccha_tag.jpg") top left no-repeat;
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  line-height: 180%;
  font-family:  "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  padding:0px 0px 0px 20px;
  margin-top:20px;
  height:30px;
}

/* ------- ■リンクテキスト------- */
.linktext   {
  color: black;
  text-align:left;
  font-size: 10px;
  line-height: 170%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
}

/* ------- ■エントリータイトル------- */
.entry_title     {
  color: black;
  font-weight: nomal;
  font-size: 14px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  padding: 5px 0px 5px 10px;
  background-color:#ffffff;
  border-right:1px solid #9a9a9a;
  border-bottom:1px solid #9a9a9a;
  border-left:15px solid #003300;
}
.entry_title a,
.entry_title a:link,
.entry_title a:visited,
.entry_title a:active {
  color: #003300;
  text-decoration: none
}
.entry_title a:hover  {
  color: #c1ab05;
  text-decoration: none
}

.entry_date {
  text-align: right;
  font-family: "Verdana";
  font-size: 11px;
  font-weight: nomal;
  color: #9a9a9a;
  padding-top: 3px;
}

.entry_author    {
  color: #9a9a9a;
  font-size: 10px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align: left;
  margin-left: 10px
}

.entry_body   {
  font-size: 12px;
  line-height: 180%;
  word-break:break-all;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin-top: 10px ;
}

.entry_more   {
  color: black;
  font-size: 12px;
  line-height: 180%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin-top: 10px;
}

.entry_state {
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-size: 10px;
  color: #7d887f;
  line-height: 150%;
  margin: 10px 0px 15px 0px;
}

blockquote {
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-size: 11px;
  color: black;
  margin: 20px 0px 20px 0px;
  padding:10px;
  border: 1px solid #666;
  background-color:#ffffff;
  }

#search  {
  color: #003300;
  font-size: 10px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
}

/* ------------- ■カレンダー---------------- */
.calendar      {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  margin: 0px;
  padding: 0px;
}
.calendar a,
.calendar a:link,
.calendar a:visited,
.calendar a:active,
.calendar a:hover  {
  color: green;
  text-decoration: none
}
.cell       {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  background-color: transparent;
  margin: 0px;
  width: 24px;
  height: 15px
}

.cell_today      {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  background-color: #ffffff;
  border: #003300 1px solid;
  margin: 0px;
  width: 24px;
  height: 15px
}

.cell_sunday     {
  color: #c00;
  font-size: 9px;
  font-family: Verdana;
  background-color: transparent;
  margin: 0px;
  width: 24px;
  height: 15px
}

.cell_saturday    {
  color: #4979D8;
  font-size: 9px;
  font-family: Verdana;
  background-color: transparent;
  margin: 0px;
  width:24px;
  height: 15px
}