/*****************************
 weather¤Ë»ÈÍÑ
*****************************/
#weather{
    position: relative;
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 2px 0px;
    text-align: left;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    background-color: #ffefe6;
}
#weather #prefecture_weather{
    margin: 2px;
    background-image: url(/image/newsbar.gif);
    font-size: 1.2em;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
}
#weather .title{
    margin: 2px;
    background-color: #cccccc;
    font-size: 1.2em;
    color: #000000;
    letter-spacing: 0.3em;
    line-height: 1.3;
}
#weather .main{
    position: relative;
    padding: 2px;
    background-color: #ffefe6;
    color: #000000;
    vertical-align: bottom;
    letter-spacing: 0.1em;
}
#weather .left{
    position: relative;
    float: left;
    width: 80px;
    color: #000000;
    text-align: center;
}
#weather .right{
    position: relative;
    float: right;
    font-size: 1.2em;
    line-height: 2.0;
    width: 100px;
    color: #000000;
    text-align: center;
}
#weather .probability{
    position: relative;
    margin: 0px 5px 1px 5px;
    margin-bottom: -1px;
    padding: 1px 1px 1px 20px;
    height: 1.2em;
    background-color: #ffffff;
    font-size: 1.0em;
    color: #000000;
    text-align: left;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    border-collapse: collapse;
    border-spacing: -1px;
}


