/****************************************************
　■会社案内・アクセス・スタッフ紹介　CSS設定
****************************************************/

/***　font-size:80%  style_base.css  ****/

#about {
	margin: 30px 0 0 20px;
}
#about p {
	line-height: 2em;
	font-size: 90%;
}


/***　会社概要・アクセス  ****/
#about table {
	margin: 0 0 60px 20px;
	font-size: 90%;
}
#about th {
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	padding: 5px 0 5px 10px;
	background: #FEB6B6;
	color: #fff;
}
#about td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0 5px 10px;
	background: #FFEEEE;
}

.access-map {
	margin: 0 20px 20px 0;
	height: 60px;
	background-image: url(images/about_access_title.gif);
	border-bottom: 1px dotted #FF99CC;
	border-top: 1px dotted #FF99CC;
}

.map {
	margin: 20px 0 20px 20px;
}



/***　スタッフ紹介  ****/
.staff-box {
	width: 560px;
	margin: 0;
	padding: 15px 15px 0 15px;
	background: #fffff4; 
	border-top: 5px solid #FF9966;
}
.staff-box .left {
	width: 160px;
	float: left;
}

#about .staff-box .left img {
	border: 1px solid #ccc;
}

#about .staff-box .left p {
	margin: 10px 0 10px 10px;
	line-height: 1.5em;
	font-size: 100%;
	color: #FF6633;
}
.name {
	font-weight: 700;
	color: #666;
}

.staff-box .right {
	width: 370px;
	float: right;
	border-left: 5px solid #FFCC99;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}
.staff-box .right dl {
	margin: 0 0 10px 0;
	font-size: 90%;
}
.staff-box .right dt {
	color: #FF9966;
	font-weight: 700;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #FF9966;
}

#about .staff-under {
	clear: both;
	margin: 0 0 50px 0;
	padding: 5px 0;
	text-align: right;
	border-top: 1px solid #FF9966;
	font-size: 85%;
}














