/* sample html bookend */
.html_bookend {
  margin-bottom: 30px;
}
.html_float_left{
  float: left;
  width: 200px;
  margin-right:20px;
}

/* title style */
.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;
}
.title2_01{
  background: url(../img/title_bg_02_top.gif) no-repeat left top;
}
.title2_01 span{
  background: url(../img/title_bg_02_bottom.gif) no-repeat left bottom;
  display: block;
  padding: 10px 12px;
  font-weight: normal;
  font-size: 90%;
  line-height: 1.4em;
  color: #3c3c3c;
}

.link_box_01 {
padding:5px;
}

#link_box_02 {
margin-right:0;
}

.icon_01 {
  margin-bottom:30px;
}

.icon_01 li {
  background: url(../img/left_navi_menu_mkr1_01.gif) no-repeat 0 6px;
  margin: 7px 0;
  padding-left: 12px;
  font-size: 75%;
  line-height: 1.4em;
  color: #3c3c3c;
}
.icon_01 a {
  color: #0050a3;
  text-decoration: none;
}
.icon_01 a:hover {
  text-decoration: underline;
}

ul li .icon_02 li {
  background: url(../img/left_navi_menu_mkr2_01.gif) no-repeat 0 7px;
  margin: 7px 0;
  padding-left: 12px;
  font-size: 100%;
  line-height: 1.4em;
  color: #3c3c3c;
}
ul li .icon_02 a {
  color: #0050a3;
  text-decoration: none;
}
ul li .icon_02 a:hover {
  text-decoration: underline;
}



