@charset "utf-8";



/* #main
--------------------------------------------------*/

#nav{
height:44px;
margin-bottom:20px;
}

#nav li{
float:left;
}

#main table{
width:640px;
border-bottom:1px solid #e7e7e7;
margin:20px 0 25px 0;
}


#main table th{
font-size:116%;
line-height:1.6;
border-top:1px solid #e7e7e7;
padding:10px 10px 10px 0;
}

#main table td{
color:#333333;
border-top:1px solid #e7e7e7;
padding:10px 0 10px 0;
}

#main table td p{
font-size:116%;
line-height:1.6;
}

#main td span{
display:block;
font-size:83%;
line-height:1.9;
margin-top:5px;
color:#999999;
}

#main table td p.button{
margin-top:10px;
}



