/* 文字コードの指定 --------------------------------------*/
@charset "utf-8";


/* タイトル　ネットショップ-------------------------------*/
#title-netshop {
        width: 704px;
        height: 33px;
        margin-bottom: 5px;
        background-image: url("title_netshop.jpg");
        background-repeat: no-repeat;
}


/* タイトル　自社-----------------------------------------*/
#title-tasya {
        width: 704px;
        height: 33px;
        margin-bottom: 5px;
        background-image: url("title_tasya.jpg");
        background-repeat: no-repeat;
}


/* タイトル　他社-----------------------------------------*/
#title-jisya {
        width: 704px;
        height: 33px;
        margin-bottom: 5px;
        background-image: url("title_jisya.jpg");
        background-repeat: no-repeat;
}


/* 総コスト表---------------------------------------------*/
#netshop-hyou {
        font-size: 0.8em;
        margin-left: 20px;
}


#netshop-hyouleft {
        width: 25%;
        float: left;
}


#netshop-hyouright {
        width: 70%;
        float: left;
}


#netshop-hyou01 {
        width: 25%;
        float: left;
}



