/* ------- ■全体の指定------- */
#inbox {
  PADDING: 0px; 
  margin: 0px;
  MARGIN-LEFT: auto; 
  MARGIN-RIGHT: auto; 
  width: 800px;
  background-color: #FFFFFF;
}

/* ------- ■全体の中身設定------- */
body {
  color: black;
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  background-color: #CCCACC;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

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;
}

input, textarea {
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  border: 1px solid #666;
  font-size: 12px;
}

form {
  padding: 0px;
  margin: 0px;
}

blockquote {
  padding: 7px;
  margin: 5px 5px 5px 5px;
  border: 1px dashed #e0e0e0;
}

h1 { font-size: 30px; margin: 0; }

h2 { font-size: 15px; margin: 0; }


/* ------- ■画像部分 ------- */
.pict {
  float: right;
  border-width: 0px;
  border-style: solid;
  border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}

/* ------- ■リンクの色 ------- */
a:link     {color: #256C74; text-decoration: underline;}
a:visited   {color: #135A4A; text-decoration: underline;}
a:hover   {color: #D67206; text-decoration: underline;}


/* ------- ■タイトル部分 ------- */
#banner {
  background-color: #DAEBE5;
  background-repeat: no-repeat;
  background-position: top;
  width: 800px;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #046E48;
  clear: both;
}
#banner_1 { background-color: #daebe5; background-image: url(images/topimg_01.jpg); background-repeat: no-repeat; background-position: 50% top; padding: 0; width: 800px; clear: both; border-bottom: 1px solid #046e48; }
#banner_2 { background-color: #daebe5; background-image: url(images/topimg_02.jpg); background-repeat: no-repeat; background-position: 50% top; padding: 0; width: 800px; clear: both; border-bottom: 1px solid #046e48; }
#banner_3 { background-color: #daebe5; background-image: url(images/topimg_03.jpg); background-repeat: no-repeat; background-position: 50% top; padding: 0; width: 800px; clear: both; border-bottom: 1px solid #046e48; }
#banner_4 { background-color: #daebe5; background-image: url(images/topimg_04.jpg); background-repeat: no-repeat; background-position: 50% top; padding: 0; width: 800px; clear: both; border-bottom: 1px solid #046e48; }
#banner_5 { background-color: #daebe5; background-image: url(images/topimg_05.jpg); background-repeat: no-repeat; background-position: 50% top; padding: 0; width: 800px; clear: both; border-bottom: 1px solid #046e48; }
#banner_6 { background-color: #daebe5; background-image: url(images/topimg_06.jpg); background-repeat: no-repeat; background-position: 50% top; padding: 0; width: 800px; clear: both; border-bottom: 1px solid #046e48; }
#banner_7 { background-color: #daebe5; background-image: url(images/topimg_07.jpg); background-repeat: no-repeat; background-position: 50% top; padding: 0; width: 800px; clear: both; border-bottom: 1px solid #046e48; }
#banner_l {
  float: left;
  margin:0px 0px 0px 0px;
  padding: 15px 0px 10px 20px;
  text-align: left;
}

.site_title { color: white; margin: 0; }

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover {
  color: #298C68;
  text-decoration: none;
}

.description {
  color: yellow;
  margin: 5px 0 0;
}

/* ------- ■左メニューカラム部分 ------- */
#sideleft {
  float: left;
  OVERFLOW: hidden;
  width: 180px;
  background-color: #fff;
}

/* ------- ■右メニューカラム部分 ------- */
#sideright {
  float: right;
  OVERFLOW: hidden;
  width: 180px;
  background-color: #fff;
}

/* ------- ■中央カラム部分 ------- */
#main {
  float: left;
  OVERFLOW: hidden;
  width: 440px;
}

