@charset "UTF-8";


#contents .section dl {
color: #2F2316;
}

#contents .section dl dt {
height: 2.5em;
font-size: 123%;
font-weight: bold;
background: url(images/bg01.png) no-repeat left bottom;
}

#contents .section dl dd {
padding: 10px;
margin-bottom: 1em;
}

#contents .section dl dd ul.alpha,
#contents .section dl dd ul.beta {
float: left;
width: 350px;
}

#contents .section dl dd ul li {
margin-left: 2em;
list-style-type: disc;
font-size: 93%;
line-height: 160%;
}


