@charset "UTF-8";

@import "common.css";

/*--------------------------------------------------------------
ContentsArea
--------------------------------------------------------------*/

table {
color:#666666;
font-size:12px;
font-family:'Hiragino Kaku Gothic Pro','$B%R%i%.%N3Q%4(B Pro W3','$B#M#S(B $B#P%4%7%C%/(B',sans-serif;
line-height:18px;
text-align:left;
border:none;
border-collapse:collapse;
width:578px;
}

th{
border:none;
text-align:left;
font-weight:normal;
width:72px;
}

th.letter1{
letter-spacing:2em;
}

th.letter2{
letter-spacing:0.5em;
}

th.letter3{
letter-spacing:0.85em;
}

/*--------------------------------------------------------------
OPERA hack
--------------------------------------------------------------*/

*+html>/**/body table {
line-height:18px;
}