@charset "UTF-8";

/* contents
------------------------------------------------*/
#contents h4 {
	margin: 20px 0 5px;
	letter-spacing: 0.1em;
	font-size: 131%;
	font-weight: bold;
	color: #666;
}
#contents ul {
	list-style: disc;
	margin: 0 0 15px 25px;
}
	#contents ul li {
		margin: 0 0 5px 0;
	}
#contents p img {
	margin-bottom: 3px;
}
#contents .bg {
	background: url(img/bg.gif) no-repeat right top;
	padding: 0 210px 0 0;
}
