@charset "UTF-8";

/*******************/
/* 企業情報 */
/*******************/

@import url(menu.css);
@import url(main.css);

/*コンテンツ左側*/
#contentsPhoto{
	margin:0px;
	padding:0px;
	width:150px;
	text-align:left;
	float:left;
}

/*コンテンツ右側*/
#contentsText{
	margin:0px;
	padding:0px;
	width:355px;
	line-height:180%;
	float:right;
}
/*コンテンツ右側 テキストスペース（上部）*/
#contentsText #textSpace1{
	margin:0px 15px 0px 0px;
	padding:0px;
	text-align:left;
}
/*コンテンツ右側 テキストスペース（下部）*/
#contentsText #textSpace2{
	margin:0px 15px 0px 0px;
	padding:0px;
	text-align:right;
}

/*コンテンツ用太字*/
.impact_font{
	font-size:medium;
	font-weight:bold;
}
#history td {
	line-height: 1.5em;
	vertical-align: top;
}
#history td.date {
	width: 25%;
	white-space: nowrap;
	text-align: left;
}
#history td.month {
	width: 25%;
	white-space: nowrap;
	text-align: right;
}
#history td.title {
	width: 75%;
	text-align: left;
}
.office {
	float: left;
	width: 110px;
	white-space: nowrap;
	/* 均等割付（IEのみ） */
	text-align: justify;
	text-justify: distribute-all-lines;
}
.name {
	margin-left: 30px;
	float: left;
	width: 100px;
}
hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cacaca; 
	height: 1px; 
	padding-bottom: 10px; 
}
