﻿/* ■■■ ページ個別CSS設定 ■■■ */

.LeftContents{
	float: left;
	width: 660px;
	display: inline;
	text-align: left;
	font-size: 13px;
	color: #505050;
}

.RightContents{
	float: right;
	width: 190px;
	display: inline;
	text-align: left;
	font-size: 13px;
	color: #505050;
}

.company_left{
	width: 120px;
	padding: 10px;
	background-color: #EEE8E8;
	text-align: right;
	color: #000000;
	white-space: nowrap;
}

.company_right{
	padding: 6px;
	background-color: #FFE8E8;
	color: #000000;
	line-height: 1.5em;
}

