@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------
 common
---------------------------------------------------------*/
.aboutSection{
	margin-bottom: 40px;
}

/*---------------------------------------------------------
 about KMEW
---------------------------------------------------------*/
#aboutKw{
	margin: 0 auto;
	width: 600px;
}
#aboutKw dt{
	margin-bottom: 5px;
	font-size: 125%;
	font-weight: bold;
}
#aboutKw dt img{
	margin-right: 10px;
	vertical-align: middle;
}
#aboutKw dt a{
	text-decoration: underline;
}
#aboutKw dd{
	margin-bottom: 20px;
}

#overviewTbl{
}
#overviewTbl th,
#overviewTbl td{
	padding: 20px 5px 5px;
}
#overviewTbl th{
	width: 180px;
	color: #576d75;
	vertical-align: bottom;
	background: url(../images/about-us/overview-bg.gif) no-repeat left bottom;
}
#overviewTbl td{
	border-bottom: 1px solid #CCC;
}
#overviewTbl span{
	font-size: 92%;
}