/* ------- ■全体の中身設定------- */
* {
  margin: 0;
  padding: 0;
}
HTML {
  scrollbar-3dlight-color:#F0F0E0;
  scrollbar-arrow-color:#666666;
  scrollbar-darkshadow-color:#F0F0E0;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#555555;
  scrollbar-shadow-color:#555555;
  scrollbar-track-color:#fff;
}

body {
  color: #333;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

BR{letter-spacing:normal;}

input, textarea {
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  border: 1px solid #666;
  font-size: 12px;
}

.btn {
  background-color:#666;
  color:#fff
}


form {
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 18px;
  margin: 0px;
}

h2 {
  font-size: 13px;
  margin: 0px;
}

blockquote {
  font-size: 12px;
  padding: 5px;
  margin: 5px;
  background-color:#f0f0f0;
  border-left: 3px solid #cdcdcd;
}


/* ------- ■画像部分 ------- */
.pict {
  float: right;
  border-width: 2px;
  border-style: solid;
  border:none;
}

/* ------- ■リンクの色 ------- */
a:link     {color: #638f8b; text-decoration: underline;}
a:visited   {color: #638f8b; text-decoration: underline;}
a:hover   {color: #b27e59; text-decoration: underline;}


/* ------- ■全体の指定------- */
#inbox {
  MARGIN-LEFT: auto; 
  MARGIN-RIGHT: auto; 
  width: 770px;
  background-color: #fff;
  border: 1px solid #ccc;
}

/* ------- ■タイトル部分 ------- */
#banner {
  background-image: url(../skin/images/hetaretop.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  width: 770px;
  height: 195px;
  margin: 0;
  padding: 0;
  clear: both;
}

#banner_l {
  text-align: right;
  margin: 0;
  padding: 0 30px 0 0;
}

.site_title { padding-top: 70px; padding-right: 0; padding-bottom: 0; }

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover {
  font-weight: normal;
  color: #46736f;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-decoration: none;
}

.description {
  font-weight: normal;
  color: #46736f;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 5px 0px 0px 30px;
}

/* ------- ■左メニューカラム部分 ------- */
#sideleft { float: left; OVERFLOW: hidden; width: 160px; margin-top: 5px; }

/* ------- ■右メニューカラム部分 ------- */
#sideright { float: left; OVERFLOW: hidden; width: 160px; margin-top: 5px; }

/* ------- ■中央カラム部分 ------- */
#main { float: left; OVERFLOW: hidden; width: 440px; margin-top: 5px; }

/* ------- ■本文の枠部分 ------- */
.entryBodyset {
  width: 430px;
  margin: 0px 5px 10px 5px;
  text-align: left;
}
.entryBodyset_come { text-align: left; margin: 0 5px 10px 30px; width: 400px; }
.entry_title { font-size: 13px; font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅; font-weight: bold; background-color: #e4d9c3; letter-spacing : 1px; padding: 5px 5px 5px 10px; border-left: 10px solid #cb5100; border-bottom: 1px dotted #e1e1b6; }
.entry_title a, .entry_title a:link, .entry_title a:visited, .entry_title a:active { color:#565607; font-weight: bold; text-decoration:none; }
.entry_title_come { font-size: 13px; font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅; background-color: #eff0d9; letter-spacing: 1px; padding: 3px 5px 3px 30px; }
.entry_title a:hover {color: #c00; text-decoration: none;}

.entry_date {
  color: #8eb28e;
  font-size: 10px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  letter-spacing : 1px;
  text-align: right;
}

.entry_body   {
  font-size: 13px;
  line-height: 150%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 5px;
}
.entry_body ul{
  background-image: url(../skin/images/hetareic1.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
.comme_body { font-size: 12px; font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅; line-height: 150%; background-color: #fef1eb; margin: 5px; }
.entry_state {
  font-size: 12px;
  color: #666666;
  margin: 5px 0 25px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align: center;
  clear: both;
}

/* ------- ■メニューの小分け部分 ------- */
.sideSet {
  width: 150px;
  margin: 0px 5px 20px 5px;
  text-align: left;
  border: 1px solid #777;
}

.linktitle   {
  padding: 4px 0px 2px 5px;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  font-size: 12px;
  font-weight: normal;
  color: #444;
  text-align: center;
  border-bottom: 1px dotted #888;
  background-color: #c9e0c9;
}

.linktext {
  padding: 7px 2px 8px 2px;
  font-size: 12px;
  color: #333;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  line-height: 120%;
}

.linktext ul{
  background-image: url(../skin/images/hetareic1.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}

.linktext li {
  background-image: url(../skin/images/hetareic2.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 10px;
  margin: 0px 1px 0px 0px;
  list-style-type: none;
}

/* ------- ■ページ移動リンク ------- */
.pagemove {
  font-size: 12px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin:0px 0px 0px 0px;
}

/* ------- ■検索ボックス ------- */
#searcharea  {
  font-size: 12px;
  background-color: #fff;
  padding: 0px 0px 0px 0px;
}

.search {
  color: #333;
  font-size: 10px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

/* ------- ■ページトップ ------- */
.pagetop {
  font-size: 11px;
  text-align: right;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 0px 0px 20px 0px;
}

/* ------- ■カレンダー部分 ------- */
/* --- 月～日の部分 --- */
.calendar_top {
  width: 100%;
  font-size: 10px;
  color: #333;
  margin: 6px 0px 0px 0px;
}

.cell_top {
  color: #333;
  font-size: 10px;
  font-family: Verdana;
  width: 20px;
  height: 15px;
}

.cell_suntop {
  color: #c00;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

.cell_sattop {
  color: #5982b2;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

/* --- 数字の部分 --- */
.calendar {
  width: 100%;
  font-size: 10px;
  color: #333;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  letter-spacing : 1px;
  padding: 0px 0px 6px 0px;
}

.cell {
  border: 1px solid #CCC;
  color: #333;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

.cell_today {
  border: 1px solid #CCC;
  background-color: #efefd7;
  color: #939385;
  font-size: 10px;
  font-weight: bold;
  width: 20px;
  height: 15px;
}

.cell_sunday {
  border: 1px solid #CCC;
  color: #c00;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

.cell_saturday {
  border: 1px solid #CCC;
  color: #5982b2;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

/* ------- ■フッダー部分 ------- */
#footer {
  border-top: 1px solid #ccc;
  width: 770px;
}

.copyright  {
  color: #333;
  line-height: 130%;
  font-size: 11px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align:right;
  padding: 0px 10px 3px 0px;
  margin: 10px 0px 0px 0px;
}

