@charset "UTF-8";

div#newsarea {
width:800px;
margin:0 25px;
}

div#newsarea dl {
text-align:left;
}

div#newsarea dl dt{
color:#663300;
border-bottom:#99c3ad 1px solid;
padding:35px 0 20px 0;
line-height:200%;
}

div#newsarea dl dd{
padding:20px 0 0 0;
color:#000000;
line-height:150%;
}


div#newsarea dl  dt .title {
color:#663300;
font-size:18px;
}

div#newsarea dl dd .left{
float:left;
width:250px;
}

div#newsarea dl dd .right{
float:right;
width:520px;
color:#000000;
line-height:150%;
}

