@charset "utf-8";
/* CSS Document */

#main-content{
font-size:1.2em;
}


#main-content h3{
margin-bottom:10px;
}

#main-content h4{
margin-bottom:10px;
}

#main-content h5{
font-weight:800;
margin-bottom:10px;
}

#main-content h6{
font-weight:100;
background:#cfc;
margin-bottom:10px;
padding:5px 10px;
}

#main-content .div01{
margin-bottom:40px;
}

#main-content .div01 .dl01{
}

#main-content .div01 .dl01 dt{
color:#27818E;
font-weight:800;
background:url("../img/01_bg_01.png");
margin-bottom:1px;
padding:5px 10px;
}

#main-content .div01 .dl01 dd{
padding:10px;
background:#cfc;
margin-bottom:20px;
}

#main-content .div01 .dl02{
}

#main-content .div01 .dl02 dt{
margin-bottom:10px;
}

#main-content .div01 .dl02 dd{
margin-bottom:10px;
}

#main-content .div01 ul{
padding-left:25px;
list-style:outside disc;
}

#main-content p{
margin-bottom:10px;
}

#main-content hr{
margin:40px 0px 40px;
*margin:30px 0px 00px;
height:1px;
border:none;
border-top:dotted 1px #888;
}
