@charset "UTF-8";

h2{
margin-bottom:20px;
}


/* = itemblock 
*************************************************/
.itemblock02{
width:721px;
margin-bottom:10px;
padding:25px 0 10px;
border:solid #e3e3e3 1px;
border-top:solid #5abced 3px;
}

*html .itemblock02{
padding-bottom:1px;
}

*:first-child+html .itemblock02{
padding-bottom:1px;
}

html>/**/body .itemblock02{
padding-bottom /*\**/:1px\9;
}


/* = listblock 
*************************************************/
.listblock01{
margin:0 5px 10px;
padding:0 5px;
border-bottom:solid #CCCCCC 1px;
}

.listblock01 dl{
margin-bottom:10px;
}

.listblock01 dt{
font-size:1.4em;
font-weight:bold;
line-height:1.6;
margin-bottom:10px;
padding-left:25px;
background:url(../img/index_icon_001.gif) no-repeat left top;
}

.listblock01 dd{
font-size:1.2em;
line-height:1.6;
padding-left:25px;
background:url(../img/index_icon_002.gif) no-repeat left top;
}


