@charset "utf-8";
/* CSS Document */

ul,li { *zoom:1;list-style: none; margin:0; padding:0; }

#menu { width:680px; height:47px;}
#menu ul { }
#menu li { float:left;height:47px;}

#tripListArea { width:680px; height:650px; background:url('img/trip_list_bg.jpg') no-repeat; position:relative; background-color:#0c0c16;}
.tripList { width:580px; position:absolute; top:100px; left:50px;}
.tripList .list { width:580px; border-bottom:solid 1px #474747; }
.tripList ul { margin-left:266px;}
.tripList li { border-bottom:solid 1px #474747; width:315px; height:25px; }
.tripList li.end { border-bottom:none;}
.tripList img { vertical-align:top;}

/* { margin: 0; padding: 0; }*/