@charset "UTF-8";
/* CSS Document */
.contents {
	padding: 10px;
	width: 400px;
}
#contents ul li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 2.5em;
	list-style-type: none;
	font-weight: bold;
	color: #339900;
}
#contents ul li a {
	text-decoration: none;
	display: block;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
