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