@charset "utf-8";





/* #main
--------------------------------------------------*/
#main h1{
margin:20px 0 30px 0;
}

#main p{
font-size:116%;
line-height:1.7;
letter-spacing:1px;
}

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

#main th{
font-size:116%;
line-height:153%;
color:#333333;
white-space:nowrap;
border-top:1px solid #e7e7e7;
padding:10px 35px 10px 0;
}

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

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

#main td.admission{
padding:0 0 10px 0;
}

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

#main .admission table{
width:100%;
font-size:116%;
line-height:1.6;
margin-bottom:10px;
}

#main .admission th{
width:7em;
font-size:100%;
line-height:1.6;
background:url(../img/border.gif) repeat-x left bottom;
border:none;
}

#main .admission td{
background:url(../img/border.gif) repeat-x left bottom;
border:none;
}

#main td a{
display:block;
font-size:100%;
background:url(../../img/common/arrow_a.gif) no-repeat left center;
padding-left:20px;
margin:4px 0;
color:#1e1c5e;
}






