@charset "UTF-8";

/* ----------------------------------------------------------------
    Structure= resource
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
    SectionA contents
----------------------------------------------------------------- */
div#sectionA{
overflow:hidden;
position:relative;
width:690px;
margin:0 0 30px 0;
}

/* ----------------------------------------------------------------
    SectionA main text
----------------------------------------------------------------- */
div#sectionA h2{
width:690px;
font-size:21px;
font-weight:normal;
/*IEハック*/
font-weight:bold\9;
*font-weight:bold;
_font-weight:bold;
/*/IEハック*/
padding:60px 0 15px 0;
border-bottom: 1px solid #9F9FA0;
}
div#sectionA div#main-text{
width:690px;
padding:10px 0;
}

/* ----------------------------------------------------------------
    SectionA sub section
----------------------------------------------------------------- */
div#sectionA div#sub-section01{
overflow:hidden;
position:relative;
clear:both;
width:690px;
padding:0;
margin:20px 0 0 0;
}
div#sectionA div#sub-section01 dl dd.title{
font-size:16px;
font-weight:normal;
color:#6FB92C;
padding: 0 0 15px 0;
}
div#sectionA div#sub-section01 dl dd.right{
width:690px;
text-align:right;
margin:20px 0 0 0;
}
