@charset "utf-8";

body {
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
	font-size:16px;
	line-height:1.6;
}
@media print {
body {
	font-family:sans-serif;
}
}
a {
	text-decoration:underline;
	color:#0074bd;
}
a:hover {
	text-decoration: none;
	color:#0074bd;
}
img {
	vertical-align:top;
	border:none;
}
a:hover img.hov {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

div#header {
	background: url(../images/header_bg.png) repeat-x left top;
	text-align: center;
	padding: 22px 0 0 0;
	height: 238px;
}
div#header dl {
	width: 760px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
	padding: 0 10px 10px 10px;
}
div#header dl dt {
	font-weight: bold;
	font-size: 14px;
}
div#header dl dt em {
	font-style: normal;
	font-size: 12px;
}
div#header dl dd {
	font-size: 11px;
}

div#document {
	width: 780px;
	margin: 0 auto;
}
p.read {
	text-indent: 1em;
	margin-top: 20px;
}
h2 {
	color: #FFF;
	padding: 7px 12px;
	margin: 60px 0 30px 0;
	font-size: 16px;
}
h2.title01 {
	background-image: url(../images/title_bg01.png);
}
h2.title02 {
	background-image: url(../images/title_bg02.png);
}
p.img {
	text-align: center;
	margin: 30px 0;
}
p.commentary {
	background-color: #eaeff9;
	padding: 15px 20px;
}
div#document dl dt {
	margin: 30px 0 10px 1.3em;
	text-indent: -1.3em;
}
div#document dl dd {
	margin: 0 0 0 1.3em;
	padding: 0 0 0 25px;
}
div#document dl.question01 dd {
	background: url(../images/a.png) no-repeat left 3px;
	color: #e9528e;
}
div#document dl.question02 dd {
	background: url(../images/b.png) no-repeat left 3px;
	color: #4c8dcb;
}
p.img_r {
	float: right;
}

.correct {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #fdeeed;
	padding: 20px 30px;
	margin: 60px 0 0 0;
}
.correct h2 {
	float: left;
	margin: 0;
	padding: 0;
}
.correct_details {
	float: right;
	width: 510px;
}
.correct p {
	text-indent: 1em;
}
.correct p.correct_img {
	text-indent: 0;
}

.back {
	text-align:center;
	margin:40px 0;
}

p.copy {
	color:#FFF;
	font-style:normal;
	font-size:10px;
	background:#7ecef4;
	padding:5px;
	margin: 0 0 20px 0;
	text-align: center;
}
