/*base2.css*/


.dot{
   border-collapse: collapse;
   border: 1px solid white; /* 外枠 */
}
.dot th, .dot td {
   border-style: dotted dotted; /* 線種 */
   border-width: 1px; /* 線の太さ */
   border-color: #9c9c9c; /* 線色 */
}

.lims{
margin-left:20px;
}

.dot1{
   border-collapse: collapse;
   border-style: solid;
   border-width: 1px;
   border-color: #9c9c9c;/* 外枠 */
   margin-right: 5px;
}
.dot1 th, .dot1 td {
   border-style: solid solid; /* 線種 */
   border-width: 1px; /* 線の太さ */
   border-color: #9c9c9c; /* 線色 */
}


.gg{
line-height:105%;
}
.red{
   color: #CC0000;
   font-weight:bold;
   }
   
   

.ab{
margin-right:4px;
margin-bottom:5px;
}

.ai{
line-height:130%;
}

.base{
margin-left:15px;
}

.do2{
border-collapse:collapse;
border:0px;
}

#sub {width:170px;}

#back {
    width: 780px;
    margin: 0 auto;
    background-color: #ffffff;
}

}/* CSS Document */

