
/* ---h1--- */
.h1_other{
width:510px;
height:70px;
background-image:url(../common/h1_other.gif);
background-repeat: no-repeat;
text-align:left;
}

.h1_other02{
width:510px;
height:59px;
background-image:url(../common/h1_other02.gif);
background-repeat: no-repeat;
text-align:left;
}

h1{
font-size:14px;
line-height: 18px;
padding:12px 0px 0px 15px;
}

/* ---h2--- */
.h2_other{
width:510px;
height:35px;
background-image:url(../common/h2_other.gif);
background-repeat:no-repeat;
}

h2{
font-size:12px;
color:#036472;
padding-left:15px;
padding-top:6px;
}

/* ---list--- */
ul.square{
list-style-type: square;
}


/* ---float--- */
.float_r{
float:right;
margin-left:5px;
margin-bottom:5px;
}

.float_l{
float:left;
margin-right:5px;
margin-bottom:5px;
}