@charset "utf-8";

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

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

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

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

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

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

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