/*ƒe[ƒuƒ‹‘•ü‚ÌCSS*/
.table{
        width: 450px;
	padding:10px;
	position: absolute;
	text-align: center;
	border:solid 1px #AAAAAA;
}
caption {
}
th {
        width: 100px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 100%;
	text-align: right;
	padding: 10px;
	background-color: #cccccc;
	border-right:solid 1px #AAAAAA;
	border-bottom:solid 1px #AAAAAA;
}
td {
        width: 350px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 100%;
	text-align: left;
	padding: 10px;
	background-color: #FFFFFF;
	border:solid 1px #999999;
}
