@charset "utf-8";
/* CSS Document */

/* contents */
#contents{
	width:100%;
}

#company{
	width:95%;
	padding:0;
	margin:10px;
	margin:10px auto 30px;
	border:5px solid #EEE;
	border-collapse:collapse;
}
#company th{
	width:30%;
	margin:0 auto;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background:#F5F5F5;
}
#company td{
	padding:5px;
	border-bottom:1px solid #999;
	line-height:1.4em;
}

.subTT {
	border-top:1px solid #c28989;
	background: -moz-linear-gradient(left, #34454e, #cbd0d7);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #34454e), color-stop(1, #cbd0d7));
	background: linear-gradient(left, #34454e 0%, #cbd0d7 100%);
	color:#FFF;
	line-height:1.6em;
	font-weight:100;
	padding-left:5px;
	margin:5px 0 0 0;
}
.txt_area {
	margin:10px 10px;
	line-height:1.4em;
}
.txt_area h4 {
	margin-bottom:5px;
}