/* ------- ■全体設定------- */
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 {
   margin: 0px;
  padding: 0px;
  background-color: #ECE4D7;
  text-align: center;
}

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:#9badc1;
  color:#fff
}


form {
  padding: 0px;
  margin: 0px;
}

blockquote {
  font-size: 11px;
  color: #333333;
  padding: 7px;
  margin: 5px 5px 5px 5px;
  border-left: 3px solid #CCCCCC;
}

.clearfix:after{
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}

.clearfix{
   display:inline-block;
   min-height:1%;  /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac */
*html .clearfix{height: 1%;}
.clearfix{display: block;}
/* for ie5,6*/

/* ------- ■画像部分 ------- */
.pict {
  float: right;
  border-width: 1px;
  border-style: solid;
  border-color: #333;
}

/* ------- ■リンクの色 ------- */
a:link {
  color: #003399;
  text-decoration: none;
}
a:visited {
  color: #0066FF;
  text-decoration: none;
}


/* ------- ■全体のくくり------- */
#container {
  margin: 0 auto;
  width: 714px;
  background-image: url(images/con_back.jpg);
  background-repeat: no-repeat;
  padding: 0px;
}

/* ------- ■タイトル部分 ------- */
#header {
  text-align: left;
}
#header h1 {
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  padding: 0px;
  height: 140px;
  width: 700px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
* html #header h1 {
  margin-left: 7px;
}
*+html #header h1 {
  margin-left: 7px;
}

#header h1 a {
  display: block;
  height: 70px;
  width: 260px;
  margin-top: 0px;
  margin-right: 0;
  margin-left: 20px;
  padding-top: 42px;
}
* html #header h1 a {
  margin-top: 42px;
}
*+html #header h1 a {
  margin-top: 42px;
}

#contents {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}
#inner {
  margin-top: 50px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #FFFFFF;
  font-size: 75%;
  line-height: 2;
  color: #443822;
  background-image: url(images/footer_back.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 60px;
}

h2.ttl {
  background-image: url(images/ttl_02.gif);
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 0px;
  height: 31px;
  width: 580px;
  text-indent: -9999px;
  line-height: 0px;
}

/* ------- ■ナビゲーション ------- */
#navi {
  padding: 0px;
  height: 60px;
  width: 700px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-image: url(images/bt_back.jpg);
  background-repeat: no-repeat;
}

#navi ul {
  margin: 0px;
  padding: 0px;
}
#navi li {
  display: inline;
}
#navi li a {
  display: block;
  height: 60px;
  width: 175px;
  float: left;
}


#navi li.bt_01 a {
  background-image: url(images/bt_01.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: 0px;
  padding: 0px;
}
#navi li.bt_02 a {
  background-image: url(images/bt_02.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: 0px;
  padding: 0px;
}
#navi li.bt_03 a {
  background-image: url(images/bt_03.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: 0px;
  padding: 0px;
}
#navi li.bt_04 a {
  background-image: url(images/bt_04.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: 0px;
  padding: 0px;
}



#navi li.bt_01 a:hover {
  background-image: url(images/bt_01o.jpg);
}
#navi li.bt_02 a:hover {
  background-image: url(images/bt_02o.jpg);
}
#navi li.bt_03 a:hover {
  background-image: url(images/bt_03o.jpg);
}
#navi li.bt_04 a:hover {
  background-image: url(images/bt_04o.jpg);
}


/*pan
---------------------------------------*/

#pan {
  line-height: 1.4;
  text-decoration: none;
  padding: 0px;
  text-align: right;
  margin-top: 10px;
  margin-right: 55px;
  margin-bottom: 50px;
  margin-left: 0px;
  font-size: 85%;
}


/* ------- ■右カラム部分 ------- */
#side {
  float: left;
  OVERFLOW: hidden;
  width: 175px;
  background-color: #fff;
  margin-top: 15px;
}

/* ------- ■記事カラム部分 ------- */
#main {
  float: left;
  OVERFLOW: hidden;
  width: 510px;
}

