@charset "Shift_JIS";
/* CSS Document */

html, body {
	background: #000 url(../images/bg_staff.jpg) no-repeat center -100px;
}

#staffRoll {
	width: 640px;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
}

	#staff {
		padding: 800px 0 0;
		font-size: 14px;
		line-height: 2.5em;
		letter-spacing: 0.075em;
		color: #FFF;
		text-align: center;
	}
		#staff .title {
			padding-bottom: 300px;
		}
		
		#staff .midashi {
			padding-bottom: 20px;
			font-weight: bold;
			letter-spacing: 0.25em;
		}
		
		#staff .song {
			padding: 20px 0;
			text-align:center;
		}
			
	
		#staff dl,
		#staff .dl {
			padding-bottom: 100px;
		}
	
			#staff dt {
				clear:left;
				float: left;
				width: 300px;
				padding-right: 20px;
				padding-top: 10px;
				text-align: right;
			}
			
			#staff dd {
				float:left;
				width: 300px;
				padding-left: 20px;
				padding-top: 10px;
				text-align: left;
			}
			#staff dd p {
				padding: 0.5em 0;
				line-height: 1.5em;
			}
	
	#staff .logo {
		padding: 200px 0 100px;
	}
	
	#staff .fin {
		padding-right:3px;
	}
	
	#staff p#end {
		height: 75px;
	}
	
	a {
		outline: none;
	}