body {
  text-align: center;
  color: #000033;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  font-size: 12px;
}

#inbox {
  width: 750px;
  margin-right: auto;
  margin-top: 20px;
  margin-left: auto;
  border: 1px solid #87afc5;
}

a { text-decoration: none; color: #1010BB;}
a:active  { color: #FF0000; }
a:hover   { color: #FF1111; }

/*--- タイトル部分 ---*/
#head {
  padding: 20px;
  text-align: left;
  height: 90px;
}

.title { margin-left: 0px; }

h1 { font-size: 24px; margin: 0px; }
h2 { font-size: 14px; font-weight: normal; margin: 10px 0px 0px 0px ; }
h3 { font-size: 11px; font-weight: normal; margin: 10px 0px 10px 0px ; }

/*--- サイド部分 ---*/
#side {
  width: 200px;
  float: left;
  line-height: 150%;
  overflow: hidden;
}

.side_set {
  width: 195px;
  text-align: left;
  padding: 3px;
  margin: 0px 5px 10px 5px;
}

.sidetitle {
  border: 1px solid #87afc5;
  text-align: center;
  font-weight: bold;
  height: 20px;
}

.sidetext {
  padding: 5px 10px 5px 10px;
}

.sidetext ul li {
  padding: 0px;
  margin: 0px 0px 0px 5px;
  list-style-type: square;
}

.sidetext ul {
  padding: 0px;
  margin: 0px;
}

/*--- 記事部分 ---*/
#main {
  width: 530px;
  float: left;
  line-height: 150%;
  overflow: hidden;
}

.main_set {
  width: 500px;
  margin: 0px 0px 10px 10px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align: left;
  border: 1px solid #87afc5;
}

.maintitle {
  color: #C83000;
  margin-bottom; 3px;
  height: 30px;
  padding: 5px 0px 0px 15px;
  border-bottom: 1px solid #87afc5;
}

.maindate {
  font-size: 10px;
  text-align: right;
  margin-right: 20px;
}

.mainbody {
  padding: 20px;
}

.maininfo {
  font-size: 10px;
  text-align: right;
  padding-right: 20px;
  height: 20px;
  border-top: 1px solid #87afc5;
}

.maininfo2 {
  font-size: 10px;
  text-align: right;
  padding-right: 20px;
  height: 20px;
  border-top: 1px dashed #87afc5;
  border-bottom: 1px solid #87afc5;
}

.mainbody ul li {
  padding: 0px 0px 0px 7px;
  margin: 0px 1px 0px 0px;
  list-style-type: square;
}

.mainbody ul {
  padding: 0px 0px 0px 10px;
  margin: 0px;
}

.mainbody a {
  font-weight: bold;;
}

blockquote {
  border: 1px dashed #87afc5;
  color: #444444;
  padding: 10px;
  margin: 5px;
}

/*--- その他 ---*/
form {
  padding: 0px;
  margin: 0px;
}

input,textarea {
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  border: 1px solid #87afc5;
  font-size: 12px;
  background-color: #ffffff;
  color: #336666;
}

.blank {
  height: 10px;
}

.page {
  margin: 2px 10px 1px 10px;
  height: 10px;
}

#copy {
  background-image: url(images/bottom.jpg);
  background-repeat: repeat-x;
  height: 20px;
  padding: 2px;
  font-size: 10px;
  margin-top: 15px;
}


/*--- カレンダー ---*/
.calendar {
  font-size: 12px;
}

.cell       {
  width: 20px;
  height: 20px;
}

.cell_today      {
  font-family: Verdana;
  border: 1px solid #87afc5;
  width: 20px;
  height: 20px;
}

.cell_sunday     {
  color: #cc0000;
  font-family: Verdana;
  width: 20px;
  height: 20px;
}

.cell_saturday    {
  color: #0066cc;
  font-family: Verdana;
  width: 20px;
  height: 20px;
}

.calendar a {
  font-weight: bold;
}
