@charset "UTF-8";

/*スタッフ以下のページに適用*/


#contents ol {
	list-style-position: inside;	
}

#contents ol li {
	text-indent: -2em;
	padding-left: 2em;
}

div.staff {
	clear: both;
	/*position: relative;*/
	padding: 2em 0px;
	
}

div.staff h4 {
	width: auto;
	padding: 3px 20px;
	border-top:2px solid #F09;
	border-bottom:2px solid #F09;
	background-color: #F69;
	color: #FFF;
	margin-bottom: 2em;
	}

div.staff p {
	margin-left: 20px;
	clear: both;
	}

div.staff .img_box {
	float: right;
	width: 260px;
	}
	

div.staff dl {
	margin:auto 20px;
	float: left;
	width: 300px;
}

div.staff dl dt {
	float: left;
	color: #999999;
	margin-right: 1em;
}

div.staff dl dd {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
}

.staff:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.staff {
  min-height: 1px;
}

* html .staff {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
