@charset "UTF-8";

/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.employee .img_left{float:left;margin-right:20px;margin-bottom:10px;}
.employee .img_right{float:right;margin-left:20px;margin-bottom:10px;}
.employee .img_center{display:block;margin:0 auto;clear:both;}

/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.employee .txt_bold{font-weight:bold;}
.employee .txt_red{color:#cc0000;}
.employee .txt_big{font-size:130%;}
/*------------------------------------------
■ 主要コンテンツエリアのタイトル下テキスト
------------------------------------------*/
.employee .sub_txt_area{
margin: 12px;
}

/*------------------------------------------
■ コンテンツ left 内
------------------------------------------*/
.employee .margin_box{
	margin:0 10px;
}

/*調査員のご紹介-------------------employee*/
.employee .staff_img{
}
.employee .staff_area{
	background:url("../img02/staff_bg_bottom.png") no-repeat scroll center bottom transparent;
	padding-bottom: 20px;
	}
.employee .staff_box{
    background:url("../img02/staff_bg_top.png") no-repeat scroll center top transparent;
}


.employee .staff_box_wrap{
    font-size: 14px;
    height: auto;
    line-height: 140%;
    margin: 0 auto;
    padding: 40px 0 20px;
    width: 640px;
}

.employee .staff_name{
    color: #003366;
    float: left;
    margin: 0 0 0 30px;
    width: 120px;
}
.employee .staff_txt_in{
    float: left;
    font-size: 12px;
    margin: 0 5px 5px 20px;
    width: 450px;
}
.employee .name_staff{
font-weight:bold;
color:#009999;
font-size:14px;
}


