*{
  margin:0;
  padding:0;
  }
body     {
  color: black;
  text-align: center;
  background-color: #383838; 
}
a:link      { color: #bb5535; text-decoration: none }
a:visited   { color:#543f32; text-decoration: none }
a:active   { color: #98605e; text-decoration: none }
a:hover   { color:#ff4500; text-decoration: none;}

a.button:link,
a.button:visited,
a.button:active
                    {
 color: #383838;
 font-size: 9px;
 text-decoration: none;
 padding: 3px 8px 3px 8px;
 border:1px solid #383838;
 margin:10px 0px 10px 0px; 
 background-color:white;
 float:right;
}
a.button:hover  {
 color: red;
 font-size: 9px;
 text-decoration: none;
 padding: 3px 8px 3px 8px;
 border:1px solid #383838;
 margin:10px 0px 10px 0px; 
 background-color:white;
 float:right;
}

ol {
  color: #383838;
  list-style-position:inside;
}
ul {
  margin: 0px 0px 0px 0px;
  padding-left: 15px;
  list-style-position:outside;
  color: #383838;
}

/* ------- ■全体用ボックス------- */
#inbox     {
  margin:0px auto 0px auto;
  width: 890px;
  text-align:center;
  background-color: transparent;
}

/* ------- ■コピーライト用ボックス------- */
#copyrightbox {
  background-color: transparent;
  width: 890px;
  margin:2px 0px 6px 0px;
}

/* ------- ■左メニュートップ------- */
.top_a  {
  background: transparent url("images/dome3_1.gif") top no-repeat;
  width:200px;
  height:30px;
  }
  
/* ------- ■右メニュートップ------- */
.top_a2  {
  background: transparent url("images/dome3_7.gif") top no-repeat;
  width:200px;
  height:30px;
  }
  
/* ------- ■左メニューボトム------- */
.bottom_a  {
  background: transparent url("images/dome3_3.gif") top no-repeat;
  width:200px;
  height:10px;
  }
  
/* ------- ■メインカラムトップ------- */
.top_b  {
  background: transparent url("images/dome3_4.gif") top no-repeat;
  width:450px;
  height:20px;
  }
  
/* ------- ■メインカラムボトム------- */
.bottom_b  {
  background: transparent url("images/dome3_6.gif") top no-repeat;
  width:450px;
  height:12px;
  }
  
/* ------- ■メインボックス------- */
#mainbox     {
  width: 670px;
  background-color: transparent;
  margin-bottom:10px;
  float:left;
}

/* ------- ■レフトイン------- */
#left_in  {
  background: transparent;
  width:200px;
  float:left;
  margin-top:10px;
  }

 /* ------- ■レフトメニュー_インボックス------- */
#left_menu_inbox  {
  background: #fafad2 url("images/dome3_2.gif") repeat-y;
  width:200px;
  padding-top:10px;
  }
  
/* ------- ■レフトメニューボックス------- */
#left_menubox  {
  background-color: #fafad2;
  text-align:left;
  width:170px;
  margin:0px auto 0px auto;
  }
  
/* ------- ■センターボックス------- */
#centerbox  {
  background-color: transparent;
  width:450px;
  float:right;
  }
  
/* ------- ■タイトルボックス------- */
#bannerbox  {
  background: #fafad2 url("images/dome3_5.gif") repeat-y;
  width:450px;
  text-align:center;
  }
  
/* ------- ■ユーティリティボックス------- */
#utilitybox  {
  color: #543f32;
  font-size:10px;
  background: #fafad2 url("images/dome3_5.gif") repeat-y;
  text-align:center;
  width:450px;
  padding:5px 0px 5px 0px;
  }
  
 /* ------- ■次／前のページへ------- */
#nextback  {
  color:#543f32;
  width:450px;
  font-size:10px;
  text-align:center;
  background-color: transparent;
  padding-top:5px;
}

/* ------- ■エントリー_インボックス------- */
#entry_inbox  {
  background: #fafad2 url("images/dome3_5.gif") repeat-y;
  width:450px;
  }
  
/* ------- ■エントリーボックス------- */
#entrybox  {
  background-color: transparent;
  text-align:left;
  width:410px;
  margin:0px auto 0px auto;
  }

/* ------- ■ライトイン------- */
#right_in  {
  background: transparent;
  width:200px;
  float:right;
  margin-top:10px;
  }
  
/* ------- ■ライトメニューインボックス------- */
#right_menu_inbox    {
  width:200px;
  background: #fafad2 url("images/dome3_2.gif") repeat-y;
  padding-top:10px;
}

/* ------- ■ライトメニューボックス------- */
#right_menubox{
  background-color: transparent;
  text-align:left;
  width:170px;
  margin:0px auto 0px auto;
}
  
