@charset "shift_jis";


/* font size
----------------------------------------------- */
.fontsize1 {
	font-size: 10pt;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.fontsize2 {
	font-size: 11pt;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.fontsize3 {
	font-size: 11pt;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.fontsize4 {
	font-size: 13pt;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.fontsize5 {
	font-size: 14pt;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* headline
----------------------------------------------- */
#home_contents h2 {
	font-size: 14pt;
}
#home_footer h3 {
	font-size: 14pt;
}
#contents h1 {
	font-size: 16pt;
}

#contents h2 {
	font-size: 13pt;
}
#contents h3 {
	font-size: 12pt;
}


/* line
----------------------------------------------- */
.lineheight1 {
	line-height: 1em;
}
.lineheight2 {
	line-height: 1.2em;
}
.lineheight3 {
	line-height: 1.3em;
}
.lineheight4 {
	line-height: 1.4em;
}
.lineheight5 {
	line-height: 1.5em;
}


/* サイズ切り替えボタン背景
----------------------------------------------- */
#fontsize a.s {
left:80px;
background:url(../common/size.jpg) no-repeat 0px 0px;
}
#fontsize a.m {
left:103px;
background:url(../common/size.jpg) no-repeat -23px 0px;
}
#fontsize a.l {
left:126px;
background:url(../common/size.jpg) no-repeat -46px -40px;
}
