

div#outframe {
	position:absolute;
	width:1024px;/*height:768px;*/
	padding:10px;
	background-color:rgb(193,193,193);
}
div#header {
	width:1000px;height:60px;
	/*margin:10 0 0 0px;*/
	padding-top:15px;
	background-color:black;
}
div#header img#logo {
	float:left;
	margin:0 20 0 30px;
}
div#header div#title {
	margin:20 0 0 480px;
	font-size:22pt;
	color:white;
}
div#navibar {
	width:1000px;height:30px;
	/*margin:0px;*/
	background-color:rgb(193,193,193);
}
div#navibar img#navi {
	float:left;
	margin:3 20 0 30px;
	border-style:none;
}
div#inframe {
	width:1000px;height:533px;
	/*background-color:white;*/
	background-image:url(images/backcolor01.jpg);
}
div#inframe div#page-ttl{
	position:relative;left:70px;top:20px;
	font-size:18px;
	font-weight:bold;
}div#inframe div#page-guide{
	position:relative;left:40px;top:40px;
	font-size:12px;
}
div#inframe2 {
	width:1000px;height:533px;
	background-color:white;
}
div#footer {
	/*margin:1 0 0 0px;*/
	/*position:absolute;left:10px;top:672px;*/
	width:1000px;height:18px;
	padding-top:3px;
	background-color:black;
	color:gray;
	font-size:10px;
	text-align:center;
}
/* ****************************************************************************** */
table#item-table {
	position:relative;
	left:38px;
	top:65px;
}
table#item-table div.item-frame {
	width:280px;
	height:410px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(170,170,170);
	background-color:white;
}
table#item-table div.item-frame div.item-code {
	width:100%;height:35px;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
	border-style:solid;
	border-width:0 0 1 0px;
	border-color:rgb(197,188,149);
	background-color:rgb(230,230,230);
	color:blue;
}
table#item-table div.item-frame div.item-label {
	width:100%;height:30px;
	padding-top:8px;
	text-align:center;
	font-size:10pt;
	/*font-weight:bold;*/
	border-style:solid;
	border-width:0 0 1 0px;
	border-color:rgb(197,188,149);
	background-color:black;
	color:white;
}
