/* entryページレイアウト用CSS */

#contents {
        background-color: #ffffff;
}
#main    {
        position: absolute;
        left: 180px;
        background-color: #ffffff;
        text-align: center;
        font-size: 90%;
}
h3.main1    {
        text-align: center;
}
#menu    {
        width: 157px;
        position: absolute;
        left: 10px;
        
}
address    {
        padding-top: 2250px;
        font-size: 80%;

}