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

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

h1,h2,h3,h4,h5,h6,form,th,td,span,li,address,dt,dd,a {
	margin:0px;
	padding:0px;
	font-style:normal;
	font-size:14px;
	line-height:140%;
	font-weight:normal;
}

p {
	font-style:normal;
	font-size:14px;
	line-height:140%;
	font-weight:normal;
	clear:both;
}

/**********************************************
 *	フォント大きさ指定
**********************************************/

/********************
 *	小
********************/

#fmenu li#fcont1 a {
	background: url('../images/bt_font_small_off.gif') left top no-repeat;
	width:29px;
	height:27px;
	margin:11px 0 0 99px;
}	

#fmenu li#fcont1 a:hover, #fmenu li#fcont1b {
	background: url('../images/bt_font_small_on.gif') left top no-repeat;
	width:29px;
	height:27px;
	margin:11px 0 0 99px;
}

/********************
 *	大
********************/

#fmenu li#fcont2 a {
	background: url('../images/bt_font_large_on.gif') left top no-repeat;
	width:29px;
	height:27px;
	margin:11px 0 0 8px;
}	

#fmenu li#fcont2 a:hover, #fmenu li#fcont2b {
	background: url('../images/bt_font_large_on.gif') left top no-repeat;
	width:29px;
	height:27px;
	margin:11px 0 0 8px;
}

