@charset "UTF-8";

#contents ul {
	margin: 0 0 30px 0;
	}
#contents li {
	font-size: 80%;
	list-style-type: circle;
	}

.img {
	float: right;
	width: 160px;
	text-align: right;
	margin: 0 0 20px 0;
	}
.text {
	float: left;
	width: 400px;
	}

hr {
	clear: both;
	margin: 0 0 30px 0;
	color: #CCC;
	height: 1px;
	border-style: dotted;
	}