/********** company/outline.html専用CSS **********/

/***** メイン部分ボックス *****/
/*****(ボーダー用にdiv使用)*****/
.gaiyotable {
	padding: 1px 0 0;
	background: url("../../../images/common/dot01.gif") 0 0 repeat-x;
}
.gaiyotable th,
.gaiyotable td {
	background: url("../../../images/common/dot01.gif") bottom left repeat-x;
}
.gaiyotable td th,
.gaiyotable td td {
	font-weight: normal;
	padding: 0 0 2px;
	background: none;
	white-space: nowrap;
}

/* 会社概要タイトル　IEバグ対策 */
.title02 {
	margin: 0 0 8px;
}

