
.sample_html_bookend {
  margin-bottom: 30px;
}

.title1_01{
  background: url(../img/title_bg_01_top.gif) no-repeat left top;
}
.title1_01 span{
  background: url(../img/title_bg_01_bottom.gif) no-repeat left bottom;
  display: block;
  padding: 10px 12px;
  font-weight: normal;
  font-size: 90%;
  line-height: 1.4em;
  color: #3c3c3c;
}

div#copyright_text {
	font-size: 75%;
	line-height: 1.4em;
	color: #3c3c3c;
}

div#copyright_text p {
	margin-bottom:20px;
}

/* clearfix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
   overflow:hidden;
}
.clearfix { display: inline-block;overflow:hidden; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1%;overflow:hidden; }
.clearfix {display:block;overflow:hidden;}
/* end MacIE5 */