@charset "utf-8";


/*全般設定
------------------------------------------------------------------------------------------
■aboutsite特有設定
------------------------------------------------------------------------------------------*/

#main table {
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
border: 2px solid #e6e6e6;
background-color: #ffffff;
border-collapse: separate;
border-spacing: 3px;
line-height:1.8em;
}

#main table td {
border-bottom: 1px dotted #cac8c9;
color:#336699;
padding: 5px;
vertical-align: top;
}

#main table td.cellL01 {
border-right: 1px dotted #cac8c9;
color:#336699;
}

#main table td.cellL99 {
width: 99px;
border-right: 0;
color:#336699;
}

#main table td.cellL50 {
width: 50%;
border-right: 1px dotted #cac8c9;
color:#336699;
}

#main table td.cellL46 {
width: 46%;
border-right: 1px dotted #cac8c9;
color:#336699;
}

#main table td.cellL20 {
width: 20%;
border-right: 1px dotted #cac8c9;
color:#336699;
}

#main table td.cellL30 {
width: 30%;
border-right: 1px dotted #cac8c9;
color:#336699;
}

#main table td.cellL70 {
width: 70%;
border-right: 1px dotted #cac8c9;
color:#336699;
}

#main table td.cellColor {
background: #f7f7f7;
}

#main  table td.bNone {
color:#336699;
border-bottom: 0;
}



