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

/* COMMON ITEMS */
article section{
	display:block;
	margin-left:90px;}
th,td{vertical-align:top;}

/* COMPANY, PROFILE */
.profile_name{
	font-size:120%;
	margin-bottom:50px;
}
.profile_name span{font-size:80%;}
#company_info th,
#company_info td{padding-bottom:20px;}
#company_info th,
.history th,
.membership th{width:145px;}
.history{margin-bottom:50px;}
#names td{
	padding-bottom:0;
	padding-right:10px;
}

/* NEWS */
#news_list{width:650px;}
#news_list dt{
	float:left;
	width:125px;
}
#news_list dd{
	float:right;
	width:505px;
}

/* RECRUIT */
.detail{margin-bottom:40px;}
.detail h2{
	font-weight:bold;
	margin-bottom:20px;
}