@charset "UTF-8";
/* CSS Document */

body     {
  color: #999999;
  background-color: #f6f6f6;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#inbox     {
   margin:0px auto 40px;
  width: 720px;
  text-align:left;
  background-color: #FFFFFF;
  padding: 0px;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #dcdcdc;
  border-bottom-color: #dcdcdc;
  border-left-color: #dcdcdc;
}
#banner {
  width: 720px;
  padding: 0px;
  margin: 0px auto;
}
#banner_l  {
  width:720px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: 30px 3px;
  height: 70px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#searcharea  {
  background-color: transparent;
  padding: 3px;
  margin-left: 3px;
  line-height: 170%;
  color: #000000;
  margin-right: 20px;
}
#pagearea  {
  background-color: transparent;
  float:right;
  width:200px;
  margin:0px 0px 0px 0px;
  text-align:right;
  clear: right;
}
#side {
  float:left;
  margin:0px 0px 0px 20px;
  width:170px;
  padding: 0px 0px 20px;

}
#main {
  float:right;
  width:450px;
  margin:0px 20px 0px 0px;
  padding: 0px 0px 20px;
}
#footer {
  width: 720px;
  padding: 0px;
  text-align: center;
  height: 20px;
  margin-bottom: 50px;
}


a {
  color: #afb62f;
  text-decoration: none;
  }

a:link {
  color: #afb62f;
  text-decoration:  none;
  }

a:visited {
  color: #afb62f;
  text-decoration: none;
  }

a:active {
  color: #009900;
  text-decoration: none;
  }

a:hover {
  color: #FFF;
  background-color: #C61121;
  text-decoration: none;
  }

a.button:link {
  color: #C61121;
  font-size: 9pt;
  text-decoration: none;
  padding: 3px 3px 0px 3px;
  border: 1px solid #666666;
}

a.button:visited {
  color: #C61121;
  font-size: 9pt;
  text-decoration: none;
  padding: 3px 3px 0px 3px;
  border: 1px solid #666666;
}

a.button:active {
  color: #666666;
  font-size: 9pt;
  text-decoration: none;
  padding: 3px 3px 0px 3px;
  border: 1px solid #666666;
}

a.button:hover {
  color: #C61121;
  font-size: 9pt;
  text-decoration: none;
  padding: 3px 3px 0px 3px;
  border: 1px solid #666666;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  color: #C61121;
  font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Times New Roman", serif, "ＭＳ 明朝";
  letter-spacing: 0.2em;
}
h2 {
  font-size: 13px;
  font-weight: normal;
}
ul {
  margin: 0px 0px 0px 15px;
        padding: 0px;
}

.site_title     {
  letter-spacing: 1px;
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 30pt;
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover  {
  color: #C61121;
  text-decoration: none
}

.description {
  color: #993399;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 90px;
}
.description_search {
  color: #999999;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.form_box {
  color: #999999;
  background-color: #FFFFFF;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #eeeeee;
  border-right-color: #eeeeee;
  border-bottom-color: #eeeeee;
  border-left-color: #eeeeee;
}
.entry {
  margin: 0px 0px 20px
}

.entry_admin {
  margin: 0px 0px 0px 10px;
}

.entry_date {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #999999;
  margin: 10px 30px 10px 0px;
  border-top:1px solid #999999;
  border-left:10px solid #999999;
  padding: 0px 0px 3px 5px;
}

.entry_title     {
  color: #CC0099;
  font-weight: bold;
  font-size: 12px;
  padding: 0px 0px 0px 15px;
  letter-spacing: 1px;
}

.entry_title a:link {
  color: ;
  text-decoration:  none;
  color: #C61121;
  }

.entry_title a:visited {
  color: #C61121;
  text-decoration: none;
  }

.entry_title a:active {
  color: #C61121;
  text-decoration: none;
  }

.entry_title a:hover {
  color: #FFFFFF;
  background-color: #C61121;
  text-decoration: none;
  }

.entry_body   {
  font-size: 11px;
  line-height: 170%;
  word-break:break-all;
  margin: 15px 30px 15px 20px;
  letter-spacing: 1px;
  color: ;
  color: #336666;
}

.entry_author    {
  color: #666666;
  font-size: 10px;
  text-align: right;
  margin: 0px 30px 0px 0px;
  letter-spacing: 1px;
}

.entry_more   {
  color: #666666;
  font-size: 11px;
  line-height: 170%;
  margin: 15px 30px 10px 20px;
  letter-spacing: 1px;
}

.entry_state {
  font-size: 10px;
  color: #999999;
  margin: 20px 30px 25px 20px;
}
.entry_pagetop {
  font-size: 10px;
  color: #999999;
  letter-spacing: 1px;
  text-align: right;
  margin-right: 20px;
}

blockquote {
  font-size: 11px;
  color: #999999;
  margin: 20px 10px 20px 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  letter-spacing: 1px;
  }

.pict {
  float: right;
  border-width: 3px;
  border-style: solid;
  border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}


.linktitle   {
  color: #999999;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 170%;
  margin: 10px 0px 0px 3px;
  letter-spacing: 1px;
}

.linktitle_a  {
  color: #999999;
  font-weight: bold;
  font-size: 12px;
  line-height: 170%;
  margin: 15px 30px 15px 20px;
  letter-spacing: 1px;
}
.linktext   {
  color: #999999;
  font-size: 10px;
  line-height: 170%;
  margin: 0px 0px 0px 3px;
  padding: 3px 3px 3px 3px;
  letter-spacing: 1px;
}

.linktext li   {
  list-style-type: none;
}
.pagetop {
  color: #CCCCCC;
  font-size: 10px;
}

/* SEARCH---------------------------------------------------------------------- */
#search  {
  color: #999999;
  font-size: 10px;
  letter-spacing: 1px;
  margin: 0px 0px 0px 3px;
  padding: 3px 3px 3px 3px;
}

