@charset "UTF-8";
h3 {
	font-size: 110%;
	line-height: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 3px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A70000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A70000;
	padding-bottom: 3px;
	padding-top: 3px;
}
p {
	text-indent: 1em;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 110%;
}
.q_list {
	width: 300px;
	margin-left: 30px;
	background-color: #F4CECD;
}
.main_content ul {
	list-style-type: decimal;
	width: 270px;
	background-color: #F4CECD;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 0px;
	margin: 0px;
}
.main_content ul a:link , .main_content ul a:visited {
	color: #333333;
	text-decoration: none;
}
.main_content ul a:hover {
	color: #A70000;
	text-decoration: underline;
}
.main_content ul a:active {
	color: #A70000;
	text-decoration: none;
}
.qa_list {
	margin-left: 30px;
	width: 480px;
	margin-top: 20px;
}

