@charset "utf-8";
/* CSS Document */

/**********************************************
 *	フォント指定
**********************************************/

h1,h2,h3,h4,h5,h6,form,th,td,span,li,address,dt,dd {
	margin:0px;
	padding:0px;
	font-style:normal;
	font-size:15px;
	line-height:150%;
	text-align:left;
}

p {
	font-style:normal;
	font-size:15px;
	text-align:left;
	line-height:150%;
	clear:both;
}

/**********************************************
 *	フォントボタン
**********************************************/

/*	フォント大	*/
#fmenu li#fl a {
	background: url('/images/bt_font_l_on.gif') left top no-repeat;
	width:21px;
	height:21px;
	margin:7px 0 0 0;
}

#fmenu li#fl a:hover, #fmenu li#flb {
	background: url('/images/bt_font_l_on.gif') left top no-repeat;
	width:21px;
	height:21px;
	margin:7px 0 0 0;
}

/*	フォント中	*/
#fmenu li#fm a {
	background: url('/images/bt_font_m_off.gif') left top no-repeat;
	width:21px;
	height:21px;
	margin:7px 10px 0 0;
}	

#fmenu li#fm a:hover, #fmenu li#fmb {
	background: url('/images/bt_font_m_on.gif') left top no-repeat;
	width:21px;
	height:21px;
	margin:7px 10px 0 0;
}

/*	フォント小	*/
#fmenu li#fs a {
	background: url('/images/bt_font_s_off.gif') left top no-repeat;
	width:21px;
	height:21px;
	margin:7px 10px 0 111px;
}
	
#fmenu li#fs a:hover, #fmenu li#fsb {
	background: url('/images/bt_font_s_on.gif') left top no-repeat;
	width:21px;
	height:21px;
	margin:7px 10px 0 111px;
}
