@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.right{
position:relative;
float: right;
width:345px;
padding: 0;
margin: 0;
}
div#sectionA div#sub-section01 dl dd.left{
position:relative;
float: left;
width:345px;
padding: 0;
margin: 0;
}
div#sectionA div#sub-section01 dl dd ul.indent{
padding: 0 0 0 30px;
}
div#sectionA div#sub-section01 dl dd ul li.title{
font-size:16px;
font-weight:normal;
color:#6FB92C;
padding: 20px 0 0 0;
}
div#sectionA div#sub-section01 dl dd ul li.title a.title{
font-size:16px;
font-weight:normal;
color:#6FB92C;
padding: 20px 0 0 0;
}
div#sectionA div#sub-section01 dl dd ul li.title a.title:hover, a:active, a:focus{
text-decoration:none;
color:#b7dc95;
}
div#sectionA div#sub-section01 dl dd ul li.navi01{
background-image: url(../images/arrow.gif);
background-position: left center;
background-repeat: no-repeat;
padding: 0 0 0 10px;
margin: 20px 0 15px 0;
line-height:2;
}
div#sectionA div#sub-section01 dl dd ul li.navi02{
background-image: url(../images/arrow.gif);
background-position: left top;
background-repeat: no-repeat;
font-size:11px;
font-weight:normal;
line-height:1;
padding: 0 50px 0 10px;
margin: 10px 0 0 15px;
}
div#sectionA div#sub-section01 dl dd ul li.navi03{
background-image: url(../images/arrow.gif);
background-position: left center;
background-repeat: no-repeat;
font-size:10px;
font-weight:normal;
line-height:1;
padding: 0 0 0 10px;
margin: 5px 0 0 35px;
}