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