@charset "shift_jis";
#left {
	float: left;
	width: 150px;
	border: thin solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}
#right {
	float: right;
	width: 600px;
}
.title {
	font-weight: bold;
	background-color: #999999;
	background-image: url(images/c_bar.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 23px;
	font-size: medium;
	background-position: center;
	padding-top: 8px;
}
ul.contents {
	margin: 0px;
	padding: 0px;
}
ul.contents li {
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
	list-style-image: url(images/point.gif);
	list-style-position: inside;
	padding-top: 10px;
}