/* ------- ■本文の枠部分 ------- */
.entryBodyset {
  width: 433px;
  margin: 0 0 5px 5px;
  background-color: #fff;
  text-align: left;
}
.entryBodyset_cm { background-color: #fff; text-align: left; margin: 0 0 5px 40px; width: 400px; }
.entry_topic {
  color: #444;
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
  padding: 3px 3px 3px 50px;
  border: solid 1px #bbbbbb;
  background-color: #efefef;
}


.entry_date {
  color: #666;
  font-size: 10px;
  letter-spacing : 1px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
  padding: 3px 10px 3px 15px;
  border-top: 2px solid #999999;
  border-bottom: 1px dotted #999999;
  background-color: #efefef;
  text-align: right;
}

.entry_title     {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  padding: 10px 0px 8px 10px;
  background-color: #92B5A8;
}
.entry_title a, .entry_title a:link, .entry_title a:visited, .entry_title a:active {color:#FFFFFF; text-decoration:none;}
.entry_title_tb { color: #ffffff; font-size: 12px; font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif; font-weight: bold; background-color: #e6eed0; padding: 6px 0 4px 10px; }
.entry_title a:hover {color: #D67206; text-decoration: none;}

.entry_body   {
  font-size: 12px;
  line-height: 150%;
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  margin: 15px 10px 15px 20px;
}
.entry_body2 { font-size: 12px; font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif; line-height: 150%; background-color: #ffede8; margin: 15px 10px 15px 20px; }
.entry_table { font-size: 12px; font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif; line-height: 120%; background-image: url(images/gra_1.jpg); background-repeat: no-repeat; padding: 5px 5px 5px 10px; border-bottom: 1px solid #c4c4c4; }
.entry_table1 { font-size: 12px; font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif; line-height: 120%; background-repeat: no-repeat; padding: 5px 5px 5px 10px; border-bottom: 1px solid #c4c4c4; }
.entry_author    {
  color: #999999;
  font-size: 10px;
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  text-align: right;
  margin: 0px 30px 0px 0px
}

.entry_more   {
  color: black;
  font-size: 11px;
  line-height: 170%;
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  margin: 15px 30px 10px 20px
}

.entry_state {
  font-size: 12px;
  color: #999999;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
  margin: 10px 0;
  text-align: center;
  clear: both;
}

blockquote {
  font-size: 11px;
  color: #333333;
  margin: 20px 10px 0px 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
}

/* ------- ■メニューの小分け部分 ------- */
.sidetop {
  margin: 5px 0 0;
}

.sideSet {
  width: 180px;
  margin: 0 0 10px;
  padding: 0 2px;
  text-align: left;
}

.linktitle_tmato   { padding: 30px 0 4px 5px; font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif; font-size: 15px; font-weight: bold; color: #ffff51; background-image: url(images/b_01.jpg); background-repeat: no-repeat; text-align: center; }
.linktitle_aspara { color: #ffff51; font-size: 15px; font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif; font-weight: bold; background-image: url(images/b_02.jpg); background-repeat: no-repeat; text-align: center; padding: 30px 0 4px 5px; }
.linktitle_beer { color: #ffff51; font-size: 15px; font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif; font-weight: bold; background-image: url(images/b_03.jpg); background-repeat: no-repeat; text-align: center; padding: 30px 0 4px 5px; }
.linktitle_banana { color: #ffff51; font-size: 15px; font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif; font-weight: bold; background-image: url(images/b_04.jpg); background-repeat: no-repeat; text-align: center; padding: 30px 0 4px 5px; }
.linktext {
  padding: 4px 2px 5px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #333;
  letter-spacing : 1px;
  line-height: 130%;
  background-color: #f1eace;
}

.linktext ul li {
  padding: 4px 0 6px 18px;
  margin: 0 1px 0 0;
  list-style-type: none;
  background-image: url(images/listicon.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

.linktext ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}


/* ------- ■ページ移動リンク ------- */
#pagearea {
  background-color: #fff;
  float:right;
  margin:20px 0px 0px 0px;
}

/* ------- ■ページトップ ------- */
.pagetop {
  margin:10px 0px 10px 0px;
}

/* ------- ■検索ボックス ------- */
#searcharea  {
  padding: 10px 10px 0px 0px;
  text-align: right;
}

.search {
  color: #333;
  font-size: 12px;
  margin: 10px 0px 2px 20px;
}

.search input {
  color: #999900;
  background-color: #fff;
  border: 1px solid #999900;
}

/* ------- ■ログインボックス ------- */
.loginbox input {
  color: #444;
  background-color: #EFEFDE;
  border: 1px solid #444;
}

/* ------- ■時計部分 ------- */
.clock      {
  color: #999900;
  font-size: 11px;
  background-color: transparent;
  text-align: right;
  margin: 0px 10px 0px 0px;
  border: 0px;
}

/* ------- ■カレンダー部分 ------- */
.calendar {
  padding: 4px 2px 5px 2px;
  font-size: 10px;
  color: #333;
  line-height: 10px;
  letter-spacing : 1px;
  line-height: 120%;
  background-color: #D2E5DD;
}

.cell       {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_today      {
  color: olive;
  font-size: 9px;
  font-family: Verdana;
  font-weight: bold;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_sunday     {
  color: #c00;
  font-size: 9px;
  font-family: Verdana;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_saturday    {
  color: #000066;
  font-size: 9px;
  font-family: Verdana;
  margin: 0px;
  width: 15px;
  height: 15px
}

/* ------- ■フッダー部分 ------- */
#footer {
  background-color: #92B5A8;
  width: 800px;
  border-top: 2px solid #6F965A;
  padding: 3px 0px 0px 0px;
}

.copyright  {
  color: #666;
  font-size: 10px;
  text-align:center;
  height: 20px;
}
