@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 10px 0 0 0;
	background-color: #FFFFFF;
	color: #222222;
	line-height: 1.5;
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
html {
	overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0 0 10px;
}
img {
	border: 0px;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}
h2 {
	font-size: large;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9966;
	font-weight: bold;
	color: #663300;
	padding-top: 10px;
}

