@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 *　　							このスタイルシートが読み込まれると、基本のフォントサイズが10pxになります。
 *	　フォントサイズ・小				
 *				　　　　　　　　　　　　　　％を変化させて縮小率調整
 * 
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */



body {
	font-size: 62.5%;
}
/* 1.2em=10px  at 　body's font-size:50% */

dl#textSwitch dd#small a {background: url(../img/share/header_btn_s_bg.gif) no-repeat left bottom;}
dl#textSwitch dd#middle a {background: url(../img/share/header_btn_m_bg.gif) no-repeat left bottom;}
dl#textSwitch dd#large a {background: url(../img/share/header_btn_l_bg.gif) no-repeat left top;}

