@charset "utf-8";
img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

a {
  overflow: hidden;
  text-decoration: none;
  color:#0000ee;
}
a:hover {
  text-decoration: underline;
}

/*
  #############################################
  # 全体の基本レイアウト
  #############################################
*/
body {
  background: url(../img/bg.png) center top repeat;
}
#Wrapper {
  position: relative;
  width: 875px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  z-index: 0;
}
#Head_BG {
  position: absolute;
  width: 1017px;
  height: 526px;
  top: -30px;
  left: -340px;
  background: url(../img/blog_title.png) left top no-repeat;
  text-indent: -10000px;
  z-index: 1;
}
#Header {
  position: relative;
  width: 100%;
  height: 320px;
  margin: 0px;
  padding: 0px;
  z-index: 2;
}
#Contents {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  z-index: 2;
}
#MainContents {
  width: 670px;
  height: auto;
  margin: 0px 25px 0px 0px;
  padding: 0px;
  float: left;
}
#SideContents {
  width: 180px;
  height: auto;
  margin: 0px;
  padding: 0px;
  float: left;
}
#Go_Top {
  position: relative;
  width: 875px;
  height: auto;
  margin: 0px;
  padding: 30px 0px 10px 0px;
  clear: both;
  z-index: 2;
}
#Footer {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
  clear: both;

  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #6c9bd2;
  z-index: 2;
}

/*
  #############################################
  # ヘッダー部のレイアウト
  #############################################
*/
#Header h1 {
  display: inline;
  position: absolute;
  top: 125px;
  left: 0px;
}
#Header h1 a{
  display: block;
  width: 420px;
  height: 135px;
  text-indent: -10000px;
}
#Header h2 {
  text-indent: -10000px;
}

#Header p {
  text-indent: -10000px;
}
#Logo {
  display: inline;
  position: absolute;
  width: 266px;
  height: 45px;
  top: 85px;
  left: 609px;
}
#Logo a {
  display: block;
  width: 266px;
  height: 45px;
  text-indent: -10000px;
  background: url(../img/demand_top.png) left top no-repeat;
}

/*
  #############################################
  # メインコンテンツ部のレイアウト
  #############################################
*/
#MainContents .blog {
  width: 670px;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.blog .blog_top {
  width: 670px;
  height: 12px;
  margin: 0px;
  padding:0px;
  background: url(../img/blog_top.png) left top no-repeat;
  font-size: 1px;
  line-height: 1px;
}
.blog .blog_wrap {
  width: 670px;
  background: url(../img/blog_body.png) left top repeat-y;
}
*html .blog .blog_wrap {
  behavior:expression(
    this.style.behavior || (
      this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
      this.style.backgroundImage = "none",
      this.style.behavior = "none"
    )
  );
}
.blog .blog_bottom {
  width: 670px;
  height: 12px;
  margin: 0px;
  padding:0px;
  background: url(../img/blog_bottom.png) left top no-repeat;
  font-size: 1px;
  line-height: 1px;
}
.blog .blog_title {
  width: 650px;
  min-height: 44px;
  height: auto !important;
  height: 44px;
  margin: 0px 10px;
  padding: 0px;
  background: url(../img/title.png) left top no-repeat;
}
.blog .blog_text {
  width: 630px;
  margin: 0px 20px;
}
.blog .more{
  width: 630px;
  margin: 5px 20px 15px 20px;
}
.blog_title h2,
.blog_title h3 {
  margin: 0px;
  padding: 0px 20px;
  font-size: 18px;
  line-height: 44px;
  font-weight: bold;
  color: #333333;
}
.blog_title a{
  color: #000000;
}
.date {
  margin: 10px 20px;
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
  text-align: right;
  color: #808080;
}
.blog_text .text{
  display: inline;
  font-size: 12px;
  line-height: 20px;
}
.blog_text .text img{
  padding:10px;
}
.more a{
  font-size: 12px;
  line-height: 13px;
}
.blog .blog_category {
  font-size: 12px;
  color: #808080;
  text-align: right;
  padding: 10px 5px;
}

.pageswitch {
  font-size: 12px;
  text-align: center;
}
#NextPrev {
  font-size: 12px;
  text-align: center;
}

/*
  #############################################
  # サイドコンテンツ部のレイアウト
  #############################################
*/

