﻿/* CSS Document */
/** 会社案内用　**/

table.TblGray {
	border-collapse:collapse;
}
table.TblGray th,
table.TblGray td {
	border:1px solid #cccccc;
	padding:5px;
}

table.TblGray th {
	text-align:center;
	font-weight:normal;
	background:#eeeeee;
	width:120px;
}


.tLines{
	clear :both;	
}

.tLinesLeft {
	float:left;
	width :100px;
}

.tLinesRight {
	float:left;
	width :410px;
	margin-bottom:15px;
}

.msgLine{
	clear :both;	
}

.msgLineLeft {
	float:left;
	width :480px;
	margin-right:16px;
}

.msgLineRight {
	float:left;
	width :151px;
	margin-bottom:15px;
}