/* menu public css */

table.type11 {
    border-collapse: separate;
    border-spacing: 2px;
    text-align: center;
    line-height: 1.2;
    margin: 1px 1px;
}
table.type11 th {
    width: 155px;
    padding: 2px;
    font-weight: bold;
    vertical-align: top;
	border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    color: #000;
    background: #ddebf7 ;
}
table.type11 td {
    width: 155px;
    padding: 2px;
    vertical-align: top;
    border-bottom: 1px solid #bbb;
    background: #efefef;
}

