/*shokika*/
*{
    margin:0;
    padding:0;
}

img {
  border: 0;
}

strong,em {

  font-style: normal;
}

a:focus {
  outline: none;
}

/*base*/
html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #f4e4d8;
  color:#333;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
  font-size: 100%;
  line-height: 1.4;
}

body#contents {
  background: url("images/conbody_bg.gif") repeat-x left top;
  background-color: #f4e4d8;
}

/*link_base*/
a:link {
  color: #907fba;
  text-decoration: underline;
}
a:visited {
  color: #927fc0;
  text-decoration: underline;
}
a:active {
  color: #d9605d;
  text-decoration: underline;
}
a:hover {
  color: #d97d5d;
  text-decoration: underline;
}

/*midashi_base*/
h1,h2,h3,h4,h5,form,textarea {
  font-size: 100%;
}

h1,h2,h3,h4,h5 {
  font-weight: normal;
}

/*回り込み解除clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*wrapper----------*/
#wrapper {
  width: 900px;
  height: auto;
  background-color: #faeee6;
  border-bottom: 3px solid #e6bfa9;
  margin: 0 auto;
}

#header {
  width: 900px;
  height: 80px;
  position: relative;
}

#home_btn {
  width: 65px;
  height: 18px;
  position: absolute;
  left: 30px;
  top: 50px;
}

#con_logo {
  width: 264px;
  height: 52px;
  position: absolute;
  right: 30px;
  bottom: 10px;
}

/*nav*/
#nav {
  width: 900px;
  height: auto;
  clear: both;
  border-top: 1px solid #e6bfa9;
  border-bottom: 1px solid #e6bfa9;
  padding: 4px 0;
}

/*コンテンツナビ*/
#nav ul {
  list-style: none;
}

#nav li {
  width: 141px;
  height: 111px;
  float: left;
  display: inline;
  font-size: 9pt;
  margin-left: 4px;
}

#nav li a,#nav li a:visited,#nav li a:hover {
  color: #333;
  text-decoration: none;
}

#nav li.navtab {
  width: 14px;
  height: 111px;
  margin-left: 9px;
}

/*conwrapper*/
#conwrapper {
  width: 900px;
  height: auto;
  clear: both;
}

/*h1*/
.con_h1 {
  width: 880px;
  height: auto;
  margin: 30px auto 0 auto;
}

/*main*/
#main {
  width: 802px;
  height: auto;
  background: url("images/main_bg.gif") repeat-y left top #fff;
  position: relative;
  margin: 0 auto;
  padding: 0 30px 10px;
}

#main_end {
  width: 862px;
  height: auto;
  margin: 0 auto 20px auto;
}

#searcharea  {
  background-color: transparent;
  float:right;
  width:350px;
  text-align:right;
  font-size: 80%;
  padding: 0px;
  clear: right;
}
#pagearea  {
  background-color: transparent;
  float:right;
  width:200px;
  margin:0px 0px 0px 0px;
  text-align:right;
  clear: right;
}

#pagearea2  {
  background-color: transparent;
  width:auto;
  height: auto;
  margin:0px 0px 0px 0px;
  text-align:center;
  clear: right;
}

#pagearea2 .linktext2   {
  color: #9b6851;
  background-color: #faeee6;
  border: 1px solid #e6bfa9;
  font-size: 10px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 0px 0px 0px 3px;
  padding: 3px 5px
}

#pagearea2 a:link,#pagearea2 a:visited   {
  color: #9b6851;
  text-decoration: none;
}

#pagearea2 a:hover   {
  color: #c8542c;
  text-decoration: none;
}

#side {
  float:left;
  margin:0px 0px 0px 0px;
  width:170px;
  background-color: #FFFFFF;
  padding: 0px 0px 20px 0px;

}

#main_r {
  float:right;
  width:570px;
  margin:0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  background-color: #FFFFFF;
}

/*footer----------*/
#footer {
  width: 860px;
  height: auto;
  clear: both;
  position: relative;
  border-top: 1px solid #e6bfa9;
  font-size: 10px;
  color: #666;
  padding: 10px 20px 5px 20px;
}

