@charset "utf-8";

/*---------------------------------------------------------
  fontL
----------------------------------------------------------*/

/* 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.jpg) no-repeat 0px 0px;
}
#Header .fontSwich ul li.fontL a {
	background: url(../images/head_font_l_sct.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.fontM a:hover {
	background: url(../images/head_font_m_on.jpg) no-repeat 0px 0px;
}

/* main */
#main,
#side,
#FooterWrap {
	font-size: 1.2em;
}

#top h3,
h2,
h3.img  {
	font-size:1px;
	}
	
/* text */
.textSmall {
	font-size: 12px;
	line-height: 16px;
}
.textSmallGray {
	font-size: 12px;
	line-height: 16px;
	color: #888888;
}
.textBSmall {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.textMedium {
	font-size: 14px;
	line-height: 20px;
}
.textBMedium {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.textLarge {
	font-size: 16px;
	line-height: 22px;
}
.textBLarge {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}