@charset "utf-8";

/*---------------------------------------------------------
  fontM
----------------------------------------------------------*/

/* fontSwich */
#Header .fontSwich ul li.fontS a {
	background: url(../images/head_font_s.jpg) no-repeat 0px 0px;
}
#Header .fontSwich ul li.fontM a {
	background: url(../images/head_font_m_sct.jpg) no-repeat 0px 0px;
}
#Header .fontSwich ul li.fontL a {
	background: url(../images/head_font_l.jpg) no-repeat 0px 0px;
}
#Header .fontSwich ul li.fontS a:hover {
	background: url(../images/head_font_s_on.jpg) no-repeat 0px 0px;
}
#Header .fontSwich ul li.fontL a:hover {
	background: url(../images/head_font_l_on.jpg) no-repeat 0px 0px;
}

/* main */
#main,
#side,
#FooterWrap {
	font-size: 1.0em;
}

#top h3,
h2 {
	font-size:1px;
	}

/* text */
.textSmall {
	font-size: 10px;
	line-height: 16px;
}
.textBSmall {
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}
.textMedium {
	font-size: 12px;
	line-height: 18px;
}
.textBMedium {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.textLarge {
	font-size: 14px;
	line-height: 20px;
}
.textBLarge {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}