/* staff.css */

.block1 {
	position: relative;
	margin-top: 0px;
	width: 100%;
	height: 400px;
	background: red;
	/*background-image: url('images/bg.jpg');*/

}

.content_staff {
	display: block;
	/*background-color: yellow;*/
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}

.content_staff2 {
	display: block;
	/*background-color: yellow;*/
	background-repeat: no-repeat;
	/*width: 1200px;*/
}

.img_background{
	position: absolute;
	margin: 30px 0 0 0;
}

.block_heading {
	padding-top: 15px;
	/*position: relative;*/
	margin-left: 170px;
	margin-top: 0px;
	width: 700px;
	height: 60px;
	/*background: #eee;*/

}


.pad_top {
	padding-top: 10px;
}

.margin_top {
	margin-top: 20px;
}

.block_space {
	clear : both;
	display: block;
	padding-top: 30px;
}

.boss {
	clear : both;
	float: left;

	margin-left: 200px;
	width: 232px;
	height: 360px;
	/*background-color: #eee;*/
}

.box_space_150 {
	clear: both;
	float: left;
	width: 165px;
	height: 1px;
}

.box_staff {
	float: left;
	margin-left: 30px;
	width: 160px;
	height: 260px;
	/*background-color: #eee;*/
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.duty {
	float: left;
	display:block;
	margin-left: 40px;
	width: 700px;
	height: 360px;
	/*background: #eee;*/
	text-align: left;
}

.line_item{
	/*clear: both;
	float: left;*/
	/*margin-bottom: 20px;*/
	/*background-color: red;*/
	margin:0 auto;
	width:100%;
}
.line_item img{
	display: inline-block;
	width:100%;
	height: 175px;
}
.span_block{
	display: inline-block;
}


.staff_executive {
	display: block;
	position: a;
	left : 100px;
	width: 500px;
	height: 500px;
	border : 2px;
	border-color: red;
	
	background-color : red;
	z-index : 0;
	
}

.oc_title {
	font-family: 'PSL-Kanda',Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #224099;
	
}

.oc_title2 {
	font-family: 'PSL-Kanda',Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #1B75BB
;
}

.staff_name {
	font-family: 'PSL-Kanda',Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #1B75BB;
	
}

.staff_name2 {
	font-family: 'PSL-Kanda',Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1B75BB;
	
}


.staff_position {
	font-family: Tahoma, 'PSL-Kanda',Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:  #515152;
	
}
