@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background: #c9fa8d url(/images/chart_bg.jpg) no-repeat;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
}
a {
	color: #339;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
dl {
	margin: 80px 100px 0 140px;
}
dt {
	background: url(/images/q.gif) no-repeat;
	padding: 10px 0 0 50px; 
	color: #95292c;
	font-weight: bold;
}
dd,ul {
	margin-left: 0;
	padding-left: 0;
}
dd ul {
	margin-top: 60px;
	margin-left: 30px;
	list-style: none;
}
dd ul li {
	float: left;
	width: 100px;
	margin-right: 60px;
	text-align: center;
	font-size: 112.5%;
}
dd ul li a {
	display: block;
	line-height: 70px;
}
dd ul li a:hover {
	background: url(/images/yes_check.gif) no-repeat 50% 0;
	text-decoration: none;
}
dd ul.one-3 {
	margin-top: 40px;
	margin-left: 0;
	list-style: decimal;
	padding-left: 50px;
}
dd ul.one-3 li {
	float: none;
	width: auto;
	margin: 1em 0;
	text-align: left;
	font-size: 100%;
}
dd ul.one-3 li a {
	display: inline;
	line-height: 1.5;
}
dd ul.one-3 li a:hover {
	background: #ffc8c8 none;
}
p.back {
	position: absolute;
	top: 10px;
	right: 30px;
	margin: 0;
	font-size: 87.5%;
}
div.ans-a,
div.ans-b,
div.ans-c {
	margin: 110px 100px 0 120px;
	border: 1px solid #ccc;
	padding: 0 15px;
}
div.ans-a p,
div.ans-b p {
	text-indent: -1em;
	margin-left: 1em;
}
div.ans-a {
	color: #0a8264;
}
div.ans-b {
	color: #e65f00;
}
div.ans-c {
	color: #004678;
}
ul.link {
	margin-left: 20px;
}
p.close {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -4.5em;
	font-size: 87.5%;
}
p.go-top {
	margin: 100px 120px;
	font-size: 87.5%;
}