.site_title     {
  font-size:20px;
  font-weight: bold;
  font-family: "メイリオ",Verdana, "ヒラギノ角ゴ Pro W6", "ＭＳ ゴシック", Osaka‐等幅;
  padding: 0px 0px 5px 0pt
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active  {
  color: #383838;
  text-decoration: none
}
.site_title a:hover  {
  color: #ff4500;
  text-decoration: none
}
.description    {
  color: #594e52;
  font-weight: nomal;
  font-size: 10px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
}

.entry_title a,
.entry_title a:link,
.entry_title a:active {
  color: #bb5535;
  text-decoration: none;
}
.entry_title a:visited  {
  color: #24140e;
  text-decoration: none;
}
.entry_title a:hover  {
  color: #ff4500;
  text-decoration: none;
}

.linktitle   {
  color: #f8f4e6;
  background-color: #383838;
  padding-left: 5px;
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  line-height: 170%;
  font-family:  "メイリオ","Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  border-right: 1px #fff solid;
  border-bottom:1px #fff solid;
  border-left: 1px #808080 solid;
  border-top:1px #808080 solid;
}

.linktext   {
  color: black;
  font-size: 9px;
  line-height: 170%;
  font-family: "メイリオ",Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 5px 0px;
}

.entry_title     {
  color: #bb5535;
  font-weight: nomal;
  font-size: 13px;
  font-family: "メイリオ",Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  padding: 5px 0px 5px 0px;
  background-color: transparent;
  border-bottom:1px dashed #000000;
}

.entry_date {
  text-align: right;
  font-family: "メイリオ",Verdana;
  font-size: 11px;
  font-weight: nomal;
  color: #2f4f4f;
  padding: 3px 0px 0px 0px;
}
.entry_body   {
  font-size: 11px;
  line-height: 180%;
  word-break:break-all;
  font-family: "メイリオ",Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 10px 0px 0px 0px;
}

.entry_author    {
  color: #2f4f4f;
  font-size: 10px;
  font-family: "メイリオ","Verdana","ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align: left;
  margin: 0px 0px 0px 10px
}

.entry_more   {
  color: black;
  font-size: 11px;
  line-height: 180%;
  font-family: "メイリオ","Verdana","ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 10px 0px 0px 0px
}

.entry_state {
  font-family: "メイリオ","Verdana","ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-size: 10px;
  color: #2f4f4f;
  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 #696969;
  background-color: transparent;
  }
/* SEARCH---------------------------------------------------------------------- */
#search  {
  color: #000000;
  font-size: 10px;
  font-family: "メイリオ",Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
}

/* COPYRIGHT---------------------------------------------------------------------- */
.copyright  {
  color: #fafad2;
  font-size: 9px;
  font-family: "メイリオ",Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align:right;

}



/* CALENDAR---------------------------------------------------------------------- */
.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: transparent no-repeat;
  margin: 0px;
  width: 24px;
  height: 15px
}

.cell_today      {
  color: #000000;
  font-size: 9px;
  font-family: Verdana;
  background-color: #ffe4b5;
  margin: 0px;
  width: 24px;
  height: 15px
}

.cell_sunday     {
  color: #c00;
  font-size: 9px;
  font-family: Verdana;
  background: transparent no-repeat;
  margin: 0px;
  width: 24px;
  height: 15px
}

.cell_saturday    {
  color: #4979D8;
  font-size: 9px;
  font-family: Verdana;
  background: transparent no-repeat;
  margin: 0px;
  width:24px;
  height: 15px
}

/*フォーム設定---------------------------------------------------------------------- */
form {
  margin: 0px;
  padding: 0px;
}
textarea {
  color:#383838;
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  font-size: 11px;
  border:#383838 1px solid;
}

input {
  color:#383838;
  font-size:10px;

  padding:0px 3px 1px 3px;
  background-color:#ffffff;
}

/*移るんです---------------------------------------------------------------------- */

div.uturundesu {
  font-size:11px;
  padding:3px;
  margin:3px;
}
div.uturundesu a {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #ddd;
  text-decoration: none; 
  color: #aaa;
}
div.uturundesu a:hover, div.uturundesu a:active {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #a0a0a0;
}
div.uturundesu span.uturu_current {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #e0e0e0;
  font-weight: bold;
  background-color: #f0f0f0;
  color: #aaa;
}
div.uturundesu span.uturu_disabled {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #f3f3f3;
  color: #ccc;
}

.w0 { color: #ff0000; } /* 日曜日の色＝赤 */
.w6 { color: #0000ff; } /* 土曜日の色＝青 */

.searchword {
    background-color: #ffff00;
    color: #000000;
}
