/*Comon Style-----------------------------------*/
@import url(./common/common.css);
@import url(./common/style.css);


/*Unique Style*/
.staff_contents #main	{
	background-image:url(../images/staff_top.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.staff_contents #contents #main .main_inner	{
	padding-top:18px;
	margin-left:375px;
	margin-right:75px;
}

.staff_contents dl	{
	margin:0 0 15px;
}


.staff_contents dl dt	{
	float:left;
	color:#666666;
}

.staff_contents dl dt,
.staff_contents dl dd	{
	font-size:12px;
	line-height:150%;
	margin-bottom:10px;
}

.staff_contents dl dd	{
	margin-left:114px;
	letter-spacing:1px;
}

* html .staff_contents dl dd .ie_c	{
	padding-left:3px;
	display:block;
}
