#content #main {
	width: 600px;
}
#main .post_title {
	color: #FF7F00;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	font: 200% Geneva, Arial, Helvetica, sans-serif;
}
#main .sentents {
	padding-bottom: 30px;
}
#main .sentents h2 {
	font-size: 150%;
	line-height: 1.6;
}
#main .sentents h3 {
	font-size: 120%;
	line-height: 1.6;
}
#main .sentents h4 {
	font-size: 90%;
	line-height: 1.6;
	font-weight: bold;
	margin-left: 1em;
}
#main .sentents p {
	clear: both;
	line-height: 1.6;
	padding-bottom: 20px;
	margin-left: 1em;
	font-size: 90%;
}
#main .sentents dt {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 90%;
	margin-left: 1em;
}
#main .sentents dd {
	font-size: 80%;
	line-height: 1.6;
	margin-bottom: 20px;
}

#main .sentents ul, #main .sentents ol {
	clear: both;
	margin-bottom: 20px;
	margin-left: 2em;
	font-size: 90%;
}
#main .sentents ol li {
	list-style: decimal outside;
}
#main .sentents ul li {
	list-style: disc outside;
}
#main .sentents li {
	font-size: 90%;
	line-height: 1.6;
	margin-bottom: 10px;
}
#main .sentents a {
	color: #FF7F00;
}
#main .sentents a:hover {
	text-decoration: underline;
}
#main .sentents .left {
	border-right: 1px dotted #666666;
	font-size: 80%;
	width: 70px;
	padding-right: 1em;
	line-height: 1.2;
}
#main .sentents .right {
	padding-left: 1em;
	font-size: 80%;
	line-height: 1.2;
}
#main .sentents div form p * {
	color: #333333;
}
#main .sentents div form p span span {
	color: #dd0000;
}

