@charset "utf-8";

#staff {
    background-color: #FFFFFF;
    text-align: center;
}

#staffs {
    background-color: #FFFFFF;
    text-align: center;
    width: 100%;
}

html h1#logo:before {
    position: absolute;
    width: 900px;
    margin: -6px 121px 0 0;
}

#staffimg {
    display: inline-block;
	
    float: left;
}

#staffimg img {
	display:block;
	width: 380px;
	margin: 0 44px 0 0;
}

#staff-data {
    width: 501px;
    float: left;
    text-align: left;
}

#staff-data h3 {
    font-size: 48px;
	
    margin: 1em 0 0.3em;
}

#staff-data h4 {
    font-size: 28px;
    margin: 0 0 0.8em;
}

#staff-data h5 {
	font-size: 24px;
    
	margin: 1.6em 0 0.8em;
}

#staff-data .description {
	
}

#staff-data #past-products {
    list-style: none;
	
}

#staff-data #past-products li {
	
}

#staff-inner {
	/* width:980px; */
	margin:0 auto;
	width: auto;
	display: inline-block;
	float: none;
}

#staffs-inner {
	width: 1000px;
	margin:0 auto;
	/* width: auto; */
	display: inline-block;
	float: none;
}

#staffs-inner dl {
	display:inline-block;
	width: 166px;
	float:left;
	padding: 0 0 0 10px;
}

#staffs-inner dl dt {
}

#staffs-inner dl dd{
    margin: 0;
}

#staffs-inner dl dd h3{
    font-weight: normal;
    font-size: 14px;
    margin: 6px 0 0;
}

.fb-page {
	margin:24px 0 0;
}

#staffslist {
	
}

#staffslist dl {
	width: 120px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 0 18px;
}

#staffslist dt {
	
}

#staffslist dd {
	padding: 0;
	margin: 0;
	display: inline-block;
}

#staffslist dd a {
	font-size: 14px;
	font-weight: normal;
	margin: 6px 0 0;
	line-height: 1.1em;
	/* text-align: center; */
	display: inline-block;
	padding: 0;
	text-decoration: none;
}

#staffslist h3 {
	font-size: 20px;
	margin: 2em 0 0;
}

/* FOOTER */

#footertitle p {
	margin: 1em 0;
	line-height: 1.1em;
	color: #999999;
	text-align: center;
	font-size: 14px;
}

