@charset "UTF-8";
/* ////////////////////////////////////////

	fontsize L

//////////////////////////////////////// */

.Txt10 {
	font-size:92%;

}

.Txt10h {
	font-size:92%;
	line-height:150%;
}

.Txt12 {
	font-size:107%;
}

.Txt12h {
	font-size:107%;
	line-height:150%;
}

.Txt12h-2 {
	font-size:107%;
	line-height:200%;
}

.Txt14 {
	font-size:122%;
}

.Txt14h {
	font-size:122%;
	line-height:150%;
}

.Txt16 {
	font-size:136%;
}

.Txt16h {
	font-size:136%;
	line-height:150%;
}

.Txt16bh {
	font-size:136%;
	line-height:150%;
	font-weight:bold;
}

.Txt18 {
	font-size:152%;
}

.Txt18h {
	font-size:152%;
	line-height:150%;
}

.Txt18bh {
	font-size:152%;
	line-height:150%;
	font-weight:bold;
}


/* font-size img setting
----------------------------------------------------------- */

#FontS a {
	background:url(../images/h_btn_small_off.gif) no-repeat left top;
}

	#FontS a:hover {
		background:url(../images/h_btn_small_on.gif) no-repeat left top;
	}

#FontM a {
	background:url(../images/h_btn_middle_off.gif) no-repeat left top;
}

	#FontM a:hover {
		background:url(../images/h_btn_middle_on.gif) no-repeat left top;
	}

#FontL a {
	background:url(../images/h_btn_large_on.gif) no-repeat left top;
}

/* sub
----------------------------------------------------------- */
sub{
	font-size:80%;
	vertical-align:bottom;
}