@charset "euc-jp";
/* CSS Document */

body{
	line-height:1.5;
	font-size:0.85em;
	color:#666666;
	font-family:Verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Arial, Helvetica, sans-serif;
	width:100%;
	text-align:center;
}

img{
	border:0;
	vertical-align:top;
}

#container{
	text-align:left;
	margin:0 auto;
	padding:0px;
	width:100%;
	text-align: left;
	background: url(../img/container_top.jpg) repeat-x top #FFF;
	clear:both;
}


/*ヘッダーの設定*/
#header{
	width:800px;
	height:80px;
	margin:0px auto;
	text-align:left;
}
/*ロゴの設定*/
#header h1{
	width:195px;
	height:75px;
	float:left;
	margin:10px 0px 0px;
	padding:0px;
}

/*contentsの設定*/
#contents{
	width:800px;
	height: auto;
	margin: 6px auto 0px;
	padding:0px 0px 10px;
	overflow:auto;
	clear:both;
}


h3{
    width:760px;
	background:url(../img/h3_mark.gif) no-repeat left;
	border-bottom:#CCC dotted 1px;
	margin:20px auto 10px;
	_margin:10px auto 5px;
	padding: 5px 0px 5px 25px;
	font-size:1.2em;
	color:#666;
}
h4{
    width:720px;
	margin:20px auto 10px;
	_margin:10px auto 5px;
	padding:0px;
	font-size:1em;
	color:#31B7F7;
}
/*【保有車両】ページの設定--------------------------------------------------------------------------*/
table.fleet{ 
	width:760px; 
	margin:20px auto;
	border-collapse: collapse;
	border-top:#26A1F3 1px solid;
	border-left:#26A1F3 1px solid;
}
table.fleet th {
	margin:0px;
	padding:3px 5px 1px;
	background:#DBE6F2;
	text-align:center;	
	font-weight:bold;
	border-right:#26A1F3 1px solid;
	border-bottom:#26A1F3 1px solid;
}

table.fleet td {
	margin:0px;
	padding:3px 5px 1px;
	border-right:#26A1F3 1px solid;
	border-bottom:#26A1F3 1px solid;
}
.quantity{ text-align:right}
.sum{ background:#E7E7E7}

/*【運転日報】ページの設定--------------------------------------------------------------------------*/

.repo{
width:700px;
	margin: 0px auto 15px;
	padding:0px;
}

/* ボタン---------------------------- */

#button{
width:180px;
	margin: 0px auto;
	padding:0px;
}
#button ul {
	padding:0px;
	margin:0px;
}
#button li {
	padding:0px;
	margin:0px;
	list-style-type:none;
	text-align:center;
}

ul {	list-style-type: none;}

/*footer-----------------------------------------------------------------------*/


/*footerの設定*/
#footer{
	width:100%;
	height:150px;	
	margin:0px auto;
	padding: 10px 0px;
	color:#FFF;
	font-size:0.91em;
	background:#0F3273;
	text-align:center;
}
