@charset "utf-8";
/*-----------------------------------------
Last Update 08.03.05
-----------------------------------------*/
table.see_table{
margin-bottom:2em;
width:100%;
border-collapse:separate;
border-spacing:1px;

}

.see_table th{
width:15%;
}

.see_table th p{
background-color:#78c751;
padding:0.5em;
margin-bottom:0.5em;
text-align:center;
}


.see_table td{
padding-left:0.3em;
width:70%;
}


table.see_table2{
margin-bottom:2em;
width:100%;
border-collapse:separate;
border-spacing:1px;
}

.see_table2 th{
width:25%;
}

.see_table2 th p{
background-color:#e196bb;
padding:0.5em;
margin-bottom:0.5em;
text-align:center;
}


.see_table2 td{
padding-left:0.3em;
width:70%;
}


span.see_space{
margin-left:0.5em;
}
span.see_space2{
margin-left:1em;
}



.image .rightside{
float:right;
margin-left:5px;
}

.image .leftside{
float:left;
margin-right:5px;
}
