﻿
/* 作品分布
-----------------------------------------------------*/
#graph {
    margin-left:10px;
}

/* 画像 */
#graph img {
    width:10px;
    height:5px;
    border:0;
    position:absolute;
    z-index:10 !important; /* 効いてない */
}

#graph div.single img {
    width:40px;
    height:35px;
    z-index:10 !important; /* 効いてない */
}

#graph div.album img {
    width:60px;
    height:55px;
}

/* グラフ枠 ***************************************/

/* ヘッダ */
#graph table tr.headfoot td {
    height:15px;
}

/* コンテンツ */
#graph table tr td {
    vertical-align:top;
    font-size:10px;
    
    width: 60px;
    height: 60px;
    
    border:0px;
    background-color:#FFFFFF;
}

#graph table tr.holizon td {
    border-bottom:1px solid #000000;
}    

#graph table tr td.vartical {
    border-right:1px solid #000000;
}    

