@charset "UTF-8";
article h2 {
font-size: 114%;
	line-height: 35px;
	font-weight: normal;
	color: #4c423b;
	background-image: url(../images/qanda/hBg.gif);
	height: 35px;
	width: 700px;
	text-indent: 20px;
}
article h3 {
	margin-top: 20px;
	margin-bottom: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #d495bd;
	text-indent: 6px;
	color: #4c423b;
	font-size: 134%;
	font-weight: normal;
}
article p {
	font-size: 110%;
	line-height:1.5em;
	margin-bottom:25px;
	}
.box{
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #b5b5b5;
	}