@charset "UTF-8";

/* -----------------------------------------------
FileName:quiz.css
----------------------------------------------- */

*{
	margin: 0;
	padding: 0;
}

body{
	color: #fff;
	background: #000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS PGothic",sans-serif;
	text-align:center;
}

img {
	border: none;
}

li {
	list-style: none;
}

/* definition_link */
a:link{
	color:#fff;
	text-decoration:none;
}

a:visited{
	text-decoration:none;
	color:#fff;
}

a:hover{
	color:#fff;
	text-decoration:underline;
}

a:active{
	color:#fff;
	text-decoration:underline;
}

/* ===== wrap ===== */
#wrap {
	margin: 0 auto;
	width: 850px;
	position: relative;
}

/* ===== input ===== */
#wrap #close {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
}

#wrap .text {
	margin: 15px 0 7px 0;
	color: #04fbef;
	font-size: 18px;
	font-weight: bold;
}

#wrap .inputarea {
	border: 1px solid #cecece;
	padding: 4px 4px 5px 4px;
	width: 13em;
	height: 1.3em;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

#wrap .btn {
	vertical-align: middle;
}

#wrap .note {
	margin: 25px 0 140px 0;
	font-size: 12px;
	font-weight: bold;
}

/* ===== answer ===== */
#answer {
	margin: 0 auto;
	width: 850px;
	height: 1200px;
	background: url("../images/bg_answer.jpg") no-repeat;
	position: relative;
}

#answer #close_top {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
}

#answer #close_btm {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 45px;
	height: 45px;
}

#answer #copyright {
	position: absolute;
	bottom: 0;
	left: 284px;
	width: 282px;
	height: 92px;
}

#answer ol {
	position: absolute;
	top: 245px;
	left: 75px;
	text-align: left;
	z-index: 1;
}

	#answer li {
		padding: 0 0 22px 44px;
		font-size: 12px;
		line-height: 17px;
	}

	#answer li.a01 {
		background: url("../images/num_01.gif") no-repeat 0 0;
	}

	#answer li.a02 {
		margin: 0 0 0 110px;
		background: url("../images/num_02.gif") no-repeat 0 0;
	}

	#answer li.a03 {
		background: url("../images/num_03.gif") no-repeat 0 0;
	}

	#answer li.a04 {
		margin: 0 0 0 110px;
		background: url("../images/num_04.gif") no-repeat 0 0;
	}

	#answer li.a05 {
		background: url("../images/num_05.gif") no-repeat 0 0;
	}

	#answer li.a06 {
		margin: 0 0 0 110px;
		background: url("../images/num_06.gif") no-repeat 0 -2px;
	}

	#answer li.a07 {
		background: url("../images/num_07.gif") no-repeat 0 0;
	}

	#answer li.a08 {
		margin: 0 0 0 110px;
		background: url("../images/num_08.gif") no-repeat 0 -2px;
	}

	#answer li.a09 {
		background: url("../images/num_09.gif") no-repeat 0 -2px;
	}

	#answer li.a10 {
		margin: 0 0 0 110px;
		padding: 0 0 23px 60px;
		background: url("../images/num_10.gif") no-repeat 0 0;
	}

	#answer li.a11 {
		padding: 0 0 22px 60px;
		background: url("../images/num_11.gif") no-repeat 0 -2px;
	}

	#answer li.a12 {
		margin: 0 0 0 110px;
		padding: 0 0 22px 60px;
		background: url("../images/num_12.gif") no-repeat 0 -2px;
	}

	#answer li.a13 {
		padding: 0 0 10px 60px;
		background: url("../images/num_13.gif") no-repeat 7px -2px;
	}

		#answer li span {
			font-size: 14px;
		}

