<style type="text/css">
<!--
.style1 {
	font-size: 12pt;
	font-weight: bold;
}
.style2 {font-size: 12pt}

h2{ font-size: 15px;
	margin: 3px 3px 3px 5px;
}

p{line-height:22px;}

a{/*リンクされた文字*/
    color:#0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#0000ff;
    font-style:normal;
	text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#0000ff;
	text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
.style8 {font-size: 13px}

h1{ font-size: 15px;
	margin: 3px 3px 3px 15px;
}
-->
</style>