/* CSS Document */
*{
margin:0px;
padding:0px;
}
body{
text-align:center;
font-size:80%;
}
#wrapper{
margin:20px 50px;
padding:0px 0px 20px 0px;
text-align:left;
}
h1{
font-size:200%;
margin-bottom:5px;
}
table{
width:100%;
border:2px solid #669933;
}
th{
padding:2px 5px;
background:#669933;
color:#FFFFFF;
text-align:center;
}
td{
padding:2px 5px;
}
.border01{
border-right:1px solid #999999;
}
.border02{
border-right:1px solid #999999;
border-bottom:1px solid #999999;
}
.border03{
border-bottom:1px solid #999999;
}
.border04{
border-right:1px solid #999999;
border-bottom:2px solid #669933;
}
.border05{
border-bottom:2px solid #669933;
}
.back01{
background:#EEEEDD;
}
.center{
text-align:center;
}
.right{
text-align:right;
}
.tyushaku{
margin:10px 0px 0px 0px;
}