#footer a {
  color: #666;
  text-decoration: none;
}

#footer a:hover {
  color: #d9605d;
}

/*address*/
.address {
  position: absolute;
  right: 20px;
  bottom: 5px;
}

/*footnav*/
#footnav {
  width: 900px;
  height: auto;
  clear: both;
}

/*コンテンツリンク*/
ul.foot_conlink {
  list-style: none;
  text-align: center;
}

.foot_conlink li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /margin-left: 3px;
  padding: 8px 0;
  /zoom: 1;
  font-size: 11px;
}

.foot_conlink li a {
  color: #333;
  text-decoration: none;
}

.foot_conlink li a:visited {
  color: #8675b9;
  text-decoration: none;
}

.foot_conlink li a:hover {
  color: #e47297;
  text-decoration: underline;
}

/*ページTOPへ戻る*/
.pagetop {
  width: 120px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 30px;
}

.entry  {
  margin: 0px 0px 20px
}

.entry_admin {
  margin: 0px 0px 0px 10px;
}

.entry_date {
  font-family: "Verdana";
  font-size: 14px;
  font-weight: bolder;
  color: #414D7B;
  margin: 10px 30px 10px 0px;
  border-top:1px solid #823f09;
  border-left:10px solid #823f09;
  padding: 0px 0px 3px 5px;
}

.entry_title     {
  color: black;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  padding: 0px 0px 0px 15px;
}

.entry_body   {
  font-size: 12px;
  line-height: 170%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
   margin: 15px 30px 15px 20px
}

.entry_author    {
  color: #999999;
  font-size: 10px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align: right;
  margin: 0px 30px 0px 0px
}

.entry_more   {
  color: black;
  font-size: 11px;
  line-height: 170%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 15px 30px 10px 20px
}

.entry_state {
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-size: 10px;
  color: #999999;
  margin: 20px 30px 25px 20px;
}

blockquote {
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-size: 11px;
  color: #333333;
  margin: 20px 10px 20px 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  }

.pict {
  float: right;
  border-width: 3px;
  border-style: solid;
  border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}


.linktitle   {
  color: white;
  background: url("images/linktitle_bg.gif") repeat-x left bottom;
  background-color: #daa68a;
  text-align: center;
  font-weight: bolder;
  font-size: 12px;
  line-height: 170%;
  font-family:  "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
  margin: 10px 0px 0px 3px
}

.linktitle_a  {
  color: white;
  font-weight: bolder;
  font-size: 12px;
  line-height: 170%;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
  margin: 15px 30px 15px 20px 
}
.linktext   {
  color: #9b6851;
  background-color: #faeee6;
  font-size: 10px;
  line-height: 170%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 0px 0px 0px 3px;
  padding: 3px 3px 3px 3px
}

.linktext  ul {
  margin: 0px 0px 0px 15px;
        padding: 0px;
}

/* SEARCH---------------------------------------------------------------------- */
.search  {
  color: white;
  font-size: 10px;
  line-height: 170%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 20px 0px 5px
}



/* CLOCK---------------------------------------------------------------------- */
.clock      {
  color: black;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  background-color: transparent;
  text-align: center;
  margin: 0px 0px 0px 2px;
  padding: 0;
  border: 0px;
  width: 170px;
  height: 16px
}

/* CALENDAR---------------------------------------------------------------------- */
.calendar      {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  margin: 0pt 0px 0px 0px
}

.cell       {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  background: white no-repeat;
  border: 1px solid #ddd;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_today      {
  color: olive;
  font-size: 9px;
  font-family: Verdana;
  background: #e9cab1 no-repeat;
  border: 1px solid #ddd;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_sunday     {
  color: #c00;
  font-size: 9px;
  font-family: Verdana;
  background: #fbd3cd no-repeat;
  border: 1px solid #ddd;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_saturday    {
  color: #000066;
  font-size: 9px;
  font-family: Verdana;
  background: #daebfc no-repeat;
  border: 1px solid #ddd;
  margin: 0px;
  width: 15px;
  height: 15px
}

/*フォーム設定---------------------------------------------------------------------- */
form {
  margin: 0px;
  padding: 0px;
}
textarea {
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
