@charset "utf-8";

#access{
    float:left;
	clear:both;
	width:800px;
}

#map{
    float:left;
}

#address{
   float:right;
   text-align:left;
   width:310px;
}
#address h3{
    padding-bottom:7px;
    border-bottom:solid 1px #666666;
	margin-bottom:8px;
}
#address p{
    padding-bottom:40px;
}
#address ul li{
    display:inline;
}