/* FOOTER---------------------------------------------------------------------- */
.copyright  {
  color: #999999;
  font-size: 9px;
  text-align:right;
  letter-spacing: 1px;
}


/* CLOCK---------------------------------------------------------------------- */
.clock      {
  color: #999999;
  font-size: 10px;
  background-color: #FFFFFF;
  text-align: center;
  margin: 20px 0px 0px;
  padding: 3px;
  width: 170px;
  height: 16px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  vertical-align: middle;
}

/* CALENDAR---------------------------------------------------------------------- */
.calendar      {
  color: #666666;
  font-size: 9px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "qMmpS Pro W3", "lr oSVbN", sans-serif;
  margin: 0pt 0px 0px 0px
}

.cell       {
  color: #999999;
  font-size: 9px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "qMmpS Pro W3", "lr oSVbN", sans-serif;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_today      {
  color: #993399;
  font-size: 9px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "qMmpS Pro W3", "lr oSVbN", sans-serif;
  background: #FFFFFF no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_sunday     {
  color: #666666;
  font-size: 9px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "qMmpS Pro W3", "lr oSVbN", sans-serif;
  background: #FFFFFF no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_saturday    {
  color: #666666;
  font-size: 9px;
  font-family: Verdana;
  background: #FFFFFF no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

/*フォーム---------------------------------------------------------------------- */
form {
  margin: 0px;
  padding: 0px;
}
textarea {
  font-size: 12px;
}


#header {
  padding: 0px;
  width: 720px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  height: 150px;
}

p.photo-noshadow {
  padding: 3px;
  float: left;
  margin: 15px 2px 2px 7px
}

p.photo-shadow img, p.photo-noshadow img {
  display: block;
  padding: 7px; margin: 0;
  border: 1px solid #ccc;
  border-color: #aaa #888 #999 #bbb;
  background-color: #fff;
  position: relative;
  left: -7px; top: -7px;
  overflow: hidden;
}
* html p.photo-shadow img, p.photo-noshadow img {
  display: block;
  position: relative;
  margin: -5px 7px 7px -5px;
}
.photo-shadow img.borderless, p.photo-noshadow img.borderless{
  padding: 0;
}
p.photo-shadow {
  float: left;
  margin: 4px -4px -4px 4px;
  background: url(Images/shadow.gif) repeat;
}
html>body p.photo-shadow {
  background: url(Images/shadow.png) no-repeat right bottom;
  margin: 18px 0 0 18px;
}
p.photo-shadow:before {
  content: " ";
  background: url(Images/shadow.png) no-repeat right top;
  display: block;
  width: 9px; height: 9px;
  margin: -9px 0 0 auto;
}
p.photo-shadow:after {
  content: "";
  background: url(Images/shadow.png) no-repeat left bottom;
  display: block;
  margin: -9px 0 0 -9px;
  width: 9px;  height: 9px;
}

.photo-caption {
  margin: -5px auto 20px -5px;
  padding-left: 30px;
  clear: both;
  text-align: center;
}
.al-left {
  float: left;
  display: inline;
}
.al-right {
  float: right;
}
.al-center { margin: auto;}
