@charset"Shift_JIS";

/*========================================================
	認証ページ
========================================================*/
body {
	background-color:#00b0ed;
	color:#fff;
	text-align:center;
	margin:0;padding:0;
}

.cont{
	margin:0 auto;
	width:800px;
	text-align:center;
	font-size:x-small;
}

h1{
	margin:70px auto;
	background:url(../images/logo_01.gif) no-repeat 0px 0px;
	width:215px;
	height:134px;
	display: block;
}

h1 span {
	display:none;
}

.quest {
	font:large bold sans-serif;
}

.answer {
	width:263px;
	margin:10px auto;
}

.yes {
	float:left;
	margin:18px 50px 0 0;
}

.line {
	float:left;
	margin-right:50px;
}

.no {
	float:left;
	margin-top:18px;
}

.notes {
	clear:left;
	text-align:left;
	background:url(../images/double_line_bg.gif) no-repeat;
	padding:95px 0 15px 15px;
}