@charset "utf-8";

/*---------------------------------------------------------
  KKAZENOASHIATO CSS : fontS
----------------------------------------------------------*/
#main,
#navi,
#footer {
	font-size: 12px;
	line-height: 18px;
}
#main #naviLine,
#main #pageTopLink {
	font-size: 10px;
	line-height: 14px;
}

/* fontSwich */
#header #navi .fontSwich ul li.fontS a {
	background: url(../images/font_s_sct.gif) no-repeat 0px 0px;
}
#header #navi .fontSwich ul li.fontM a {
	background: url(../images/font_m.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.fontM a:hover {
	background: url(../images/font_m_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: 10px;
	line-height: 14px;
}
.fontSB {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}
.fontSGray {
	font-size: 10px;
	line-height: 14px;
	color: #888888;
}
.fontM {
	font-size: 12px;
	line-height: 18px;
}
.fontMB {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.fontL {
	font-size: 14px;
	line-height: 20px;
}
.fontLB {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.font2L {
	font-size: 16px;
	line-height: 22px;
}
.font2LB {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}
.titleNomal {
	color: #132250;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.titleArticle {
	font-size: 22px;
	line-height: 26px;
	font-weight: bolder;
}
