@charset "utf-8";
/* CSS Document */

h2 {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #069;
	border-left-color: #069;
	text-indent: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #069;
	line-height: 1.2em;
}
li {
	font-size: medium;
	color: #666;
	list-style-image: url(../img/sankaku.gif);
	line-height: 1.4em;
	padding-left: 10px;
}

