@charset "utf-8";

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

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

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

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

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

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

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

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