﻿@charset "utf-8";

/*company.html*/
#left {
	float:left;
	width:260px;
}

#right {
	float:right;
	width:360px;
	position:relative;
	padding-bottom:40px;
	margin-bottom:50px;
}

#right p {
	margin-bottom:16px;
}

#sign {
	position:absolute;
	bottom:0px;
	right:30px;
}

h3 {
	margin-bottom:25px;
}

h4 {
	font-size:15px;
	font-weight:bold;
	color:#3A435E;
	padding-left:20px;
	background:url(../company/h4-trans.png) 0px 6px no-repeat;
	margin-bottom:15px;
}

table {
	width:650px;
	background-color:#CCC;
	margin:25px 0 50px;
}

table th {
	background-color:#F2F2F2;
	font-weight:normal;
	padding:15px 0 15px 30px;
	width:120px;
	vertical-align:top;
}

table td {
	background-color:#FFF;
	padding:15px 0 15px 30px;
}

.b30 {
	margin-bottom:30px;
}

.b18 {
	margin-bottom:18px;
}

.b50 {
	margin-bottom:50px;
}


	

