@charset "utf-8";

#content h2{
text-align:center;
}

#content .box{
border:1px solid #999999;
margin-bottom:10px;
padding:4px 4px 10px 4px;
}

#content .box p{
font-size:80%;
padding:0 10px;
line-height:1.4;
}

#content .box table{
width:516px;
margin:auto auto 15px auto;
}

#content .box table caption{
border-top:1px solid #DDDDDD;
width:516px;
margin:auto;
padding-top:1em;
text-align:left;
font-size:80%;
font-weight:bold;
}

#content .box table.guide th{
width:6em;
}

#content .box table th{
padding-right:10px;
text-align:center;
}
#content .box table .two_txt th:first-letter {
border-right:2em solid #FFFFFF;
}

#content .box table th,
#content .box table td{
font-size:87.5%;
border-bottom:1px solid #666666;
}

#content .box table .first_child th,
#content .box table .first_child td{
border-top:1px solid #666666;
}

#content .box table td{
padding:3px 0;
}

#content .box table.form_table th,
#content .box table.form_table td{
border-bottom:1px solid #DDDDDD;
padding:0.8em 0;
font-size:75%;
font-weight:normal;
}

#content .box table ul{
border-left:1px dotted #666666;
padding:0.8em 0 0.8em 15px;
list-style-position:inside;
line-height:1.4;
}

#content .box label{
cursor:pointer;
}


