@charset "Shift_JIS";

body {
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
}

/* for WinIE6 */
* html {
	zoom: 90%;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}


div#header ul,
div#footer,
div#naviArea,
ul#pan,
p#up,
.delete
{
	display: none;
}

#limit {
	width: auto;
	margin: 0 5%;
	float: none;
	background: #fff;
}

div#header {
	margin-bottom: 30px;
}


/* for WinIE7 */
:first-child + html body div#contentsArea,
:first-child + html body div.rightArea {
	width: auto;
	margin: 0 5%;
	float: none;
	background: #fff;
}
:first-child + html body div#header {
	background: #fff;
}
:first-child + html body div.rightArea {
	float: right;
}

