@charset "utf-8";

/*---------------------------------------------------------
  KAZENOASHIATO CSS : fontM
----------------------------------------------------------*/
#main,
#navi,
#footer {
	font-size: 14px;
	line-height: 20px;
}
#main #naviLine,
#main #pageTopLink {
	font-size: 12px;
	line-height: 18px;
}

/* fontSwich */
#header #navi .fontSwich ul li.fontS a {
	background: url(../images/font_s.gif) no-repeat 0px 0px;
}
#header #navi .fontSwich ul li.fontM a {
	background: url(../images/font_m_sct.gif) no-repeat 0px 0px;
}
#header #navi .fontSwich ul li.fontL a {
	background: url(../images/font_l.gif) no-repeat 0px 0px;
}
#header #navi .fontSwich ul li.fontS a:hover {
	background: url(../images/font_s_on.gif) no-repeat 0px 0px;
}
#header #navi .fontSwich ul li.fontL a:hover {
	background: url(../images/font_l_on.gif) no-repeat 0px 0px;
}

/* font */
.fontS {
	font-size: 12px;
	line-height: 16px;
}
.fontSB {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.fontSGray {
	font-size: 12px;
	line-height: 16px;
	color: #888888;
}
.fontM {
	font-size: 14px;
	line-height: 20px;
}
.fontMB {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.fontL {
	font-size: 16px;
	line-height: 22px;
}
.fontLB {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}
.font2L {
	font-size: 18px;
	line-height: 24px;
}
.font2LB {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.titleNomal {
	color: #132250;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
.titleArticle {
	font-size: 24px;
	line-height: 28px;
	font-weight: bolder;
}
