@charset "Shift_JIS";

/* contents
-----------------------------------------------------------------------------*/	
#anchor {
	margin-bottom: 22px;
}

#anchor ul {
	width: 600px;
	text-align: center;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 5px 0;
}

#anchor li {
	display: inline;
	background-image: url(../images/mk_pink_d.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	padding: 0 15px 0 12px;
}

#anchor li#finAnchor {
	padding-right: 0;
}

h3 {
	clear: both;
	width: 593px;
	height: 25px;
	border-bottom: 1px solid #696;
	margin: 0 0 12px;	
	padding: 0 0 0 6px;
}

h4 {
	clear: both;
	background-color: #eee;
	font-weight: bold;	
	color: #666;
	text-indent: 8px;
	border-left: 7px solid #666;
	margin:15px 8px 8px 0;
	padding: 4px 0;
}

.memberBox {
	margin: 0 0 15px 15px;
}

.memberBox li {
	line-height: 1.5em;
	text-indent: 3em;
	padding : 0 0 0 15px;
}

.memberBox li.position {
	text-indent: 0;
}

.positionName {
	color:#933;
}

#stamp {
	color: #933;
	text-align: right;
	padding : 10px 20px 8px 0;
}

#lastBox {
	border-bottom: 1px solid #999;
}

/* IE6 hack
-----------------------------------------------------------------------------*/	

* html .memberBox li {
	padding-left : 19px;
}

* html .memberBox li.position {
	padding-left : 15px;
}

