@charset "UTF-8";
#contents h1 {
	color: #00778f;
	background: transparent none;
	font-size: 1.5em; /* 21px */
	padding: 0;
	letter-spacing: 0.05em;
}
h2 {
	font-size: 1em;
	color: #333;
	text-align: left;
	margin-top: 1em;
}
/* ---- イントロ ---- */
.introduction {
	line-height: 1.7;
	border: solid 1px #72a480;
	margin: 30px auto 0;
	padding: 2em 3em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.introduction h2 {
	margin: 0;
	color: #72a480;
	text-align: center;
	font-size: 1.5em;
}
/* ---- メンバー ---- */
.member {
	margin: 10px 0;
}
.member table {
	margin: 1em 0;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	font-size: 1em;
	letter-spacing: 0;
}
.member th {
	width: 6em;
	border-bottom: 1px solid #999;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}
.member td {
	border-bottom: 1px solid #999;
}
.member table.printing {
	margin-top: 3em;
}
.member table.printing th {
	font-weight: normal;
	vertical-align: top;
}
.member caption {
	font-weight: bold;
	text-align: left;
}

/* ---- メニューリスト ---- */
ul.menulist {
	margin: 5em 0;
}
ul.menulist li {
	list-style: none;
	line-height: 1.5;
	margin-top: 0.5em;
}
ul.menulist li a:link,
ul.menulist li a:visited {
	color: #336699;
	text-decoration: none;
	background: #ffffff url("../parts/ulimage.gif") left center no-repeat;
	padding-left: 34px;
}
ul.menulist li a:hover,
ul.menulist li a:active,
ul.menulist li a:focus {
	color: #6699cc;
	text-decoration: underline;
	background: #ffffff url("../parts/ulanime.gif") left center no-repeat;
	padding-left: 34px;
}
ul.menulist li span.comment {
	margin-left: 3em;
}