@charset "utf-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF6600;
}
a:link {/*未訪問のリンク*/
	color:#FF9900;
}
a:visited {/*訪問後のリンク*/
	color:#FF9900;
}
a:hover {/*マウスをのせたとき*/
    color:#cccccc;
}

