@charset "utf-8";


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

#main table {
width: 100%;
margin-top: 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:#0b3b0b;
padding: 5px;
}

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

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

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



