@charset "utf-8";
/*\*/
@import "common.css";


#content dl {
padding:10px 0;
background:url(../img/hrX.gif) bottom repeat-x;
margin:10px 80px;
}

#content dl dt {
font-size:107%;
color:#1e218a;
margin-bottom:5px;
}

#content dl dt a {
background:url(../img/linkBlank.gif) left no-repeat;
padding-left:20px;
}

#content dl dd {
line-height:1.6;
padding-bottom:10px;
margin-left:20px;
}

#content dl dd a {
text-decoration:none;
color:#999;
}

#content dl dd a:hover {
color:#1e218b;
text-decoration:underline;
}


