@charset "UTF-8";

/*======================================
	基本構造
=======================================*/

body {
	
	
	font-size: 100%;
	
	
}


.fontSwich ul li.fontS a {
	background: url(../img/btn_s_off.gif) no-repeat 0px 0px;
}
.fontSwich ul li.fontM a {
	background: url(../img/btn_m_on.gif) no-repeat 0px 0px;
}
.fontSwich ul li.fontL a {
	background: url(../img/btn_l_off.gif) no-repeat 0px 0px;
}
.fontSwich ul li.fontS a:hover {
	background: url(../img/btn_s_on.gif) no-repeat 0px 0px;
}
.fontSwich ul li.fontL a:hover {
	background: url(../img/btn_l_on.gif) no-repeat 0px 0px;
}


