@charset "shift_jis";
/* 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:10px;
	line-height:180%;
	text-align:left;
}

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

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

/*	フォント大	*/
#header li#fl a {
	background: url('/kss/images/bt_font_largef.gif') left top no-repeat;
	width:23px;
	margin:4px 8px 0 0;
}

#header li#fl a:hover, #header li#flb {
	background: url('/kss/images/bt_font_largeb.gif') left top no-repeat;
	width:23px;
	margin:4px 8px 0 0;
}

/*	フォント中	*/
#header li#fm a {
	background: url('/kss/images/bt_font_middlef.gif') top left no-repeat;
	width:23px;
	margin:4px 8px 0 0;
}	

#header li#fm a:hover, #header li#fmb {
	background: url('/kss/images/bt_font_middleb.gif') top left no-repeat;
	width:23px;
	margin:4px 8px 0 0;
}

/*	フォント小	*/
#header li#fs a {
	background: url('/kss/images/bt_font_smallb.gif') top left no-repeat;
	width:23px;
	margin:4px 21px 0 0;
}
	
#header li#fs a:hover, #header li#fsb {
	background: url('/kss/images/bt_font_smallb.gif') top left no-repeat;
	width:23px;
	margin:4px 21px 0 0;
}


