@charset "utf-8";
body {
	font-family: "Arial","メイリオ";
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 180%;
}
a{/*リンクされた文字*/
	color:#990000;
}
a:link {/*未訪問のリンク*/
    color:#990000;
}
a:visited {/*訪問後のリンク*/
	color:#999999;
}
a:hover {/*マウスをのせたとき*/
    color:#cccccc;
}h2 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	height: auto;
}
h1 {
	font-family: "HGS明朝E";
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