#SideContents .title_calendar{
  width: 180px;
  height: 33px;
  margin: 0px;
  padding: 0px;
  background: url(../img/side_calendar.png) left top no-repeat;
  text-indent: -10000px;
}
#SideContents .title_ratest{
  width: 180px;
  height: 33px;
  margin: 0px;
  padding: 0px;
  background: url(../img/side_ratest.png) left top no-repeat;
  text-indent: -10000px;
}
#SideContents .title_category{
  width: 180px;
  height: 33px;
  margin: 0px;
  padding: 0px;
  background: url(../img/side_category.png) left top no-repeat;
  text-indent: -10000px;
}
#SideContents .title_archive{
  width: 180px;
  height: 33px;
  margin: 0px;
  padding: 0px;
  background: url(../img/side_archive.png) left top no-repeat;
  text-indent: -10000px;
}
#SideContents .title_link{
  width: 180px;
  height: 25px;
  margin: 30px 0px 0px 0px;
  padding: 0px;
  background: url(../img/side_link.png) left top no-repeat;
  text-indent: -10000px;
}
#SideContents .title_contents{
  width: 180px;
  height: 25px;
  margin: 30px 0px 0px 0px;
  padding: 0px;
  background: url(../img/side_contents.png) left top no-repeat;
  text-indent: -10000px;
}
#SideContents .body_01 {
  margin: 0px;
  padding: 0px;
  background: url(../img/side_body.png) left top repeat-y;
  font-size: 12px;
  line-height: 16px;
}
#SideContents .body_01_bottom {
  width: 180px;
  height: 10px;
  margin: 0px 0px 10px 0px;
  padding: 0;
  background: url(../img/side_bottom.png) left top no-repeat;
  line-height:1px;
  font-size:1px;
}

#SideContents .body_01 ul {
  margin: 0px;
  padding: 10px 0px 0px 10px;
  list-style: none;
}
#SideContents .body_01 ul.list_01 {
}
#SideContents .body_01 li {
  margin: 0px;
  padding: 0px 15px 10px 15px;
  overflow: hidden;
}
#SideContents .body_01 .list_01 li{
  background: url(../img/pen.png) left top no-repeat;
}
#SideContents .body_01 li a {
  margin: 0px;
  padding: 0px;
}

.calender_navi {
  margin: 10px 10px 0px 10px;
  padding: 0px;
  font-size: 10px;
  text-align: center;
}
.calender_navi .prev_month {
  text-align: left;
  float: left;
}
.calender_navi .next_month {
  text-align: right;
  float: right;
}
.calendar_month {
  font-size: 14px;
  text-align: center;
}
.calendar {
  width: 161px;
  margin: 5px auto 10px auto;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}
.calendar th {
  width: 23px;
  color: #808080;
  text-align: center;
  font-weight: bold;
}

#SideContents .body_02 {
  margin: 0px;
  padding: 0px;
}
#SideContents .body_02 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#SideContents .body_02 li {
  min-height: 48px;
  height: auto !important;
  height: 48px;
  margin: 5px 0px;
  padding: 0px;
}
#SideContents .body_02 li a {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  line-height: auto;
  text-align: center;
}
#SideContents .body_02 li a span {
  display:block;
}

.old_contents {
  padding:0px;
  margin: 0px 0px 10px 0px;
}
.old_contents a {
  display: block;
  width: 180px;
  height: 46px;
  margin: 0px;
  padding: 0px;
  background: url(../img/miwalog_old.png) left top no-repeat;
  text-indent: -10000px;
}

/*
  #############################################
  # フッター部のレイアウト
  #############################################
*/
#Go_Top a{
  display: block;
  width: 144px;
  background: url(../img/go_top.gif) left top no-repeat;
  height: 30px;
  margin: 0px 0px 0px 731px;
  padding: 0px;
  text-decoration: none;
  text-indent: -10000px;
}
#Go_Top a:hover {
  background-position: left bottom;
}
#Footer #Foot_Left {
  width: 333px;
  height: 98px;
  background: url(../img/footer_logo.jpg) left top no-repeat;
  margin: 0px;
  padding: 0px;
  text-indent: -10000px;
  float: left;
}
#Footer #Foot_Right {
  width: 567px;
  height: 90px;
  margin: 0px;
  padding: 0px;
  float: left;
}
#Footer #Foot_Right ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#Footer #Foot_Right li {
  display: block;
  margin: 5px 0px 0px 10px;
  padding: 0px 0px 0px 13px;
  background: url(../img/footer_link.gif) left 2px no-repeat;
  float: right;
  font-size: 12px;
}
#Footer #Foot_Right li a{
}
#Footer #Copy{
  font-size: 12px;
  color: #333333;
  text-align: right;
}

/*
  #############################################
  # 回り込みなど
  #############################################
*/
.leftbox{float:left;}
.rightbox{float:right;}
.clear{clear:both;width:0px;height:0px;font-size:0px;line-height:0px;}