@charset "utf-8";

a {
	color: #39f;
	text-decoration: underline;
}

a:visited {
	color: #99c;
	text-decoration: underline;
}

body {
	background: #fff;
}
#container {
	background: #fff;
}

#header,
#contents p.pankuzu,
#navigation,
#footer,
hr {
	display: none !important;
}

#container {
	width: 606px;
}
#contents {
	width: 362px;
	float: left;
}

#otherContents {
	padding-top: 0px;
}

#pageBody .copyRight {
	padding-top: 36px;
	display: block;
	clear: both;
	text-align: center;
}



