@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      small.css
 Update:         2009.12.02
 Style Info:     フォントサイズ小CSSファイル
----------------------------------------------------------- */

/* -----------------------------------------------------------
　　フォント設定
----------------------------------------------------------- */

body {
 font-size: 80%;
}
html>/**/body {
 font-size: 80%;
}

* + html body {
 font-family: "メイリオ","Meiryo";
}

/*----------------------------------------
 __CSS_switch
----------------------------------------*/

ul#switchlist li.st a {
	background: url(../../img/st_off.gif) no-repeat left center;
}
ul#switchlist li.sm a {
	background: url(../../img/sm_on.gif) no-repeat left center;
}