@charset "utf-8";

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

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

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

body {
 font-size: 12px;
}
html:not(:target) body { /*IE6,7,8以外（モダンブラウザ）に適用*/
 font-size: 12px;
}

*:first-child+html body, head~/**/body { /*IE7,8に適用*/
 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;
}