@charset "utf-8";


body, p, table, td, div
{
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 150%;
	color: #333333;
}

input, textarea
{
	font-size:1em;
}

h1
{
	font-size:1.5em;
	color:#ff8c00;
}

h2
{
	font-size:1.125em;}

h3
{
	font-size:1em;}

a:link,
a:visited
{
    text-decoration: underline;
    color:#000000;
}

a:active,
a:hover
{
    text-decoration:none;
    color: #000000;
}

div.hr
{
    border-bottom-style:dotted;
    border-bottom-width:1px;
    border-color: #999999;
    height: 1px;
}
