@charset "utf-8";
/* CSS Document */

.img_main{
width:100%;
height:100px;
}

.img_mian .list_01{
width:120px;
height:120px;
padding:5px;
border:#999999 1px dotted;
}

#sub-menu{
padding:10px;
}

.img-style{
border:#999999 1px dotted;
width:100px;
height:100px;
padding:5px;
float:left;
text-align:center;
vertical-align: middle;
}

.table_01 {
width:100%;margin:0px 0px 10px 0px;
padding:5px;
border-collapse:separate;
border-spacing:5px;
}

.table_01 th {
height:30px;
background:#CCCCCC;
text-align:center;
}

.table_01 td {
width:20%;
height:100px;
text-align:center;
border:1px dotted #999999;
padding:5px;
font-size:10px;

}