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


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

	font size small

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

/* footerArea
---------------------------------------------------------------------------------------------*/
#footerArea a {
	font-size: 83%;
}

/* contentsArea 
---------------------------------------------------------------------------------------------*/
#contentsArea p {
	font-size: 83%;
	line-height: 1.5em;
}

/* wnArea
---------------------------------------------------------------------------------------------*/
#wnArea li,
#uxArea li span.title {
	font-size: 83%;
}
#uxArea li span.category {
	font-size: 67%;
}

/* staff blog entry
---------------------------------------------------------------------------------------------*/
#pageBody .entryHeader h2 {
	font-size: 100%;
}

/* fontsize
---------------------------------------------------------------------------------------------*/
.fs10 {font-size: 83%;}
.fs12 {font-size: 83%;}
.fs14 {font-size: 100%;}
.fs16 {font-size: 116%;}
.fs18 {font-size: 133%;}
.fs20 {font-size: 150%;}
.fs22 {font-size: 166%;}
.fs23 {font-size: 182%;}


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

	fontSwitcher

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

/* fontSwitcher -------------*/
#fontSwitcher {}
#fontSwitcher #fsArea {}
#fontSwitcher #fsArea .fsTitle {
	background-image: url(../_img/common/header_sub_menu_text_01.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 46px;
	display: block;
	float: left;
}
#fontSwitcher #fsArea a {
	display: block;
	float: left;
	height: 42px;
	width: 37px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
#fontSwitcher #fsArea a#fsBt1 {
	background-image: url(../_img/common/header_sub_menu_05_f3.jpg);
	background-repeat: no-repeat;
}
#fontSwitcher #fsArea a#fsBt2 {
	background-image: url(../_img/common/header_sub_menu_06.jpg);
	background-repeat: no-repeat;
}
#fontSwitcher #fsArea a#fsBt3 {
	background-image: url(../_img/common/header_sub_menu_07.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 36px;
}
#fontSwitcher #fsArea a#fsBt1:hover {
	background-image: url(../_img/common/header_sub_menu_05_f3.jpg);
	background-repeat: no-repeat;
}
#fontSwitcher #fsArea a#fsBt2:hover {
	background-image: url(../_img/common/header_sub_menu_06_f2.jpg);
	background-repeat: no-repeat;
}
#fontSwitcher #fsArea a#fsBt3:hover {
	background-image: url(../_img/common/header_sub_menu_07_f2.jpg);
	background-repeat: no-repeat;
}

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