
body {
	width: 100%;
	height: 100%;
}

#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#menu {
	position: absolute;
	top: 143px;
	left: 46px;
	width: 114px;
	text-align: left;
	border-top: 1px dashed #000000;
	padding-top: 20px;
}
#head {
	position: absolute;
	top: 70px;
	left: 180px;
	width: 300px;
	text-align: center;
	padding-top: 13px;
}
#left {
	position: absolute;
	top: 143px;
	left: 180px;
	width: 300px;
	text-align: left;
	border-top: 1px solid #000000;
	padding-top: 20px;
}
#right {
	position: absolute;
	top: 70px;
	left: 506px;
	width: 454px;
	text-align: left;
}

.h0 {
	padding-top: 10px;
	height: 63px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

.f0 {
	padding-top: 10px;
	height: 63px;
	text-align: center;
	border-top: 1px solid #000000;
}

.navi {
	padding-top: 0px;
	padding-bottom: 7px;
}
#menu>.navi {
	// min-height: 200px;
}
.contenttxt {
	display: table;
	height: 339px;
	width: 100%;
}
.contentrow {
	display: table-row;
}
.contentcell {
	display: table-cell;
}
.textcontainer {
	position: relative;
}
.textblock {
	margin-bottom: 10px;
}
.bbg {
	background-color: ;
}
.dots {
	border: 1px dashed #000000;
}
.hdots {
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}
.tdots {
	border: 0px;
	border-top: 1px dashed #000000;
}
.ldots {
	border: 0px;
	border-bottom: 1px dashed #000000;
}
#tabmenu {
	position: relative;
	top: 1px;
	z-index: 1;
	overflow: hidden;
}
#tabmenu .tab {
	font-size: 11.0px;
	float: left;
	border: 1px solid #000000;
	border-bottom: none;
	margin-left: 3px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #000000;
	color: ;
	cursor: pointer;
}
#tabmenu .activetab {
	background-color: ;
	color: ;
}
#tabmenu .tab:hover {
	cursor: pointer;
}
.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.roundtop {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

