@charset "utf-8";

/*---------------------------------------------------------
  TOTOMORROW CSS : fontM
----------------------------------------------------------*/

/* fontSwich */
#header .headRight .fontSwich ul li.fontS a {
	background: url(../images/common/head_font_s.jpg) no-repeat 0px 0px;
}
#header .headRight .fontSwich ul li.fontM a {
	background: url(../images/common/head_font_m_sct.jpg) no-repeat 0px 0px;
}
#header .headRight .fontSwich ul li.fontL a {
	background: url(../images/common/head_font_l.jpg) no-repeat 0px 0px;
}
#header .headRight .fontSwich ul li.fontS a:hover {
	background: url(../images/common/head_font_s_on.jpg) no-repeat 0px 0px;
}
#header .headRight .fontSwich ul li.fontL a:hover {
	background: url(../images/common/head_font_l_on.jpg) no-repeat 0px 0px;
}

/* main */
#main {
	font-size: 12px;
	line-height: 18px;
}

/* 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;
}
