@charset "utf-8";


/*
--------------------------------------------------------
base
--------------------------------------------------------
*/
div#header h1{
position:absolute;
top:100px;
left:0;
padding:0;
margin:0;
}


div.section ul{
padding:0 0 0 1em;
}

div.section dl.car{
padding:0 0 0 1em;
}
div.section dl.car dt{
float:none;
width:auto;
padding:0 0 0 10px;
font-weight:bold;
background:url(../img/listicon.gif) no-repeat 0 7px;
}
div.section dl.car dd{
width:auto;
padding:0 0 0 40px;
border:none;
}

/*bus*/
div.section dl.bus{
margin:0 0 0 1em;
width:40%;
}
div.section dl.bus dt{
font-weight:bold;
background:none;
width:16em;
margin:0;
}
div.section dl.bus dd{
background:none;
margin:0;}

table{
width:600px;
}
table td{
width:150px;
text-align:right;
}
/*taxi*/
div.section dl.taxi{
width:95%;
}
div.section dl.taxi dt{
width:11em;
}
div.section dl.taxi dd{
margin:0;
}
