/* CSS Document */

/* layout ---------------------------------------------
------------------------------------------------------ */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	background-image: url(../images_renew/body_bg.gif);
	background-repeat: repeat-x;
}
#container {
	width:934px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width:934px;
	height:61px;
}
#logo {
	width:142px;
	height: 23px;
	padding-top: 22px;
	float: left;
}
#hdrRightBox {
	display: none;
}
#hdrTxtSize{
	display: none;
}
#pagebody {
	width: 934px;
	background-image:none;
}

#rightColumn{
	display: none;
}