@charset "shift_jis";

/*--------------------------------------------*/
/* /staff/index.html                          */
/*--------------------------------------------*/

#staffList {
}
	#staffList li {
		display: block;
		margin-bottom: 20px;
		border: 3px solid #cccccc;
		padding: 15px;
		width: 854px !important;
		width: 890px;
	}
	#staffList li.last {
		margin-bottom: 0;
	}
		#staffList li dl {
			display: block; 
			width: 854px;
			overflow: hidden;
		}
			#staffList li dl dt {
				float: left;
			}
			#staffList li dl dd {
				display: block;
				float: right;
				background: url(../img/cmn_bg_dot-y.gif) repeat-y left top;
				padding-left: 16px;
				width: 699px !important;
				width: 715px;
			}
				#staffList h2 {
					border-bottom: 1px solid #cccccc;
					padding-bottom: 10px;
				}
					#staffList h2 span {
						display: block;
						border-left: 4px solid #ca010b;
						padding-left: 6px;
					}
						#staffList h2 span strong { font-weight: bold; }
				#staffList li dl dd dl {
					display: block; 
					width: 698px;
					overflow: hidden;
				}
					#staffList li dl dd dl dt {
						float: left;
						background: #333333;
						margin-top: 10px;
						padding: 7px 0 7px 7px;
						width: 123px !important;
						width: 130px;
						color: #ffffff;
						font-weight: bold;
					}
					#staffList li dl dd dl dd {
						background: none;
						margin-top: 10px;
						border-bottom: 1px solid #dcdcdc;
						padding: 7px 0 6px;
						width: 568px !important;
					}
						#staffList li dl dd dl dd p {
							padding-left: 10px;
						}
				.staffComment {
					background: #f0f0f0;
					margin-top: 16px;
					padding: 15px;
					width: 668px !important;
					width: 698px;
				}





