body, div, h1, h2, h3, h4, h5, h6, p, form, li, dt, dd, iframe {
	margin: 0;
	padding: 0;
}

a{
	color:#000;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#9d9069;
	text-decoration:none;
}

ul, ol, dl {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
body {
	background-color:#000;
	font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	line-height: 140%;
	width:100%;
	text-align: center;
}
#main {
	width : 750px;
	background:#FFF;
	margin: 0 auto;
	text-align: left;
	margin-top:0px;
	margin-bottom:0px;
	text-align: center;
}
#contents {
	text-align:center;
	margin: 0 auto;
	width: 625px;
	background:#FFF;
	line-height: 160%;
	text-align: center;
}
#footer {
	height:300px;
	font-size:10px;
}
