/* ***********************************************************
 *
 * Since:     2006-08-03
 * Modified:  2006-08-03
 * Guideline: Ver.1.0
 *
 * ***********************************************************
*/

table.infom{
    border-collapse:collapse;
    background-color:#ffffff;
    empty-cells:show;
    width: 600px;

}
.infom tr{
    border-bottom:1px solid #868686;

}


.infom th{
    color:#000000;
    background-color:#EDEDED;
    background-position:left top;
    text-align:center;
    font-weight: normal;
    font-size: 9pt;
    border-bottom:1px solid #868686;

}
.infom td{
    background-color:#FBFBFB;
    padding: 8px;
    margin: 8px;
    font-size: 9pt;
    border-bottom:1px solid #868686;

}

.infom td.ttl{
    padding:1.3em;
    font-size: 9pt;
    font-weight: bold;
    border-bottom:1px dotted #868686;

}

.infom td.none{
    padding:1.3em;
    font-size: 9pt;
    border-bottom:0px;

}


.infom a:link,
.infom a:visited { 
color: #B9115D; 
text-decoration: underline; 
} 

.infom a:hover,
.infom a:active { 
color: #E80000; 
text-decoration: underline; 
} 





