@charset "Shift_JIS";

body{
	font-size:16px;
}
/*--for IE----------*/
*:first-child+html body{
	font-size:130%;
}
* html body{
	font-size:130%;
}

.sbtn{
	filter:alpha(opacity=100); /*IE*/
	-moz-opacity:1.0; /*FF*/
	opacity:1.0;
}

.mbtn{
	filter:alpha(opacity=100); /*IE*/
	-moz-opacity:1.0; /*FF*/
	opacity:1.0;
}

.lbtn{
	filter:alpha(opacity=0); /*IE*/
	-moz-opacity:0.0; /*FF*/
	opacity:0.0;
}

#global_footer {
	font-size:90%;
}

#global_footer #footer_inner ul#btm_menu li{
	background-position:0 6px;
}

#global_footer #pagetop{
	padding-bottom:6px;
}
