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

#ptDownload {
	background: url(../image/pt_download.gif) top left no-repeat;
	width: 700px;   
	height: 40px; 
}

#ptDownload h1 {
  position:relative;
  top:0;
  left:0;
  z-index:-1;
}

table.DownloadList {
	border-collapse: collapse;
	width: 700px;
	background-color: #EEFFFF;
}

th, td {
	border: 1px solid black;
	padding: 8px;
}

td.posCM {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

td.posLT {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

th.tblW250 {
	width: 260px;
}

th.fBold {
	font-weight: bold;
}

.previewFrame {
	position: relative;
}

img.posICO {
	position: absolute;
	top: 10px;
	left: 10px;
}

.curChg {
	cursor: url(cur_kuma.cur), auto;
}
