/* 用語 */

#contents h2 {
	color: rgb(0, 0, 0);
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	margin: 5px 0;
	text-align: center;
}

div.decoration {
	height: 17px;
	background: url("../images/decoration.jpg") no-repeat center;
	margin: 0;
}

#contents h3 {
	margin: 30px 0 0;
	padding: 0 0 3px 8px;
	color: rgb(255, 0, 84);
	background: url("../images/termdecoration1.jpg") no-repeat left bottom;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

#contents p {
	background: url("../images/termdecoration2.jpg") no-repeat right bottom;
	padding: 5px 12px 12px 0
}

