@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ nippon-belting css ] [ font_m.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2009-05-12
	---------------------------------------------------------------------------------------------*/


/* ================================================

	fontsize

=================================================*/

/* fontsize -------------*/
.fs10 { font-size: 12px; }
.fs12 { font-size: 14px; }
.fs14 { font-size: 16px; }
.fs16 { font-size: 18px; }
.fs18 { font-size: 20px; }
.fs20 { font-size: 22px; }


/* ================================================

	fontSwitcher

=================================================*/

/* fontSwitcher -------------*/
#fontSwitcher {}
#fontSwitcher div#fsArea {}
#fontSwitcher div#fsArea span.fsTitle {
	background-image: url(../_img/common/hader_fs_title.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 99px;
	display: block;
	float: left;
}
#fontSwitcher div#fsArea a {
	display: block;
	float: left;
	height: 30px;
	width: 19px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
#fontSwitcher div#fsArea a#fsBt1 {
	background-image: url(../_img/common/hader_fs_bt_1.jpg);
	background-repeat: no-repeat;
}
#fontSwitcher div#fsArea a#fsBt2 {
	background-image: url(../_img/common/hader_fs_bt_2_f2.jpg);
	background-repeat: no-repeat;
}
#fontSwitcher div#fsArea a#fsBt3 {
	background-image: url(../_img/common/hader_fs_bt_3.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
}
#fontSwitcher div#fsArea a#fsBt1:hover {
	background-image: url(../_img/common/hader_fs_bt_1_f2.jpg);
	background-repeat: no-repeat;
}
#fontSwitcher div#fsArea a#fsBt2:hover {
	background-image: url(../_img/common/hader_fs_bt_2_f2.jpg);
	background-repeat: no-repeat;
}
#fontSwitcher div#fsArea a#fsBt3:hover {
	background-image: url(../_img/common/hader_fs_bt_3_f2.jpg);
	background-repeat: no-repeat;
}

#fontSwitcher div#fsArea span.fsTitle,
#fontSwitcher div#fsArea a {
	overflow: hidden;
	text-indent: -700em;
	text-decoration: none;
}
