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

#header{
	background-color:rgba(0,0,0,0.3);
	width:100%;
	height:60px;
    _height:70px;

    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4D000000, endcolorstr=#4D000000, gradienttype=0);
	position: fixed;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	z-index: 20;
	padding-top: 5px;

	
}

h2{
	font-size:15px;
	font-weight: bold;
}

h2 a{
	color: #FFFFFF;
	margin-left: 5px;
}

.hoverattribute-attr {
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
	margin-top: 2px;
}

#headercon{
	height: 50px;
	width: 750px;
	left: 50%;
	margin-top: 0px;
	margin-left: -375px;
	position: absolute;	
}
#logo {
	width:100px;
	height: 50px;
	background-image: url(../image/r=_top.gif);
	background-repeat: no-repeat;
	left: 0px;
	position: relative;
}
#menu {
	width:435px;
	height:50px;
	position: absolute;
	top: 0px;
	margin-left: 150px;
}
#add {
	height: 50px;
	width: 150px;
	margin-right: 0px;
	position: relative;
	left: 600px;
	bottom: 50px;
}

#sub1,#sub2,#sub3,#sub4,#sub5,#sub6,#sub7,#sub8 {
	position:absolute;
	width:100px;
	height:18px;
	border: thin solid #CCCCCC;
	text-align: left;
}
#sub1 {
	top: 5px;
	left: 0px;
}
#sub2 {
	top: 5px;
	left: 110px;
}
#sub3 {
	top: 5px;
	left: 220px;
}
#sub4 {
	top: 5px;
	left: 330px;
}
#sub5 {
	left:0px;
	top: 28px;
}
#sub6 {
	left: 110px;
	top: 28px;
}
#sub7 {
	left: 220px;
	top: 28px;
}
#sub8 {
	left: 330px;
	top: 28px;
}
.add {
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	text-align: right;
}
