@charset "utf-8";

body {
	background-color: #eeeeee;
	color: #6f4b3e;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.7;
}

a:link {
	color:#f39800;
	text-decoration: none;
}
a:visited {
	color:#f39800;
}
a:hover {
	color:#f8b862;
	text-decoration: underline;
}
a:active {
	color:#f39800;
}

h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}