@charset "utf-8";
/**
 *  駅リンクテンプレート用CSS 
 */
table.stations
{
    margin:0px auto;
    width:900px;
}

table.stations td
{
    vertical-align:top;
}

span.station_image_begin
{
    float:left;
    display:inline;
    width:20px;
    height:26px;
    background-image:url(/area/images/station_point_begin.png);
}

span.station_image_between
{
    float:left;
    display:inline;
    width:20px;
    height:26px;
    background-image:url(/area/images/station_point_between.png);
}

span.station_image_end
{
    float:left;
    display:inline;
    width:20px;
    height:26px;
    background-image:url(/area/images/station_point_end.png);
}

span.station_name
{
    float:left;
    display:inline;
    line-height:26px;
    width:auto;
    height:26px;
    margin-left:5px;
}
