/* 全体設定---------------------------------------------------------------------- */
body     {
  color: black;
  background-color: #d0e4ec;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

html  {
  scrollbar-3dlight-color:#d0e4ec;
  scrollbar-darkshadow-color:#d0e4ec;
  scrollbar-face-color:#d0e4ec;
  scrollbar-highlight-color:#88b6c9;
  scrollbar-shadow-color:#88b6c9;
  scrollbar-arrow-color:#88b6c9;
  scrollbar-track-color:#d0e4ec;
}

#inbox     {
  margin:0px auto 0px auto;
  width: 750px;
  text-align:left;
  background-color: white;
  padding: 0px 0px 0px 0px;
  border-left: 1px solid #88b6c9;
  border-right: 1px solid #88b6c9;
}

a:link      { color: #ca4d86; text-decoration: none }
a:visited   { color: #ca4d86; text-decoration: none }
a:active   { color: #ca4d86; text-decoration: none }
a:hover   {color: #428abd; text-decoration: underline; background-color: #c5e7eb}

IMG     {
  border : 1px solid white;
}

/* タイトル関連---------------------------------------------------------------------- */
#banner {
  background-color: transparent;
  width: 750px;
  height: 50px;
  padding: 0px 0px 5px 0px;
}
#banner_l  {
  background-color: transparent;
  float:left;
  width:750px;
  height: 10px;
  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: 18px;
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover  {
  color: #00aad6;
  text-decoration: none;
  background-color: white;
}

.description    {
  color: dimgray;
  font-size: 12px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 5px 0px 5px 40px
}

h1 {
  margin: 20px 0px 10px 20px;
}

/* メニュー関連------------------------------------------------------------------ */
#side {
  float:left;
  margin:0px 0px 0px 0px;
  width:175px;
  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: #97be1c;
  background-color: transparent;
  text-align: left;
  font-weight: bolder;
  font-size: 13px;
  line-height: 150%;
  font-family:  "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  margin: 10px 10px 0px 0px;
  padding: 3px 0px 3px 5px;
  border-bottom:1px dashed #b0d9cb;
}

.linktext   {
  color: dimgray;
  background-color: transparent;
  font-size: 12px;
  line-height: 170%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 0px 10px 20px 0px;
  padding: 5px 3px 5px 3px;
}




/* 記事関連---------------------------------------------------------------------- */
#main {
  float:left;
  width:570px;
  margin:0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  background-image: url("images/10_rain.gif");
}
.entry  {
  margin: 0px 0px 20px
}

.entry_admin {
  margin: 0px 0px 0px 10px;
}

.entry_date {
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  font-size: 13px;  font-weight: bolder;
  color: #97be1c;
  line-height: 150%;
  margin: 20px 70px 0px 20px;
  padding: 5px 0px 5px 30px;
  border-bottom:1px dashed #b0d9cb;
  background-image: url("images/10_date.gif");
  background-repeat : no-repeat;
}

.entry_date a:link,
.entry_date a:visited,
.entry_date a:active,
.entry_date a:hover     {
  color: #97be1c;
  text-decoration: none; background-color: white;
}

.entry_title     {
  color: #00aad6;
  font-weight: bold;
  font-size: 14px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 0px 80px 0px 20px;
  padding: 10px 0px 3px 15px;
}

.entry_body   {
  color: dimgray;
  font-size: 12px;
  line-height: 170%;
  word-break:break-all;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 0px 80px 0px 20px;
  padding: 10px 0px 15px 15px;
}

.entry_more   {
  color: black;
  font-size: 13px;
  line-height: 170%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 15px 80px 10px 20px
}

.entry_author    {
  color: #999999;
  font-size: 12px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align: right;
  padding: 3px 5px px 15px;
  margin: 0px 70px 0px 20px;
  clear: both;
}
.entry_state {
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-size: 12px;
  color: #999999;
  text-align: right;
  padding: 5px 5px 3px 15px;
  margin: 0px 70px 0px 20px;
  clear: both;
}

blockquote {
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-size: 12px;
  color: dimgray;
  margin: 20px 90px 20px 10px;
  padding: 7px;
  border: 3px solid #d0e4ec;
  }

.pict {
  float: right;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
}



/* ページエリア関連-------------------------------------------------------------- */
#pagearea  {
  background-color: transparent;
  width:750px;
  margin:50px 0px 0px 0px;
  text-align:center;
  clear: right;
}

.pagearea  {
  font-size: 12px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align:center;
  padding: 0px 0px 10px 0px;
}

/* フッター関連------------------------------------------------------------------ */
#footer {
  background-color: transparent;
  width: 750px;
  padding: 0px 0px 0px 0px;
}
.copyright  {
  color: #888;
  font-size: 12px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align:right;
}



/* カレンダー関連---------------------------------------------------------------- */
#calendar_line      {
  width: 750px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: center;
}



.calendar      {
  color: #1581c5;
  font-size: 11px;
  font-family: Verdana;
  margin: 0pt 0px 0pt 0px;
}

.calender_pn       {
  color: white;
  background-color: #1581c5;
  font-size: 11px;
  font-family: Verdana;
  width: 50px;
  height: 15px;
  text-align: center;
}

.calender_pnc       {
  color: white;
  background-color: #1581c5;
  font-size: 11px;
  font-family: Verdana;
  width: 120px;
  height: 15px;
  text-align: center;
}

.calender_center       {
  color: white;
  background-color: #1581c5;
  font-size: 12px;
  font-family: Verdana;
  width: 590px;
  height: 15px;
  text-align: center;
}

.cell       {
  color: #a9dbe0;
  font-size: 11px;
  font-family: Verdana;
  background: transparent no-repeat;
  padding : 2px;
}

.cell_sunday       {
  color: #a9dbe0;
  font-size: 11px;
  font-family: Verdana;
  background: transparent no-repeat;
  padding : 2px;
}

.cell_saturday       {
  color: #a9dbe0;
  font-size: 11px;
  font-family: Verdana;
  background: transparent no-repeat;
  padding : 2px;
}



.cell_today      {
  color: #f5d300;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bolder;
  margin: 0px;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #f5d300;
}

.cell a:link,
.cell a:visited,
.cell a:hover,
.cell_today a:link,
.cell_today  a:visited,
.cell_today a:hover,
.cell_sunday a:link,
.cell_sunday a:visited,
.cell_sunday a:hover,
.cell_saturday a:link,
.cell_saturday a:visited,
.cell_saturday a:hover,
.calender_pn a:link,
.calender_pn a:visited
{
 color: white;
 text-decoration: none;
 background-color: transparent;
}



/* 検索エリア---------------------------------------------------------------------- */
#search  {
  color: dimgray;
  font-size: 12px;
  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 #d0e4ec;
  font-size: 12px;
}

textarea {
  color: dimgray;
  background-color: transparent;
  font-family: Verdana, "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  border:1px solid #d0e4ec;
  font-size: 14px;
}

.sbm {
  background-color: #d0e4ec;
  color: slategray;
}