/*ƒe[ƒuƒ‹‘•ü‚ÌCSS*/
table {
	clear :both;
        margin : auto;
        margin-top : 20px;
        margin-bottom : 20px;
        border:solid 0px #66CC00
}
th {
	padding : 5px;
	background-color : #CCFFCC;
	border-right : solid 0px #66CC00;
	border-bottom  :solid 1px #66CC00;
        font-size : 14px;
        color: #000099;
        text-align: left;
        text-decoration : blink;
        font-weight : bold;
}
td {
       text-align :left;
       padding : 5px;
       padding-left : 15px;
 	border : dashed 0px #999999;
        font-size : 12px;
        color: #000000;
}
