/* CSS Document */
body,td,th {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#000000;
	margin:				5px;
	line-height:		18px;
}
th {
	text-align:			left;
	font-size:			larger;
}
body {
	background-image:	url(back.jpg);
	background-position:top right;
	background-repeat:	no-repeat;
	background-color:	white;
	margin-left:		190px;
}
h1 {
	font-size:			18px;
}
a:link {
	text-decoration:	none;
}
a:visited {
	text-decoration:	none;
}
a:hover {
	text-decoration:	underline;
}
a:active {
	text-decoration:	none;
}
#header {
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				100%;
	height:				30px;
	z-index:			1;
	background-color:	#D4D0C8;
	border-bottom:		1px solid black;
	font-size:			10px;
	padding:			2px;
}
#menu {
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				160px;
	height:				100%;
	z-index:			1;
	background-color:	#D4D0C8;
	border-right:		1px solid black;
	font-size:			12px;
	padding:			10px;
	line-height:		30px;
}
.remark {
	border-top: 1px solid #CCCCCC;
	font-size:			10px;
	color:				#999999;
	padding:			4px;
}
.gray {
	color:				#999999;
}
input.width300 {
	width:				300px;
}
.smaller {
	font-size:			smaller;
	color:#666666;
}
.code {
	font-family:"Courier New", Courier, monospace;
}