@charset "shift_jis";

body {
	margin: 0;
	padding: 0;	
}

h1, h2 {
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main {
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	margin: 20px;
}
 .main a {
	color: red;
}

.topic_path {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}

.topic_path2 {
	margin: 0 0 0 25px;
	position: relative;
	height:20px;
}

.topic_path .page,
.topic_path2 .page {
	position: absolute;
	right: 25px;
	top: 0;
}

p.page_link a {
	background-image:url(images/mark.gif);
	background-repeat:no-repeat;
	background-position:left center;
	_background-position:left 1px;
	*background-position:left 1px;
	padding:2px 0 2px 16px;
	position:absolute;
	left:230px;
}

p.page_link2 a {
	background-image:url(images/mark2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	_background-position:left 1px;
	*background-position:left 1px;
	padding:2px 0 2px 16px;
	position:absolute;
	left:230px;
}


.content {
	padding: 0;
	text-align: justify;
	text-justify: distribute;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.content h2 {
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	color: #6e85c0;
}

.content p {
	margin: 0 0 16px 0;
	padding: 0;
	width:auto;
}

.content .question {
	font-weight: bold;
}

.content-left {
	float: left;
	width: 220px;
	margin-left: 20px;
}

.content-right {
	width: 220px;
	margin-left: 275px;
}

.clear {
	clear: both;
	height:0;
	font-size:0;
	line-height:0;
}

.book-img {
	text-align: center;
	height: 368px;
}

.img-title {
	text-align: center;
}

.after_content {
	background-image: url(images/after_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 25px;
	padding: 10px 15px;
	text-align: justify;
	text-justify: distribute;
	background-color: #EBF0FD;
}

.after_content p {
	margin: 4px 0 10px 0;
	padding: 0;
}
