@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:16px;
	line-height:150%;
	text-align:left;
}

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

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

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

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

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

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

/*	フォント小	*/
#fmenu li#fs a {
	background: url('/images/bt_font_fs_off.gif') left top no-repeat;
	width:26px;
	height:26px;
	margin:0 12px 0 137px;
}
	
#fmenu li#fs a:hover, #fmenu li#fsb {
	background: url('/images/bt_font_fs_on.gif') left top no-repeat;
	width:26px;
	height:26px;
	margin:0 12px 0 137px;
}
