﻿@import url(../common/pc-common.css);

.menu-staff a {
background:url(../../img/common/bg_menu_on.png) -359px 0;
}

.tit-staff {
text-indent:-9999px;
background:url(../../img/staff/tit_staff.jpg) top left no-repeat;
height:68px;
}

#staff-block {
background:url(../../img/staff/bg_staff.jpg) top left no-repeat;
padding:30px 30px 0;
height:auto;
}

#staff-block:after {
content: "";
display: block;
clear: both;
}


.staff-left {
float:left;
width:432px;
}

.staff-right {
float:right;
width:432px;
}

.staff-box {
border-radius: 20px;        /* CSS3草案 */  
-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 20px;   /* Firefox用 */
background:#fff;
padding:15px 15px 5px;
border:3px #ccc solid;
margin-bottom:20px;
}

.tit-staff01 {
color:#eb698f;
font-size:20px;
padding:0 0 10px;
margin-bottom:10px;
background:url(../../img/staff/bg_tit_staff.gif) bottom left repeat-x;
}

.img-director {
width:164px;
float:left;
}

.span01 {
font-size:14px;
}

.span02 {
font-size:16px;
}

