@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content dl dt{
 font-weight: bold;
 margin-bottom: 2px;
}

#first p.special{
 margin: 6px 0 3px 0;
}

#first ul{
 overflow: hidden;
 zoom: 1;
 margin-bottom: 12px;
}

#first ul li{
 float: left;
 font-weight: bold;
}

#first ul li.one{
 color: #7677B8;
 margin-right: 20px;
}

#first ul li.two{
 color: #F17D7E;
}

#first{
 margin-bottom: 28px;
}

#first dl{
 margin-bottom: 10px;
}

#first dl.last{
 margin-bottom: 0;
}

#second h2{
 margin-bottom: 16px;
}