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

html, body {
	height:100%;
}

body {
	margin:0px 0px 0px 0px;
	padding:0px;
	width:100%;
}
	

/* frame */
#container {
	position:relative;
	height:100%;
	width:100%;
	min-height:100%;
}

body > #container {
	height: auto;
}


#content {
	margin-left:20px;
	margin-top:0px;
	padding-bottom:50px;
}


h1 {
	background-image:url(../images/top_base.gif);
	background-color:#FFFFFF;
	width:100%;
	height:80px;
	margin-bottom:20px;
	margin-top:0px;
}

img#logo {
	margin:0px 0px 0px 20px;
}

img#quicktime {
	position:absolute;
	right:20px;
	top:18px;
}

img#applestore {
	position:absolute;
	right:128px;
	top:18px;
}


h2 {
	margin:0px 0px 15px 0px;
}


form#form {
	margin-bottom:20px;
}
input#image {
	vertical-align:top;
}

.currentField {
  color:#000000;
  background-color:#FFFFFF;
}

.changedField {
  color:#000000;
  background-color:#CCCCCC;
}

#qt {
	height:16px;
	width:150px;
}

#data {
	overflow:auto;
	height:300px;
	margin-top:15px;
	scrollbar-base-color:#055366;
}

table {
	margin:15px 0px 0px 0px;
	border-spacing:0;
	border:0;
	padding:0;
	width:70%;
}

th {
	background-image:url(../images/th-base.gif);
	height:26px;
}

tr.odd {
	text-align:center;
	vertical-align:middle;
	background-color:#E0DFDF;
	height:26px;
}

tr.even {
	text-align:center;
	vertical-align:middle;
	background-color:#D5D3D3;
	height:26px;
	
}

td {
	border-top:1px solid #FFFFFF;
	width:25%;
}


/* footer */
h3 {
	margin:0px;
	background-image: url("../images/footer-base.gif");
	background-color:#FFFFFF;
	width:100%;
	height:50px;
	position:absolute;
	bottom:0px;
}

img#footer {
/*
	margin:0px 20px 0px 0px;
*/
	position:absolute;
	right:20px;
	bottom:0px;
}


/* Text */
.font-main {
	color:#666666;
	font-size:10px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.font-th {
	color:#000000;
	font-size:10px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}