@charset "UTF-8";

#main h1{
  font-size: 16px;
  font-weight:bold;
  height: 30px;
  padding: 20px 10px 10px 10px;
  margin: 0px;
  background-image: url(../images/blog/h1.png);
  background-repeat: no-repeat;
}

ul#left-topics-menu{
  padding: 6px 0px;
  margin: 0px;
}

#left-topics-menu li{
  padding: 6px 0px;
  margin: 0px;
  background-image: url(../images/common/line-dash-aaa.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

#left-topics-menu li.last {
  padding-bottom: 0;
  background-image: none;
}


#main .date{
	margin:5px 0 0;
}

.point-box{
  clear:both;
  padding: 10px 0 6px;
  margin: 0 0 15px;
  background-image: url(../images/common/line-stripe-eee.png);
  background-repeat: repeat-x;
  background-position: top;
}


.blog-list{
  padding: 6px 0px;
  margin: 0px;
  background-image: url(../images/common/line-dash-aaa.png);
  background-repeat: repeat-x;
  background-position: bottom;
}



#topic-honbun{
  margin-bottom: 0;
  padding-bottom: 10px;
  background-image: url(../images/common/line-stripe-eee.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}

#topic-honbun h2{
  font-size: 120%;
  padding: 0 0 1em 0;
  margin: 0px;
}

#topic-honbun p{
  padding: 0 0 1em 0;
}

#topic-honbun .topic-inner-box, #topic-honbun blockquote {
  background-color:#f8f8ee;
  padding: 1em;
  margin: 0 0 1em 0;
}

.square-08-arrow{
  padding: 0px;
  margin: 10px auto 0;
  width:415px;
}

.go-back-square-08{
  float: left;
  font-size: 85%;
  padding-left: 13px;
  margin: 0px;
  background-image: url(../images/common/arrow-square-08-2.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

.go-next-square-08{
  float: right;
  font-size: 85%;
  padding-right: 13px;
  margin: 0px;
  background-image: url(../images/common/arrow-square-08.png);
  background-repeat: no-repeat;
  background-position: right 3px;
}


#honbun{
  margin-bottom: 0;
  padding-bottom: 10px;
  background-position: bottom left;
  background-repeat: repeat-x;
}


.content-box {
  background-image: url(../images/common/line-stripe-eee.png);
  background-position: left top;
  background-repeat: repeat-x;
  margin: 10px 0 15px;
  padding: 3px 0 0;
}

.content-box h2 {
  color: #FFFFFF;
  font-size: 114%;
  margin-bottom: 5px;
  padding: 6px;
}

.content-box h3 {
  background-image: url(../images/common/line-dash-aaa.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: 110%;
  margin: 0 0 8px;
  padding: 15px 0 8px;
}

.content-box.h3-circle h3,
.content-box.h3-circle-underline h3 {
  background-position: left 3px;
  background-repeat: no-repeat;
  font-size: 100%;
  font-weight: bold;
  margin: 15px 0 4px;
  padding: 0 0 0 14px;
}

.content-box.h3-circle-underline .underline {
  background-image: url(../images/common/line-dash-aaa.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  margin-bottom: 10px;
  padding-bottom: 5px;
}



.style00 .content-box.h3-circle h3,
.style00 .content-box.h3-circle-underline h3 {
  background-image: url(../images/common/circle-00.png);
}

