/* 雛形スタイルシート for Other  */
/* ポイント指定                  */


/* FONT SIZE=5 */
.css5{
	font-size: 13pt;
	line-height: 16pt;
}

/* FONT SIZE=4 */
.css4{
	font-size: 12pt;
	line-height: 14pt;
}

/* FONT SIZE=3 */
.css3{
	font-size: 10pt;
	line-height: 12pt;
}

/* FONT SIZE=3 TYPE-B*/
.css3b{
	font-size: 10pt;
	line-height: 10pt;
}

/* FONT SIZE=2 */
.css2{
	font-size: 8pt;
	line-height: 10pt;
}

/* FONT SIZE=1 */
.css1{
	font-size: 7pt;
	line-height: 9pt;
}

/* テキストのデコレーション変更（リンクのアンダーラインを消す） */
a  { color: blue; font-weight: normal; text-decoration: none }
a:hover  { color: red; text-decoration: none }
