html {
  scrollbar-3dlight-color: #003366;
  scrollbar-arrow-color: #003366;
  scrollbar-base-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #003366;
}

body {
  text-align: center;
  color: #003366;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  font-size: 12px;
}

#inbox {
  width: 870px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #003366;
}

a { color: #336699; }
a:active  { color: #a8ccf0; }
a:hover   { background-color: #336699; color: #a8ccf0; }

/*--- タイトル部分 ---*/
#head_set {
  text-align: left;
  margin: 0px 0px 15px 0px;
}

#head_stitch {
  border-top: 1px dashed #003366;
  border-right: 1px dashed #003366;
  border-bottom: 1px dashed #003366;
  padding: 3px 3px 3px 0px;
  width: 650px;
}

#head {
  background-color: #003366;
  color: #a8ccf0;
  font-weight: bold;
  padding: 15px 10px 15px 10px;
}

.title { margin-left: 30px; }

.title a,
.title a:link,
.title a:visited,
.title a:active,
.title a:hover {
  color: #a8ccf0;
  text-decoration: none;
  background-color: #003366;
}

h1 { font-size: 16px; margin: 0px; }
h2 { font-size: 14px; margin: 7px 0px 0px 50px ; }

/*--- 両サイド ---*/
#left {
  width: 154px;
  float: left;
  text-align: left;
  font-size: 10px;
  line-height: 150%;
  overflow: hidden;
}

#right {
  width: 154px;
  float: left;
  text-align: left;
  font-size: 10px;
  line-height: 150%;
  overflow: hidden;
}

#left .side_stitch {
  border-top: 1px dashed #003366;
  border-right: 1px dashed #003366;
  border-bottom: 1px dashed #003366;
  padding: 3px 3px 3px 0px;
}

#right .side_stitch {
  border-top: 1px dashed #003366;
  border-left: 1px dashed #003366;
  border-bottom: 1px dashed #003366;
  padding: 3px 0px 3px 3px;
}

.sidetitle {
  background-color: #a8ccf0;
  text-align: center;
  font-weight: bold;
  padding: 3px;
}

.sidetext {
  padding: 5px 10px 0px 10px;
  margin-bottom: 30px;
}

.sidetext ul li {
  padding: 0px;
  margin: 0px 0px 0px 7px;
  list-style-type: circle;
}

.sidetext ul {
  padding: 0px 0px 0px 5px;
  margin: 0px;
}

/*--- メイン ---*/
#main {
  width: 560px;
  float: left;
  text-align: left;
  line-height: 150%;
  overflow: hidden;
}

.main_set {
  border: 1px solid #003366;
  margin: 0px 20px 30px 20px;
  padding: 0px;
}

.maintitle_stitch {
  border-top: 1px dashed #003366;
  border-right: 1px dashed #003366;
  border-bottom: 1px dashed #003366;
  padding: 3px 3px 3px 0px;
  width: 400px;
}

.maintitle {
  background-color: #003366;
  color: #a8ccf0;
  font-weight: bold;
  padding: 3px 3px 3px 25px;
}

.maintitle a,
.maintitle a:link,
.maintitle a:visited,
.maintitle a:active,
.maintitle a:hover {
  color: #a8ccf0;
  text-decoration: none;
  background-color: #003366;
}

.maindate {
  text-align: right;
  padding: 7px 10px 10px 0px;
  font-weight: bold;
}

.mainbody {
  padding: 25px;
}

.mainbody ul li {
  padding: 0px 0px 0px 7px;
  margin: 0px 1px 0px 0px;
  list-style-type: circle;
}

.mainbody ul {
  padding: 0px 0px 0px 10px;
  margin: 0px;
}

.mainbody a {
  font-weight: bold;
}

.maininfo_stitch {
  border-top: 1px dashed #003366;
  border-bottom: 1px dashed #003366;
  padding: 3px 0px 3px 0px;
  margin-bottom: 15px;
}

.maininfo {
  background-color: #003366;
  color: #a8ccf0;
  text-align: right;
  font-size: 10px;
  line-height: normal;
  padding: 3px 20px 3px 3px;
}

.maininfo a,
.maininfo a:link,
.maininfo a:visited,
.maininfo a:active,
.maininfo a:hover {
  color: #a8ccf0;
  text-decoration: none;
  background-color: #003366;
}

.maininfo2 {
  text-align: right;
  font-size: 10px;
  line-height: normal;
  padding: 3px 20px 3px 3px;
  border-top: 1px dashed #003366;
}

blockquote {
  border: 1px dashed #003366;
  padding: 10px;
  margin: 5px;
}

/*--- フッター ---*/
#copy_stitch {
  border-top: 1px dashed #003366;
  border-bottom: 1px dashed #003366;
  padding: 3px 0px 3px 0px;
  margin-bottom: 15px;
}

#copy {
  font-size: 10px;
  color: #a8ccf0;
  text-align: center;
  background-color: #003366;
  padding: 3px;
}

/*--- その他 ---*/
form {
  padding: 0px;
  margin: 0px;
}

input,textarea {
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  border: 1px solid #003366;
  font-size: 12px;
  background-color: #ffffff;
  color: #003366;
}

.blank {
  height: 30px;
}

.page {
  font-size: 10px;
  margin: 10px 20px 0px 20px;
  height: 20px;
}

.top {
  font-size: 10px;
  margin: 0px 0px 25px 0px;
  text-align: center;
}

.clock_set {
  text-aling: right;
  padding: 7px 10px 10px 0px;
}

.clock {
  font-size: 14px;
  border: none;
  text-align: right;
  color: #003366;
  background-color: transparent;
  font-weight: bold;
}

/*--- カレンダー ---*/
.calendar {
  font-size: 10px;
}

.cell       {
  width: 16px;
  height: 16px;
}

.cell_today      {
  font-family: Verdana;
  font-weight: bold;
  background-color: #cce6ff;
  width: 16px;
  height: 16px;
}

.cell_sunday     {
  color: #cc0000;
  font-family: Verdana;
  width: 16px;
  height: 16px;
}

.cell_saturday    {
  color: #0066cc;
  font-family: Verdana;
  width: 16px;
  height: 16px;
}

.calendar a {
  text-decoration: underline;
}