@charset "utf-8";
/* 全体のスタイル */
body {
	line-height: 1.3;
	color: #000;
	background: #fff;
	text-align: center;
}
img {
	margin:0; padding:0
;}

#pageOuter {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: 108%;
}

#page {
	padding-bottom: 20px;
}

#nav {
	padding-bottom: 20px;
}

/*--------ヘッダーエリア--------*/
#headerArea {
	width: 980px;
	padding-top: 0px;
	background: url(img/img-header.gif) no-repeat center top;
	height:168px;
}
#onajimai {
	overflow: hidden;
	margin-right: 10px;
	_zoom: 1;
	clear: both;
}

/* ヘッドタイトルのスタイル */
.head2 {
	background: url(img/headr-line.jpg) no-repeat; margin-bottom: 10px;
;}	
.head2 a {
	font-size:13px; padding-left:12px; padding-right:12px;
	padding-top:0px; line-height:32px; text-decoration:none
;}
.head2 a:hover {
	color:#0489B1
;}

/*--------コンテンツエリア--------*/
/* 左右空きのスタイル */
#contents {
	text-align: left;
	width: 960px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1em;
	line-height:2;
}

/* h3のスタイル */
h3 {
	font-size: 1.2em;
	line-height: 2;
	margin-top: 1em;
	color: #0489B1;
	font-weight: bold;
}

/* インフォリストのスタイル */
#infoList dd {
	line-height: 2;
	margin-top: -2em;
	margin-left: 10em;
}
#infoList dt {
	background: url(../img/infotable-bullet.gif) no-repeat left;
	padding-left: 15px;
	margin-left: 15px;
	line-height: 2;
}
#infoList dl { line-height: 2; }

/* 保有車両テーブルのスタイル */
.truckTable {
	margin-left: 20px;
	}
.truckTable th {
	border-bottom: 2px solid #585858;
	padding-bottom: 5px;
	font-weight: bold;
}
.truckTable td {
	padding-top: 10px;
}
.migi {
	text-align: right;
}

/* ライン(グレー)のスタイル */
.line {
	width:100%; background-image : url(img/lin-gry.gif)
;}


/* === コピーライトのスタイル === */
.address {
	COLOR:"#000"; text-align:left; margin-bottom:20;
	line-height: 2em ;font-size:small ;padding-left:20px
;}


