@charset "utf-8";

*{
	margin: 0;
}

p{
	margin: 0;
	padding: 0;
}	

body {
	background-image: url(http://quizd.jp/img/index/pc_bg_img.jpg);
	background-repeat: repeat-x;
	}

	
#wrapper {
	width: 850px;
	margin: 0 auto;
	padding: 0;
}	


#header {
	width: 850px;
	height: 180px;
	margin: 0;
	padding: 0;
	background-image: url(http://quizd.jp/img/index/pc_header.jpg);
	background-repeat: no-repeat;
}	
	

#main {
	 width: 850px;
	 height: 1146px;
	 margin: 0;
	 padding: 0;
}

#footer {
	width: 850px;
	height: 197px;
	margin: 0;
	padding: 0;
}

#open {
	margin-top: 20px;
	text-align: center;
}	

.position {
	position:relative;
	left:372px;
	top:104px;
	width: 350px;
	height: 0;
}

.select{
	width: 122px;
	}

#btn{
	background-color:#FF6699;
	color:#ffffff;
	}