@charset "utf-8";

.en-font{font-family:Georgia, "Times New Roman", Times, serif,Arial, Helvetica, sans-serif;}
.font10 { font-size:77%; }
.font11 { font-size:85%; }
.font12 { font-size:93%; }
.font13 { font-size:100%; }
.font14 { font-size:108%; }
.font15 { font-size:116%; }
.font16 { font-size:124%; }
.font17 { font-size:131%; }
.font18 { font-size:139%; }
.font19 { font-size:147%; }
.font20 { font-size:154%; }
.font21 { font-size:162%; }
.font22 { font-size:169%; }
.font23 { font-size:177%; }
.font24 { font-size:185%; }
.font25 { font-size:192%; }
.font26 { font-size:200%; }

*:first-child+html .font10{letter-spacing:-1px;line-height:1.2;};
*:first-child+html .font11{letter-spacing:-1px;line-height:1.2;};



/*----------------------------------------------

clearfix

-----------------------------------------------*/
.clearfix { /zoom : 1; }
.clearfix:after{ content : ''; display : block; clear : both; height:0; }



/*----------------------------------------------

float

-----------------------------------------------*/
.floatLeft{ float: left; }
.floatRight{ float: right; }
.clear{ clear: both; }




/*----------------------------------------------

align

-----------------------------------------------*/
.alignRight{
	text-align:right;
}
.alignLeft{
	text-align:left;
}

.alignCenter{
	text-align:center;
}



/*----------------------------------------------

letter-spacing

-----------------------------------------------*/
.spaceNone{
	letter-spacing:0;
}

.spaceNarrow{
	letter-spacing:0.1em;
}

.spaceNormal{
	letter-spacing:2px;
}




/*----------------------------------------------

list-style

-----------------------------------------------*/
/*num*/
.listDecimal{
	list-style::decimal;
}

/*ABC*/
.listUpperAlpha{
	list-style:upper-alpha;
}

/*abc*/
.listLowerAlpha{
	list-style:lower-alpha;
}

.listNone{
	list-style:none;
}



/*----------------------------------------------

a

-----------------------------------------------*/
a{text-decoration:underline;}
a:link{}
a:visited{}
a:hover{}
a:active{}

/*----------------------------------------------



-----------------------------------------------*/
.bold{ font-weight:bold;}


/*----------------------------------------------

display

-----------------------------------------------*/
.none{ display:none;}
.block{display:block;}


/*----------------------------------------------

position

-----------------------------------------------*/
.relative{position:relative;}
.margin-auto{ margin:0 auto;}


/*----------------------------------------------

guard

-----------------------------------------------*/
.guard{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
	top:0;
	left:0;
    background-image:url(../img/spacer.gif);
}
