/*  大テキスト */
.s3{
	font-size: 16px;
	line-height: 130%;
}

/*  中テキスト */
.s2{
	font-size: 14px;
	line-height: 135%;
}

/*  小テキスト */
.s1{
	font-size: 12px;
	line-height: 130%;
}

/*  最小テキスト */
.s0{
	font-size: 10,px;
	line-height: 130%;
}

/*  大テキスト行間0 */
.s3n{
	font-size: 16px;
	line-height: 100%;
}

/*  中テキスト行間0 */
.s2n{
	font-size: 14px;
	line-height: 100%;
}

/*  小テキスト行間0 */
.s1n{
	font-size: 12px;
	line-height: 100%;
}

/*  最小テキスト行間0 */
.s0n{
	font-size: 10px;
	line-height: 100%;
}

/*  テキストリンクロールオーバー */
a:hover{text-decoration:underline;color:#339900;}


body {
	scrollbar-base-color:  #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color:  #339900;
	scrollbar-shadow-color: #003300;
	scrollbar-highlight-color: #CCFF99;
}