@charset "utf-8";
/* CSS Document */

#title_image {
	width:912px;
	height:295px;
	position:absolute;
	left:-6px;
	top:-19px;
	_top:2px;
	background-image:url(../img/company/company_image.png);
	background-repeat:no-repeat;
	behavior:url(iepngfix.htc);
	z-index:-1;
}

/* IE7のみ適用 */  
*+html body #title_image {
	width:912px;
	height:295px;
	position:absolute;
	left:-6px;
	top:-93px;
	background-image:url(../img/company/company_image.png);
	background-repeat:no-repeat;
	behavior:url(iepngfix.htc);
}

h2 {
	margin:0px;
	padding:0px;
}

h3 {
	border-left:3px solid #3399cc;
	color:#333333;
	padding:10px 0px 10px 15px;
	font-size:14px;
	margin-bottom:5px;
}

.company_box {
	margin-bottom:40px;
	width:580px;
}

.prof_box {
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:10px;
	width:580px;
	margin-top:15px;
	margin-bottom:20px;
}

.prof_box ul {
	width:580px;
	padding:0px;
	margin:0px 0px 20px 0px;
	}

.prof_box ul li {
	font-size:12px;
	color:#333333;
	list-style:none;
	display:inline;
	float:left;
}

.prof_box ul li p {
	margin:0px;
	padding:0px;

}

.prof_box li.pro_first {
	margin-right:100px;
	border-left:3px solid #3399cc;
	padding:5px 0px 5px 9px;
}

.prof_box li.pro_second {
	padding:5px 0px 0px 0px;
}


p.last {
	width:580px;
	padding:0px 0px 0px 0px;
	color:#333333;
	line-height:1.5;
	font-size:12px;
}

.company_box table {
	width:580px;
	margin:20px 0px 25px 0px;
	border-collapse:collapse;
}

.company_box table th {
	color:#333333;
	background-image:url(../img/company/tbl_bg.png);
	padding:15px 0px 15px 0px;
	font-weight:normal;
	font-size:12px;
	text-align:center;
}

.company_box table td {
	color:#333333;
	padding:15px 15px 15px 20px;
	font-size:12px;
	text-align:left;
	line-height:1.4;
}
.border_t {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

.border_b {
	border-bottom:1px solid #CCCCCC;
}

.company_box p.explain {
	width:580px;
	padding:0px 0px 0px 0px;
	color:#333333;
	line-height:1.5;
	font-size:14px;
}

.company_box p.explain img {
	float:right;
	margin:0px 0px 10px 10px;
}

.m_25_b {
	margin-bottom:25px;
}




