@charset "Shift-JIS";

body,h1,h2,h3,h4,p,ul,li,a,img,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;	
}
body {
	color: #fff;
	font-family:Meiryo,"メイリオ",Arial,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	font-size:16px;
	line-height:1.3;
	background: #202020 url(img/bg_trailer.jpg) repeat;
	text-align: center;
}
a:link,a:visited {
	color: #fff;
	text-decoration: underline;
}
#wrapper {
	width :680px;
	height: 440px;
	margin: 15px auto;
}
#contents {
	width: 680px;
	height: 420px;
	position: relative;
}
#main {
	width: 450px;
	height: 340px;
	position: absolute;
	top: 20px;
	left: 10px;
}
#sub {
	width: 200px;
	height: 420px;
	position: absolute;
	top: 0;
	left: 470px;
}
h1 {
	padding-bottom: 7px;
}
#btn {
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
}