#ls_header {
/*
	position: relative;
	top: 0;
	left: 0;
*/
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background-color: #000066;
}

#ls_menu {
	width: 100%;
/*	height: 20px; */
	margin: 0px;
	padding: 0px;
	background-color: #000066;
}

#ls_body {
	width: 100%;
	height: 100%;
	margin: 5px;
	padding: 2px;
}

#ls_param {
/*
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45%;
	height: -100%;
*/
	margin: 5px 10px 5px 5px;
	padding: 0px;
	float: left;
}

#ls_contents {
	/*
	position: absolute;
	top: 0px;
	left: 400px;
	width: auto;
	height: 100%;
	*/
	margin: 5px 5px 5px 10px;
	padding: 0px;
	float: left;

}

#ls_footer {
/*
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 100%;
*/
	clear: both;
	margin: 5px;
	padding: 0px;
}

#content {
	position: relative;
	top: 0px;
	left: 0px;;
	width: auto;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#block-left {
/*
	position: absolute;
	top: 0px;
	left: 0px;
*/
	width: 340px;
	/*
	height: 500px;
*/
	margin: 0px;
	padding: 0px;
}

#blcok-center {
	position: absolute;
	top: 0px;
	left: 360px;
	width: 60px;
	height: 500px;
}

#block-right {
	position: absolute;
	top: 3px;
	left: 420px;;
	width: 360px;
	height: 550px;
	margin: 0px;
	padding: 0px;
}

#box {
/*
	position: relative;
	top: 0px;
	left: 0px;
	width: 340px;
	height: auto;
*/
	width: 340px;
	margin: 0px;
	padding: 0px;
	background-color: #000066;
}

#box-small {
	position: absolute;
	top: 60px;
	left: 425px;
	width: 330px;
	height: auto;
	margin: 10px;
	padding: 0;
	background-color: #F0F0F0;
}

#box-input {
	position: relative;
	top: 0px;
	left: 0px;
	width: 328px;
	height: 440px;
	margin: 1px;
	padding: 5px;
	background-color: #F0F0F0;
}

#box-option {
/*
	position: relative;
	top: 0px;
	left: 0px;
	width: 318px;
	height: 370px;
*/
	margin: 1px;
	padding: 5px;
	background-color: #F0F0F0;
}

#box-param {
	position: relative;
	top: 0px;
	left: 0px;
	width: 318px;
	height: 100px;
	margin: 1px;
	padding: 5px;
	background-color: #F0F0F0;
}

#box-class {
	position: relative;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 220px;
	margin: 1px;
	padding: 5px;
	font-size: 11px;
	background-color: #F0F0F0;
}

#subwin_class {
	position: absolute;
	visibility: hidden;
	z-index: 2;
}

#subwin_fatty {
	position: absolute;
	visibility: hidden;
	z-index: 2;
}

#subwin_hgs {
	z-index: 2;
	visibility: hidden;
}

#subwin_fas {
	z-index: 2;
	visibility: hidden;
}

#subwin_dps {
	z-index: 2;
	visibility: hidden;
}

#parent_block {
	position: relative;
	top: 5;
	left: 5;;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#product_block {
	position: relative;
	top: 5;
	left: 10;;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#process_message {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 1px;
	padding: 5px;
	font-size: 9pt;
	font-weight: bold;
}

#err_message {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 1px;
	padding: 5px;
	color: #ff0000;
	font-size: 8pt;
	font-weight: bold;
}

table {
	font-family: "Arial", "MS UI Gothic", "Helvetica", "sans-serif";
	font-size: 8pt;
	background-color: #F0F0F0;
}

th {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	font-weight: bold;
	background-color: #000066;
	color: #FFFFFF;
}

th > sup {
	color: red;
}

td {
	empty-cells: show;
	padding: 3px;
}

.row_header {
	font-family: "Arial", "MS UI Gothic", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	background-color: #DCDCDC;
	vertical-align: top;
}

.row_header > sup {
	color: red;
}

.err_msg {
	font-family: "Arial", "MS UI Gothic", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #CC0033;
/*	text-decoration: blink */
}

.err_field {
	color: #FFFFFF;
	background-color: #CC0033;
}

.success_msg {
	font-family: "Arial", "MS UI Gothic", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #CC0033;
}

.title {
	font-family: "Arial", "MS UI Gothic", "Helvetica", "sans-serif";
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #42668C;
}

.item_name {
	font-family: "Arial", "MS UI Gothic", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	background-color: #DCDCDC;
	vertical-align: middle
}

.item_value {
	font-family: "Arial", "MS UI Gothic", "Helvetica", "sans-serif";
	font-size: 8pt;
	font-weight: normal;
	background-color: #F0F0F0;
	vertical-align: middle
}

.not_null {
	font-family: "Arial", "MS UI Gothic", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #FF0000;
}

.sort_bgcolor {
	background-color: #DCDCDC;
}

.sort_fontcolor {
	color: #000000;
}

.gloss {
	color: brown;
	text-decoration: underline;
	cursor: pointer;
	font-family: "Verdana";
}

#sortDiv select {
	width: 300px;
	font-family: "Arial", "MS UI Gothic", "Helvetica", "sans-serif"; font-size: 9pt; font-weight: normal; vertical-align: left
}