@charset "utf-8";

ul, ol, li {
	list-style:none;
}

/* ブロック配置 */
#outsidebox {
	text-align: center;
}

div#container {
	border: 1px solid #1a862d;
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

div#contents {
	width:700px;
	margin: 20px auto;
	clear: left;
}
/* ブロック配置ここまで */


h2 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

div#wrap {
	margin-left:20px;
}

#zenbun p, #honbun p {
	margin-bottom:15px;
	line-height:1.5em;
}

#honbun p:first-letter {
	text-indent:1em;
}

