@import url("main.css");
body {
	line-height: 18px;
	margin: 0px;
	padding: 10px;
	background-image: none;
	width: 650px;
	position: absolute;
	left: 5px;
	top: 5px;

}
#menu, #banner, #side_menu, #header, #footer, #topic_path  {
	display: none;
	height:0px
}

#contents {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	width: 650px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}
/*p, font, body, ol, ul, A, txt_01, txt_02, txt_03, txt_04, #contents A {
	font-size: medium;
	color:#000000;
}*/

#contents A {
	color:#003399;
}
