@charset "Shift_JIS";
/***************************************************************

* company.css

***************************************************************/
body{
	background-image: url(../img/common/bg_d.jpg);
	background-repeat: repeat-x;
}
#header {
	height: 47px;
	background-image: url(../img/common/header_d.jpg);
	background-repeat: no-repeat;
}
dl#company {
	margin: 0 0 15px;
	padding: 0;
}
#company dt {
	float: left;
	width: 9em;
	padding: 5px 0;
	font-weight: bold;
	text-indent: 1.5em;
	line-height: 150%;
	background-image: url(../img/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
#company dd {
	padding: 6px 0 10px 9em;
	line-height: 150%;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/**
dl#staff {
	margin: 0 0 15px;
	padding: 0 10px 10px;
}
#staff dt {
	float: left;
	width: 150px;
	padding: 5px 0;
	font-weight: bold;
	line-height: 150%;
	background-repeat: no-repeat;
	background-position: 5px;
}
#staff dd {
	padding: 10px 0 10px 150px;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
**/

dl#staff {
	margin: 0 0 20px;
}

dl#staff dt {
	position: relative;
	width: 380px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-left: 130px;
	font-weight: bold;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
}

dl#staff dt.firstChild,
dl#staff dt:first-child {
	border-top: 0;
	padding-top: 0;
}
dl#staff dt img {
	position: absolute;
	top: 15px;
	left: 0;
	padding: 2px;
	border: 1px solid #EEE;
}
dl#staff dt.firstChild img,
dl#staff dt:first-child img {
	top: 0;
}

dl#staff dd {
	margin-bottom: 15px;
	padding-left: 130px;
	height: 120px;
}
dl#staff > dd {
	min-height: 120px;
}

table.company_y {
	border-collapse:separate;
	border-spacing: 3px;
	margin:0 0 20px;
	width:100%;
}
.company_y th {
	background-color:#F1FCCE;
	padding:5px 10px;
	text-align:left;
	margin :0 4px 4px 0;
}
.company_y td {
	background-color:#F7FFEE;
	padding:5px 10px;
	margin :0 4px 4px 0;
}

