@charset "UTF-8";

/* ------------------------------------------- CSS Information
 File Name:      style_standard.css
 Author:         
 Style Info:     フォントサイズ設定
----------------------------------------------------------- */

body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, form, a, textarea, div, span {
	font-size: 100%;
}


ul#fontSize li#large a {
	background: url(../images/icn_font_l_off.gif) no-repeat left center;
	}

ul#fontSize li#standard a {
	background: url(../images/icn_font_m_on.gif) no-repeat left center;
	}

ul#fontSize li#small a {
	background: url(../images/icn_font_s_off.gif) no-repeat left center;
	}


