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

.section01 p{
	margin:10px 0 30px;
}

.section01 p#ceo{
	margin:10px 0;
}

table{
	width:570px;
	margin:20px auto;
}

table tbody th{
	background-color:#4d4d4d;
	color:#fff;
	font-weight:700;
	padding:10px;
	width:160px;
	border:1px #999 solid;
	text-align:center;
	vertical-align:top;
}

table tbody th span{
	padding:0 3px 0 0;
}

table tbody td{
	background-color:#fff;
	padding:10px;
	border:1px #999 solid;
}

table tbody td span{
	background-image:url(../../common/img/icon03.jpg);
	background-position:2px 50%;
	background-repeat:no-repeat;
	margin:0 0 0 200px;
	padding:0 0 0 15px;
}