@charset "utf-8";
@import url("print.css") print;

html{filter: expression(document.execCommand("BackgroundImageCache", false, true));}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*===================== all base =====================*/
* { 
	margin: 0; padding: 0; 
	font-family:'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}
body{
	padding:10px 0;
	background:#D9D9D9;
	text-align:center;
}

/*---------- flame ----------*/
#container{
	width: 880px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background: url(/1ch/1_6mileage/img/pop_bg_c.gif) repeat-y 0 0;
}
#mainArea{
	width: 830px;
	margin-left:auto;
	margin-right:auto;
}


/*---------- header ----------*/
#header{
	width: 880px;
	height:65px;
	background: url(/1ch/1_6mileage/img/pop_bg_t.gif) no-repeat left top;
}
#header table{
	margin: 13px 0 0 23px; 
_margin: 13px 0 0 0; 
}
#header table td{
	text-align:left;
}

/*---------- footer ----------*/
#footer{
	width: 880px;
	height:60px;
	background: url(/1ch/1_6mileage/img/pop_bg_b.gif) no-repeat left bottom;
}
#footer table{
	margin: 13px 0 0 23px; 
}
#footer table td.text{
	width: 430px;
	vertical-align:top;
	text-align:left;
}
#footer table td.btn{
	width: 400px;
	text-align:right;
}


/*---------- main ----------*/
table td.left{
	text-align:left;
}

table.border{
	border-collapse: collapse;
}
table.border tr.bg00{
	background-color: #C7C7C7;
}
table.border tr.bg01{
	background-color: #FFFFFF;
}
table.border tr.bg02{
	background-color: #E5E5E5;
}
table.border td{
	padding:3px;
	border:1px solid #999;
	text-align:left;
}

table.time{
	border:1px solid #999;
}
table.time td{
	padding:5px;
	background-color: #C7C7C7;
	text-align:left;
}
p.note{
	font-size:10px;
	padding:10px 0 5px;
}


/*---- font ----*/
p , td , th {
	font-size:12px;
	color:#222;
	line-height:1.4;
}
p{
	text-align:left;
}
.ttlmark{
	margin-right:5px;
}
.ttl{
	font-size:14px;
	font-weight:bold;
}
.text{
	line-height:1.1;
}

/*---- pagetop ----*/
.pagetop{
	text-align:right;
}
