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

/*####################################

表

#####################################*/

caption {
font-size:120%;
font-weight:bold;
width:600px;
height:40px;
background-color:#2C7735;
line-height:2.2em;
color:#FFFFFF;
}

table {
margin:auto;
margin-top:30px;
margin-bottom:100px;
margin-right:100px;
text-align:center;
width:600px;
border-spacing:0px;
padding:0px;
}

th {
width:200px;
height:50px;
font-weight:normal;
border-bottom:1px dotted #000000;
}

td {
border-bottom:1px dotted #000000;
}

.left {
text-align:left;
padding-left:10px;
}

.bottom {
border:none;
border-top:3px double #000000;
border-left:1px dotted #000000;
border-bottom:3px double #000000;
text-align:center;
}

.bottom01 {
border:none;
border-top:3px double #000000;
border-bottom:3px double #000000;
}

.bottom02 {
border:none;
border-top:3px double #000000;
border-right:1px dotted #000000;
border-bottom:3px double #000000;
}

.right {
border-right:non;
}