@charset "utf-8";
/* CSS Document */

#main dl {
 margin:0px;
 }
 
#main dt {
 margin:10px 5px 5px 5px;
 background:url(../images/q.gif) no-repeat left;
 padding:3px 10px 3px 20px;
 font-weight:bold;
 }

#main dd {
 margin:0px 0px 10px 20px;
 background:url(../images/a.gif) no-repeat left top;
 padding:3px 10px 3px 20px;
 line-height:135%;
 }

#main .line {
 border-bottom:1px dotted #CCCCCC; 
 margin:20px 0px; 
 background:none; 
 margin-top:0px; 

 }
