/* 全体設定---------------------------------------------------------------------- */
body     {
  color: black;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#inbox     {
  margin:0px auto 0px auto;
  width:800px;
  text-align:left;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  border-left: 1px dashed slategray;
  border-right: 1px dashed slategray;
}

a:link      { color:#03D; text-decoration: none }
a:visited   { color:#009; text-decoration: none }
a:active   { color:#009; text-decoration: none }
a:hover   {color:#E11; text-decoration: underline}

/* タイトル関連---------------------------------------------------------------------- */
#banner {
  background-color: transparent;
  width:800px;
  height:120px;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px dashed slategray;
}
#banner_l  {
  background-color: transparent;
  float:left;
  width:790px;
  margin:0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.site_title     {
  font-family: "ＭＳ ゴシック", "Arial bold", Verdana, "ヒラギノ角ゴ Pro W3", Osaka‐等幅;
  margin: 10px 0px 5px 15px;
  font-size: 16px;
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover  {
  color: firebrick;
  text-decoration: none
}

.description    {
  color: dimgray;
  font-weight: bold;
  font-size: 12px;
  font-family: "ＭＳ ゴシック", Verdana, "ヒラギノ角ゴ Pro W3", Osaka‐等幅;
  margin: 10px 0px 20px 20px
}

h1 {
  margin: 20px 0px 10px 20px;
}

/* メニュー関連------------------------------------------------------------------ */
#side {
  float:left;
  margin:0px 0px 0px 0px;
  width:180px;
  background-color: transparent;
  padding: 0px 0px 20px 0px;

}

ul {
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 3px;
  list-style-type:none;
}

.linktitle   {
  color:#000;
  background-color: transparent;
  text-align: center;
  font-size: 12px;
  line-height: 150%;
  font-family:  "ＭＳ ゴシック", "Verdana", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 3px 5px;
  border-bottom:1px dashed slategray;
  border-right: 1px dashed slategray;
}

.linktext   {
  color:#333;
  background-color: transparent;
  font-size: 11px;
  line-height: 145%;
  font-family: "ＭＳ Ｐゴシック", "Verdana", "ヒラギノ角ゴ Pro W3", Osaka‐等幅;
  margin: 0px 0px 0px 0px;
  padding: 5px 3px 5px 3px;
  border-right: 1px dashed slategray;
  border-bottom: 1px dashed slategray;
}

ul2 {
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 3px;
  list-style-type:none;
}

.linktitle2   {
  color:#000;
  background-color: transparent;
  text-align: center;
  font-size: 12px;
  line-height: 150%;
  font-family:  "ＭＳ ゴシック", "Verdana", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 3px 5px;
  border-bottom:1px dashed slategray;
  border-right: 1px dashed slategray;
}

.linktext2   {
  color:#333;
  background-color: transparent;
  font-size: 10px;
  line-height: 120%;
  font-family: sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 5px 3px 5px 3px;
  border-right: 1px dashed slategray;
  border-bottom: 1px dashed slategray;
}

.linktext3   {
  color:#333;
  background-color: transparent;
  font-size: 10px;
  line-height: 135%;
  font-family: sans-serif;
  margin: 10px 0px;
  padding: 5px 3px 5px 3px;
  border-right: 1px dashed slategray;
  border-bottom: 1px dashed slategray;
}



/* 記事関連---------------------------------------------------------------------- */
#main {
  float:right;
  width:600px;
  margin:0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  background-color: transparent;
}
.entry  {
  margin: 0px 0px 20px
}

.entry_admin {
  margin: 0px 0px 0px 10px;
}

.entry_date {
  font-family: "ＭＳ Ｐゴシック", Verdana, "ヒラギノ角ゴ Pro W3", Osaka‐等幅;
  font-size: 15px;
  font-weight: bolder;
  color:#13A;
  line-height: 150%;
  margin: 0px 5px 0px 20px;
  padding: 3px 0px 3px 5px;
  border-bottom:1px dashed slategray;
  border-left: 1px dashed slategray;
}

.entry_title     {
  color:#03D;
  font-weight: bold;
  font-size: 12px;
  font-family: "ＭＳ Ｐゴシック", Verdana, "ヒラギノ角ゴ Pro W3", Osaka‐等幅;
  margin: 0px 0px 0px 20px;
  padding: 10px 0px 3px 15px;
  border-left: 1px dashed slategray;
}

.entry_body   {
  color:#000;
  font-size: 13px;
  line-height: 155%;
  word-break:break-all;
  font-family: "ＭＳ Ｐゴシック", Verdana, "ヒラギノ角ゴ Pro W3", Osaka‐等幅;
  margin: 0px 0px 0px 20px;
  padding: 5px 0px 15px 15px;
  border-left: 1px dashed slategray;
}

.entry_more   {
  color: black;
  font-size: 11px;
  line-height: 170%;
  font-family: "ＭＳ Ｐゴシック", Verdana, "ヒラギノ角ゴ Pro W3", Osaka‐等幅;
  margin: 15px 0px 10px 20px
}

.entry_author    {
  color: #333;
  font-size: 10px;
  font-family: "ＭＳ ゴシック", Verdana, "ヒラギノ角ゴ Pro W3", Osaka‐等幅;
  text-align: right;
  padding: 0px 5px 0px 10px;
  margin: 0px 0px 0px 20px;
  border-left: 1px dashed slategray;
  clear: both;
}
.entry_state {
  font-family: "ＭＳ ゴシック", Verdana, "ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
  font-size: 10px;
  color: #666;
  text-align: right;
  padding: 5px 5px 3px 15px;
  margin: 0px 0px 0px 20px;
  border-left: 1px dashed slategray;
  border-bottom: 1px dashed slategray;
}

blockquote {
  font-family: "ＭＳ Ｐゴシック", "Verdana", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
  font-size: 12px;
  color: #233434;
  margin: 5px 10px 5px 10px;
  padding: 6px;
  border: 1px solid #bababa;
  }

.pict {
  float: right;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
}

.kasen {
  font-family: "ＭＳ Ｐゴシック", Verdana, "ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
  font-size: 10px;
  color: #666;
  margin: 0px 0px 0px 20px;
  border-left: 1px dashed slategray;
  border-bottom: 1px dashed slategray;
}

/* ページエリア関連-------------------------------------------------------------- */
#pagearea  {
  background-color: transparent;
  width:600px;
  margin:50px 0px 0px 0px;
  text-align:center;
  clear: right;
}

.pagearea  {
  font-size: 10px;
  font-family: "ＭＳ ゴシック", Verdana, "ヒラギノ角ゴ Pro W3", Osaka‐等幅;
  text-align:center;
  padding: 0px 0px 10px 0px;
}

/* フッター関連------------------------------------------------------------------ */
#footer {
  background-color: transparent;
  width: 600px;
  padding: 0px 0px 0px 0px;
}
.copyright  {
  color: #888;
  font-size: 11px;
  font-family: "ＭＳ Ｐゴシック", Verdana, "ヒラギノ角ゴ Pro W3", Osaka‐等幅;
  text-align:right;
}


