@charset "utf-8";
/* CSS Document */

#alphaBlock {
	font-size:16px;
/*	font-size:1em; */
	line-height:135%;
}
#betaBlock {
	font-size:16px;
/*	font-size:1em; */
	line-height:135%;
}

/*画像切り替え*/
#header .fsUnit UL LI.fsSmall A {
	background:url(../../img/fs-small.gif) no-repeat;
}
#header .fsUnit UL LI.fsSmall A:hover {
	background:url(../../img/fs-smallov.gif) no-repeat;
}
#header .fsUnit UL LI.fsStandard A {
	background:url(../../img/fs-standerd.gif) no-repeat;
}
#header .fsUnit UL LI.fsStandard A:hover {
	background:url(../../img/fs-standerdov.gif) no-repeat;
}
#header .fsUnit UL LI.fsBig A {
	background:url(../../img/fs-bigcr.gif) no-repeat;
}