@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ sunrise-villa css ] [ font_s.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2009-02-2
	---------------------------------------------------------------------------------------------*/


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

	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/font_set_01.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 72px;
	display: block;
	float: left;
}
#fontSwitcher div#fsArea a {
	display: block;
	float: left;
	height: 37px;
	width: 31px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
#fontSwitcher div#fsArea a#fsBt1 {
	background-image: url(../_img/common/font_set_02.jpg);
	background-repeat: no-repeat;
}
#fontSwitcher div#fsArea a#fsBt2 {
	background-image: url(../_img/common/font_set_03_f2.jpg);
	background-repeat: no-repeat;
}
#fontSwitcher div#fsArea a#fsBt3 {
	background-image: url(../_img/common/font_set_04.jpg);
	background-repeat: no-repeat;
}
#fontSwitcher div#fsArea a#fsBt1:hover {
	background-image: url(../_img/common/font_set_02_f2.jpg);
	background-repeat: no-repeat;
}
#fontSwitcher div#fsArea a#fsBt2:hover {
	background-image: url(../_img/common/font_set_03_f2.jpg);
	background-repeat: no-repeat;
}
#fontSwitcher div#fsArea a#fsBt3:hover {
	background-image: url(../_img/common/font_set_04_f2.jpg);
	background-repeat: no-repeat;
}

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