/* カレンダー関連---------------------------------------------------------------- */
.calendar      {
  float:center;
  color: dimgray;
  font-size: 9px;
  font-family: Verdana;
  margin: 0pt 0px 0pt 0px
}

.cell       {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  background: transparent no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_today      {
  background-color: #eee;
  font-size: 9px;
  font-weight: bold;
  font-family: Verdana;
  margin: 0px;
  width: 15px;
  height: 15px;
  border:#aaa 1px solid;
}

.cell_sunday     {
  color:#c00;
  font-size: 9px;
  font-family: Verdana;
  background: transparent no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_saturday    {
  color:#006;
  font-size: 9px;
  font-family: Verdana;
  background: transparent no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}


/* 検索エリア---------------------------------------------------------------------- */

#search  {
  color: 000000;
  font-size: 10px;
  font-family: "ＭＳ Ｐゴシック", Verdana, "ヒラギノ角ゴ Pro W3", Osaka‐等幅;
}


/*フォーム設定---------------------------------------------------------------------- */

form {
  margin: 0px;
  padding: 0px;
}

input {
  color: dimgray;
  background-color: transparent;
  font-family: "ＭＳ ゴシック", Verdana, "Osaka", Helvetica, Arial, sans-serif;
  border:1px solid slategray;
  font-size: 10px;
}

textarea {
  color: dimgray;
  background-color: transparent;
  font-family: "ＭＳ ゴシック", Verdana, "Osaka", Helvetica, Arial, sans-serif;
  border:1px solid slategray;
  font-size: 12px;
}

.sbm {
  background-color: transparent;
  color: slategray;
}