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

#wrapper{ background:url(images/title_back.jpg) repeat-x top #A0CA2A;}

#main h4{ margin-bottom:20px;}


#table01{
border-collapse:collapse;
margin-bottom:10px;
width:630px;
}


#table01 th{
text-align:left;
padding:15px;
font-weight:bold;
vertical-align:top;
border-bottom:1px dashed #ccc;
}

#table01 td{
padding:15px;
border-bottom:1px dashed #ccc;
}

.gray{ color:#CCC;}

.btm{ text-align:right;}