@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: Ubuntu Mono, Monospace, "Courier New";
	font-size: 15px;
	text-align: center;
	background-color: #d7d7d7;
}

table {
	font-family: Ubuntu Mono, Monospace, "Courier New";
	font-size: 15px;
}

#auth {
	width: 164px;
	text-align: left;
}

#authin {
	width: 164px;
	text-align: right;
}

img {
	border: 0;
}

.banner_top {
	height: 20px;
	width: 100%;
}

.clearfix {
	height: 10px;
	width: 100%;
}

textarea.c {
	width: 100%;
	height: 130px;
	resize: none;
	font-size: 15px;
}

input, textarea, select, button {
	margin: 0;
	border: 1px solid #888;
	font-family: Ubuntu Mono, Monospace, 'Courier New';
}

input.w, select.w {
	width: 164px;
	height: 20px;
}

input.b, select.b {
	width: 194px;
	height: 20px;
}

input.y, select.y {
	width: 60px;
	height: 20px;
	cursor: pointer;
	cursor: hand;
}

input.m, select.m {
	width: 90px;
	height: 20px;
	cursor: pointer;
	cursor: hand;
}

input.ok, button.ok {
	margin: 0;
	width:30px;
	height:20px;
	cursor: pointer;
	cursor: hand;
}

input.radio {
	border: 0px;
}

form {
	margin-bottom: 0em;
}

button:hover {
	background: #888;
	cursor: pointer;
	cursor: hand;
}

button:active {
	background: #555;
	border: 1px solid #555;
	cursor: pointer;
	cursor: hand;
}

button.x {
	width: 11px;
	height: 11px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url('/img/x.gif') no-repeat center top;
	cursor: pointer;
	cursor: hand;
	position: relative;
	top: 3;
	left: 4;
}

button.menu {
	height: 50px;
	width: 33.3%;
	font-size: 20px;
}

button.act {
	height: 70px;
	width: 100%;
	font-size: 25px;
}

.frame {
	margin: 0;
	border: 0;
	font-family: Ubuntu Mono, Monospace, 'Courier New';
	height: 100px;
	width: 100%;
	font-size: 15px;
}

div.body {
	text-align: left;
	margin:0 auto;
	min-width: 750px;
	max-width: 800px;
}

div.vv {
	border: 1px solid #CCCCCC;
	min-height: 60px;
}

div.vw {
	margin-left: 20px;
	border: 0;
}

div {
	border: 0;
}

.dc {
	position: relative;
	top: -21px;
}

.dc, x:-moz-any-link {
	top: -12px;
}

.bc {
	text-align: right;
	width: 100%;
}

table.c {
	border-spacing:0em 0.1em;
}

table.c td {
	border:1px solid #CCCCCC;
	padding:0.3em 0.3em;
}

table.c td.t {
	background-color: #99BB99;
}

table {
	border-spacing:0;
	border:0px;
}

td {
	padding:0.1em 0em;
	text-align:center;
}

.l {
	text-align:left;
	vertical-align:top;
}

.r {
	text-align:right;
	vertical-align:top;
}

.c {
	text-align:center;
	vertical-align:top;
}

.abs {
	position: absolute;
}

.long_link_hidder {
	position: absolute;
	width: 40px;
	z-index: 1000;
	right: 0px;
	background: url(img/white_cover.png) right top repeat-y;
	top: 0px;
}

.long_link {
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	top: 0px;
}

.long_link_box {
	position: relative;
	clear: both;
	height: 18px;
}