@charset "utf-8";



/* =================================================================
		Font Switch [Medium]
================================================================= */
#wrapper{
	font-size: 100%;
}


/* 標準 （フォントサイズ切り替え） 
	--------------------------------------------------------------- */
#font-switch-small img{
	background: url(../../img/common/font-switch-small.jpg) no-repeat left top;
}
#font-switch-medium img{
	background: url(../../img/common/font-switch-medium_on.jpg) no-repeat left top;
}
#font-switch-large img{
	background: url(../../img/common/font-switch-large.jpg) no-repeat left top;
}

#font-switch-small img:hover{
	background: url(../../img/common/font-switch-small_on.jpg) no-repeat left top;
}
#font-switch-medium img:hover{
	background: url(../../img/common/font-switch-medium_on.jpg) no-repeat left top;
}
#font-switch-large img:hover{
	background: url(../../img/common/font-switch-large_on.jpg) no-repeat left top;
}
