@charset "UTF-8";

/* lineup.css */ 


/* ---------- layout  ---------- */

.body {background:url(../images2/bg.jpg);
  background-repeat:repeat-y;
  background-position:center;
  color:#330000;}

.default_eng { font-size: 13px; line-height:18px; color:#330000;}

.bio_eng { font-size: 12px; line-height:18px;
  color:#330000;}

#route { float:left;
  width:500px;
  margin:10px 0px 20px 45px;
  border:2px solid #ffffff;
  background-color:#ffffff;}

#mapAreaT{
  float:left;
  width:500px;
  border:2px solid #ffffff;
  background-color:#ffffff;
  margin:0px 0px 30px 45px;
}

#mapAreaT small{
  padding:2px;
}

#routeInfo{
  float:right;
  width:290px;
  color:#330000;
  margin-right:45px;
}

#routeInfo dl{
  margin-bottom:10px;
}

#routeInfo dt{
  margin-bottom:8px;
  font-weight:bold;
}

#routeInfo dd{
  padding-bottom:18px;
  line-height:150%;
}

#routeInfo p{
  line-height:150%;
}