@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #999797;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container {
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
a:link {
	color: #f8c374;
	text-decoration: none;
	border: none;
}
a:visited {
	text-decoration: none;
	color: #cc6633;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a img {
    border-style:none;
}
#contents {
	width: 810px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#main_img {
	margin: 0px;
	padding: 0px;
	clear: both;
}