/* ------- ■記事の枠部分 ------- */
.entryBodyset {
  clear: both;
  width: 95%;
  margin: 0px 0px 15px 10px;
  padding: 0;
  background-color: #fff;
  text-align: left;
}

h3.entry_title {
  border-top-width: 2px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: dotted;
  border-left-style: none;
  border-top-color: #3E3923;
  border-bottom-color: #D0BFA1;
  padding-left: 10px;
  font-size: 18px;
  background-image: url(images/h3_back.jpg);
  background-repeat: no-repeat;
  background-position: right;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  width: 480px;
  text-align: left;
}

.entry_body {
  font-size: 14px;
  line-height: 150%;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  margin: 15px 30px 15px 20px;
}

p.entry_date {
  color: #443822;
  font-size: 12px;
  text-align: right;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  padding: 0;
  margin: 0;
}

.entry_state {
  font-size: 11px;
  color: #999999;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  margin: 10px 0px 30px 10px;
  text-align: right;
  clear: both;
}
.entry_state a,
.entry_state a:visited {
  color: #999999;
}

/* ------- ■メニューの小分け部分 ------- */
.sideSet {
  width: 100%;
  margin: 0px 0px 20px 0px;
  text-align: left;
}

.linktitle {
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  font-size: 12px;
  font-weight: bold;
  color: #666;
  text-align: center;
  border-bottom: 1px dotted #999;
  padding: 4px 0px 2px 5px;
}

.linktext {
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  font-size: 12px;
  color: #333;
  line-height: 150%;
  padding: 10px 10px 5px 10px;
}

.linktext ul {
  color: #666;
  list-style-type: square;
  padding: 0px 0px 0px 15px;
  margin: 0px;
}


/* ------- ■ページ移動リンク ------- */
.pagearea {
  font-size: 12px;
  margin:20px 10px 10px 10px;
}
.pagearea a,
.pagearea a:link,
.pagearea a:visited,
.pagearea a:active,
.pagearea a:hover {
  text-decoration: none;
}

/*navigation div
---------------------------------------*/

.to_top {
  font-size: 85%;
  text-decoration: none;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
}

.to_top a {
  background-image: url(images/arrow_03.gif);
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 25px;
  padding-left: 15px;
}


/* ------- ■検索ボックス ------- */
#searcharea  {
  text-align: left;
  margin: 60px 0px 20px 20px;
}

.search {
  font-size: 12px;
}

.search input {
  border: 1px solid #666;
}

/* ------- ■カレンダー部分 ------- */
.calendar {
  padding: 4px 2px 5px 2px;
  font-size: 11px;
  color: #333;
  letter-spacing : 1px;
  line-height: 120%;
}

.cell {
  color: black;
  font-size: 10px;
  font-family: Verdana;
  margin: 0px;
  width: 25px;
  height: 20px
}

.cell_today {
  color: #4682B4;
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  border: 1px dotted #7289a3;
  margin: 0px;
  width: 25px;
  height: 20px
}

.cell_sunday {
  color: #c00;
  font-size: 10px;
  font-family: Verdana;
  margin: 0px;
  width: 25px;
  height: 20px
}

.cell_saturday {
  color: #5982b2;
  font-size: 10px;
  font-family: Verdana;
  margin: 0px;
  width: 20px;
  height: 20px
}

/*footer navi
---------------------------------------*/

#footer_navi {
  margin: auto;
  width: 650px;
  font-size: 75%;
  line-height: 1.6;
  text-align: left;
}
#footer_navi ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#footer_navi li {
  display: inline;
  background-image: url(images/arrow_02.gif);
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 20px;
  padding-left: 18px;
}


/* ------- ■フッダー部分 ------- */
#footer {
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  font-size: 75%;
  line-height: 2;
  color: #443822;
  text-decoration: none;
  background-image: url(images/footer_pic.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  margin-top: 10px;
  text-align: left;
}
address {
  font-style: normal;
}
#footer p {
  font-size: 85%;
}