@import "common.css";
@import "text-style.css";
@import "box-style.css";
@import "list-style.css";
@import "table-style.css";

#header #mainimg,#header .catch , #gnv, #footer, .treeMenu
 { display:none; }

/*****************************************************************************
 Contents Area Base Layout
 *****************************************************************************/
#header {
	width:100%;
	border-bottom:1px solid #000000;
	margin-bottom:2em;
	text-align:right;
}
#header .logo {
	width:100%;
}
#header .logo a:link, #header .logo a:visited, #header .logo a:active {
	text-indent:0px;
	width:100%;
	font-size:16px;
}
#contents-area {
	width:100%;
}
#contents-area #left-contents {
	display:none;
}
#contents-area #right-contents {
	width:100%;
	float:none;
}
#contents-area #right-contents,
#contents-area #right-contents #right {
	float:left;
}
#contents-area #right-contents #center {
 margin-right:10px;
}

