/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin-left: 5px;
	background-color: #ffffff;
	background-image: none;
	border-left: none;
}

#container { 
	display: block;
	width: 870px;
	background-image: none;
	background-color: #fff;
}

#request {
	display: none;
	width: 0;
	height: 0;
	}
	
#header {
	display: block;
	}
	
#header h1 {
	width:227px;
	float: left;
	margin: 23px 0 0 5px;
	display: block;
	}
	
#header h1 a{
	text-indent:0px;
	background-image:none;
	display:block;
	width: 610px;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	}

#header p {
	display: none;
	width: 0;
	height: 0;
	}
	
#gnavi {
	display: none;
	width: 0;
	height: 0;
	}

#main-area {
	clear:both;
	}
	
#right-area {
	display: none;
	width: 0;
	height: 0;
	}
	
#footer {
	display: none;
	width: 0;
	height: 0;
	}
	
#pan {
	display: none;
	width: 0;
	height: 0;
	}
	
#view h2 {
	margin-top: 0;
	}
	
#view .submenu {
	display: none;
	width: 0;
	height: 0;
	}

#view { 
	margin: 0;
	}

	

