@charset "utf-8";
#container #contentsBlock {
	width: 750px;
}
#container #contentsBlock h2 {
	background: url(images/title.gif) no-repeat 0px 0px;
	height: 60px;
	width: 750px;
	text-indent: -10000px;
	clear: both;
	margin: 0 0 20px 0;
}
#container #contentsBlock a:hover {
	text-decoration: underline;
}
#container #contentsBlock ul {
	margin: 0 0 20px 30px;
}
#container #contentsBlock strong, #container #contentsBlock strong a {
	font-weight: bold;
}

#container #contentsBlock li {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}
#container #contentsBlock .first {
	border-left: 5px solid #E02575;
}
#container #contentsBlock .second {
	border-left: 3px solid #E02575;
	margin-left: 10px;
}
#container #contentsBlock .third {
	border-left: 1px solid #E02575;
	margin: 0 0 0 20px;
}
#container #contentsBlock .last {
	margin-bottom: 10px;
}
