#contents {
	clear : both;
	width : 900px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 50px;
}

h2#ptitle {
	margin-bottom : 40px;
	font-size : 250%;
	font-weight : 900;
	text-align : center;
}

p#hmsg {
	width : 800px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 40px;
	line-height : 1.7em;
}

p#hmsg span {
	letter-spacing : 1px;
}

p#hmsg a {
	color : #282828;
	pointer-events : none;
	text-decoration : none;
}

dl.faqs {
	clear : both;
	width : 1000px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 70px;
}

dl.faqs dt {
	margin-bottom : 7px;
	padding : 14px 15px 16px 15px;
	background : #ffffff;
	text-decoration : none;
	border-radius : 8px;
}

dl.faqs .hover {
    color : #3c7d05;
    text-decoration : none;
}

dl.faqs dt span {
	margin-right : 13px;
	padding : 2px 7px 4px 7px;
	background : #3c7d05;
	color : #ffffff;
	text-decoration : none;
	font-size : 80%;
	vertical-align : 2px;
    border-radius : 5px;
}

dl.faqs dt:hover {
    cursor : pointer;
}

dl.faqs dd {
	margin-bottom : 25px;
	padding : 20px 30px 25px 30px;
	background : #f0fab9;
	line-height : 1.6em;
	border-radius : 8px;
}

h4 {
    margin-bottom : 10px;
    color : #3c7d05;
	font-weight : 900;
}