/* ------- ■全体の中身設定------- */
* {
  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:#F1F1F1;
  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: 14px;
  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: 710px;
  background-color: #fff;
  border: 1px solid #ccc;
}

/* ------- ■タイトル部分 ------- */
#banner {
  background-image: url(../skin/images/header_sm.jpg);
  background-repeat: no-repeat;
  background-position: top;
  width: 710px;
  height: 175px;
  margin: 0px;
  padding: 0px;
  clear: both;
}

#banner_l {
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.site_title {
  padding: 175px 0px 0px 30px;
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover {
  font-weight: bold;
  color: #43745B;
  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;
}

/* ------- ■右メニューカラム部分 ------- */
#sideright {
  float: left;
  OVERFLOW: hidden;
  width: 160px;
}

/* ------- ■中央カラム部分 ------- */
#main {
  float: left;
  OVERFLOW: hidden;
  width: 550px;
}

/* ------- ■本文の枠部分 ------- */
.entryBodyset {
  width: 500px;
  margin: 0px 5px 10px 5px;
  text-align: left;
}

.entry_title {
  color: #848427;
  font-size: 13px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  letter-spacing : 1px;
  padding: 3px 5px 3px 10px;
  border-left: 10px solid #6389C3;
  border-bottom: 1px dotted #6389C3;
}
.entry_title a, .entry_title a:link, .entry_title a:visited, .entry_title a:active {color:#848427; text-decoration:none;}
.entry_title a:hover {color: #b27e59; 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: 12px;
  line-height: 150%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 5px 5px 5px 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;
}

.entry_state {
  font-size: 12px;
  color: #666666;
  margin: 20px 0px 30px 0px;
  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: #fff;
  text-align: center;
  border-bottom: 1px dotted #888;
  background-color: #6389C3;
}

.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;
}

/*--------------------------------------
    カレンダー
---------------------------------------*/
#calen_line      {
  border-top: solid 1px #696969;
  border-bottom: solid 1px #696969;
  width: 690px;
  height: 25px;
  padding: 0px 15px;
  margin: 45px 0px 0px 0px;
  text-align: center;
  color: #696969;
  font:9px  Verdana;
}
.calen_navi1     {
  width: 140px;
  text-align: center;
  padding: 0px;
  margin: 0;
}
.calen_main     {
  width: 520px;
  text-align: center;
  font:9px  Verdana;
  padding: 0px;
  margin: 0px;
}
.calen_navi2     {
  width: 30px;
  text-align: left;
  padding: 0px 10px 0px 0px;
  margin: 0;
}
.cell       {
  font:9px  Verdana;
  padding : 1px 2px;
}
.cell_sunday       {
  font:9px  Verdana;
  color: #A52A2A;
  padding : 1px 2px;
}
.cell_saturday       {
  font:9px  Verdana;
  padding : 1px 2px;
}
.cell_today      {
  font:9px  Verdana;
  font-weight: bolder;
  border: 1px solid #808080;
  padding : 1px 2px;
}
.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
{
 text-decoration: none;
  padding : 2px;
}

/* ------- ■フッダー部分 ------- */
#footer {
  border-top: 1px solid #ccc;
  width: 710px;
}

.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;
}

/*--- 追加（画像の枠線消し） ---*/ 
img{ 
border-width:0px; 
}
