#tabbar {
	width: 100%;
	height: 40px;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	z-Index: 2;
}
#tab1 {
	background-image: url(/iconimgs/folderunsel.gif);
	background-repeat: no-repeat;
	width: 164px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 15px;
	font-size: 14px;
	padding-left: 30px;
	padding-top: 5px;
	z-Index: 2;
}
#tab2 {
	background-image: url(/iconimgs/folderunsel.gif);
	background-repeat: no-repeat;
	width: 164px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 160px;
	font-size: 14px;
	padding-left: 30px;
	padding-top: 5px;
	z-Index: 2;
}
#tab3 {
	background-image: url(/iconimgs/folderunsel.gif);
	background-repeat: no-repeat;
	width: 164px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 305px;
	font-size: 14px;
	padding-left: 30px;
	padding-top: 5px;
	z-Index: 2;
}
#tab4 {
	background-image: url(/iconimgs/folderunsel.gif);
	background-repeat: no-repeat;
	width: 164px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 445px;
	font-size: 14px;
	padding-left: 30px;
	padding-top: 5px;
	z-Index: 2;
}
#glad {
	background-image: url(/iconimgs/grad.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 25px;
	overflow: hidden;
	position: relative;
	top: 24px;
	left: 0px;
	z-Index: 1;
}
#nm1 {
	font-size: 24pt;
	color: #FF0000;
	position: relative;
	top: -5px;
}
#nm2 {
	font-size: 24pt;
	color: lime;
	position: relative;
	left: -15px;
	top: 10px;
}
#content {
	margin-top: 30px;
}
#omake {
	position: absolute;
	left: 460px;
	top: 160px;
	width: auto;
	height: auto;
	border: outset;
	background-color:#66FF66;
	z-index: 4;
	visibility:hidden;
	padding: 4px;
	overflow:hidden;
}
