/* 
    Document   : Rotes
    Created on : 2011/07/03, 17:15:50
    Author     : masataka
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*#Route{
    background-image: url("../img/background/fabric-gray.jpg");
}*/

#Route ul{
    list-style: none;
    margin: 18px 0 10px 0;
}
#Route h2{
    margin-bottom: 20px;
}
/*#Route p{
    line-height: 20px;
    font-size: 9pt;
}*/
#Route div.lefts{
    width: 636px;
    float: right;
    margin-bottom: 25px;
}
#Route div#right_column{
    width: 303px;
    float: left;
}
#Route div#main_column
{
    width: 303px;
    float: right;
}

#Route div#left_column{
    margin-left: 14px;
    width: 303px;
    float: left;
}


#Route ul li{
    height: 45px;
    margin:0 0 3px 0;
    padding: 0;
}

#Route ul li table{
    border-spacing:inherit;
    height: 45px;
    width:223px;
}
#Route ul li table tr{
    vertical-align: middle;
}
#Route hr{
    float: none;
}
.r_img{
    width: 74px;
}
.r_num{
    width: 20px;
    padding: 0 0 0 5px;
    font-size: 12pt;
    color: #0099ff;
}

.r_date_en,
.r_state_en{
    font-size: 7pt;
    font-family:inherit;
    font-weight:400;
}

.r_date_en{
    padding-left: 12px;
    width: 110px;
}
.r_state_en{
}

.r_date_jp,
.r_state_jp{
    font-size: 8pt;
    font-family:inherit;
    padding-top: 0px;
    font-weight:400;
}

.r_date_jp{
    padding-left: 10px;
}
.r_state_jp{
}
#Route .add td.r_null{
    width: 1px;
}

#Route ul li img{
    float: left;
    padding-right: 3px;
}

#Route .add{
    background-color: white;
    float: none;
}


#Route .odd{
    background-color: #DFF1FF;
}

#footer {
    width: 940px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
    float: none;
}

#footer h2{
    float: left;
}

#footer p.entry{
    float: right;
}

#Route hr{
    display: block;
    float: none;
    width: 940px;
}

hr.upper{
    margin-bottom: 5px;
}