/* Biz */

#wholewrapper {
	width: 900px;
	padding: 0;
	background-image: none;
	background-color: white;
}

/* @group Header */

div#header {
	position: relative;
	width: 900px;
	height: 55px;
}

div#header h1 {
	position: absolute;
	width: 900px;
	top: 0;
	left: 0;
	line-height: 1;
	background: transparent url(../images/header.gif) 100px 0 repeat-x;
}

div#logout {
	position: absolute;
	width: 111px;
	height: 26px;
	right: 5px;
	top: 30px;
}

div#loginUser {
	position: absolute;
	width: 300px;
	height: 20px;
	right: 120px;
	top: 32px;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
}

div#contents {
	width: 900px;
}

/* @end */

div#footer {
	width: 860px;
	background: #FBD300;
	line-height: 23px;
	text-align: right;
	margin: 0;
	padding: 0 20px;
	font-size: x-small;
	font-family: Helvetica, Arial, sans-serif;
}

#maincontents {
	padding-top: 10px;
}

div#tab {
	margin: 10px 10px 0;
}

div#tab table {
	border-collapse: collapse;
	width: 100%;
}

div#tab table td a {
	display: block;
	padding: 11px 10px 9px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

div#tab table td a:link,
div#tab table td a:visited {
	color: #666;
	background: #f0f0f0;
}

div#tab table td a:hover,
div#tab table td a:active {
	color: #000;
	background: #f0f0f0;
}

div#tab table td.selected a:link,
div#tab table td.selected a:visited,
div#tab table td.selected a:hover,
div#tab table td.selected a:active {
	color: #000;
	background: white;
}

div#tab table td.chintai,
div#tab table td.office {
	width: 150px;
}

div#tab table td.chintai a {
	border-left: 1px solid #ccc;
}

div#tab table td.void {
	border-bottom: 1px solid #ccc;
}