/*----------------------------------------------------------------------------------------
about
---------------------------------------------------------------------------------------- */
#about_left{
float:left;
width:270px;
margin:0px 30px 0px 0px;
}

#about_right{
float:right;
width:650px;
margin:0px 0px 0px 10px;
}

#about_left ul  li{
background-image: url(../image/common/img_yajirushi.gif);
background-repeat:no-repeat;
padding-left:30px;
padding-bottom:15px;
border-bottom:#000000 1px dotted;
margin-bottom:10px;
}


h1{
font-size:18px;
font-weight:bold;
margin-bottom:15px;
}

h2,h3,h4,h5{
font-size:16px;
font-weight:bold;
margin-bottom:15px;
}

p{
margin-bottom:40px;
}


/*----------------------------------------------------------------------------------------
coaching
---------------------------------------------------------------------------------------- */

#about_right dt{
font-size:16px;
font-weight:bold;
padding-bottom:10px;
}

#about_right dd{
margin-bottom:30px;
}

