@charset "shift_jis";

* {
	background: none;
	float: none;
	overflow: visible;
}

body {
	font-size: 10.5pt;
	color: #000000;
	background-color: #ffffff;
}


#headerArea,
#subHeaderArea,
#globalNavArea,
#topicPathArea{
	display: none;
}

#subContentsBlock,
#extraBlock{
	display: none;
}


#footerArea {
	background-color: #F3F4F6;
	padding-top: 10px;
	height: 51px;
	margin-top:25px;
	clear: both;
}
#footerBlock {
	width: 640px;
	margin: 0 auto;
}
#footerArea .footerlogoBox {
	width: 117px;
	float: right;
}
#footerArea .fnavBox{
	display: none;
}
#footerArea .copyrightBox {
	margin-right: 15px;
	margin-bottom: 3px;
	width: 500px;
	height: 33px;
	float: left;
}


#contentsArea {
	width:100%;
	overflow: visible;
	margin: 0;
	/* zoom: 90%; */
}

.twoColumn #mainContentsBlock,
.twoColumnB #mainBlock,
.threeColumn #mainContentsBlock {
	width:100%;
	overflow: visible;
	margin: 0;
}

#mainContentsBlock,
#mainBlock,
.twoColumnB #mainContentsBlock {
	width:100%;
	float: none;
	overflow: visible;
}

.toPageTop {
	display: none;
}

