div#logo_image {
	text-align:right;
}

.sample_html_bookend {
  margin-bottom: 30px;
}
.sample_html_float_left{
  float: left;
  width: 310px;
}
.sample_html_float_right{
  float: right;
  width: 310px;
}

.strong_decoration_01{
  color: #54af5d;
  font-weight: bold;
  font-size: 90%;
  line-height: 1.4em;
}

.icon_02 li {
  background: url(../img/left_navi_menu_mkr2_01.gif) no-repeat 0 7px;
  margin: 7px 0;
  padding-left: 12px;
  font-size: 90%;
  line-height: 1.4em;
  color: #3c3c3c;
}
.icon_02 a {
  color: #0050a3;
  text-decoration: none;
}
.icon_02 a:hover {
  text-decoration: underline;
}

/* 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 */