@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	line-height: 18px;
}
#container {
	width: 800px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	overflow: hidden;
}
img {
	borde: none;
}
a:link {
	color: #39F;
	text-decoration: none;
}
a:visited {
	color: #39F;
	text-decoration: none;
}
a:hover {
	color: #6F6;
	text-decoration: underline;
}
a:active {
	color: #6F6;
	text-decoration: underline;
}
