@charset "utf-8";
/*******************************************************/
/*                会社情報用CSSファイル                */
/*******************************************************/

/******** index.html*/
div.column-menu div.left {
	width: 270px;
	float: left;
	}

div.column-menu div.right {
	width: 520px;
	float: right;
	}

/******** press.html*/
table.press_table{
	border: none;
	margin-bottom: 30px;
	}

table.press_table td {
	border-left: none;
	border-right: none;
	vertical-align: top;
	padding: 10px;
}

table.press_table td ul {
	margin-bottom: 0;
}

/******** history.html*/
div.column1-2 div.left {
	text-align: center !important;
	vertical-align: middle !important;
}

/******** group.html*/
table.group_table{
	border: none;
	margin-bottom: 30px;
	}

table.group_table td {
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 20px 0;
	vertical-align: middle;
}

/******** group.html*/
div#container div#contents h2.press {
	background: #ccc299;
	font-size: 15px;
	padding: 13px 10px;
	margin: 0 0 15px 0;
	color: #FFFFFF;
}