@charset "utf-8";

body {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #333;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:link  {
	color: #666;
	letter-spacing: 0em;
	text-decoration: none;
	font-weight: normal;
}
a:hover  {
	color: #333;
	text-decoration: underline;
	letter-spacing: 0em;
	font-weight: bold;
}
a:active  {
	text-decoration: underline;
	color: #333;
	letter-spacing: 0em;
	font-weight: bold;
}
a:visited  {
	text-decoration: none;
	letter-spacing: 0em;
	color: #666;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	color: #333;
}
