/* company.css */

/* 会社案内・スタイルシート */

.topmessage {
	margin-bottom:25px;
}
.topVisual {
    float:left;
	margin:0 10px 10px 0;
}
.history {
    background:#fbf8ef url(../images/history_visual.jpg) right top no-repeat;
	padding:18px 240px 18px 15px;
	margin-bottom:30px;
}
.outline {
    border-top:#eae8e8 1px solid;
	width:605px;
	margin-bottom:25px;
}
.outline td {
    border-bottom:#eae8e8 1px solid;
	padding:5px 10px;
	vertical-align:top;
}
.outline th {
	background:#fbf8ef;
	border-bottom:#eae8e8 1px solid;
	text-align:left;
	padding:5px 10px;
	vertical-align:top;
	white-space:nowrap;
	width: 16%;
}
.graph {
    margin-bottom:15px;
}

td.month {
	background:#fbf8ef;
	border-bottom:#eae8e8 1px solid;
	padding:5px 10px 5px 0;
	vertical-align:top;
	font-weight:bold;
	white-space:nowrap;
	text-align:right;
	width: 10%;
}

