@charset "utf-8";


/*Base Font*/
body,
table {
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
_font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 12px;
-webkit-text-size-adjust: 100%;
}

/*ie7*/
*:first-child+html body {
font-size:75%;
}	
/*ie5-6*/
* html body {
font-size:75%;
}


/*relative font size*/
.xsmall {
/*10px*/
font-size: 83.4%;
-webkit-text-size-adjust: none;
}
.small {
/*11px*/
font-size: 91.6%;
-webkit-text-size-adjust: none;
}
.large {
/*13px*/
font-size: 108.3%;
}
.x-large {
/*14px*/
font-size: 116.7%;
}
.xx-large {
/*15px*/
font-size: 125%;
}
.xxx-large {
/*16px*/
font-size: 133.4%;
}
.xxxx-large {
/*17px*/
font-size: 141.7%;
}

.justify {
text-align: justify;
text-justify: inter-ideograph;
}

.fontGreen {
color: #53B231;
}

.underline {
text-decoration: underline;
}

.orange{
color: #FF8200;
}

.bold{
font-weight: bold;
}