body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
 *overflow: scroll;
	overflow: auto;
}
*:first-child+html body {
	height: 100%;
	min-height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}
.fullBox {
	padding-top: 16px;
	width: 100%;
	overflow: visible;
	width: -moz-available;
}
*:first-child+html .fullBox {
	height: 100%;
	min-height: 100%;
}
.leftBox {
	padding-top: 23px;
	padding-left: 26px;
	height: 543px;
}
.centerBox {
	text-align: center;
	margin-top: -16px;
	position: relative;
	z-index: 100;
	width: 100%;
	background-position: left top;
	background-repeat: no-repeat;
}
.centerBox img {
	margin-left: 20px;
	margin-right: 20px;
}
.centerBox a img {
	border: none;
}
/*oaIcon*/
.oaIcon {
	position: relative;
	z-index: 101;
	height: 80px;
	margin-top: -10px;
	margin-left: 20px;
	width: 680px;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}
.centerBox .oaIcon img {
	margin: 0;
}
.oaIcon a {
	margin-left: 5px;
	margin-right: 5px;
}
/*NEW*/
.NEW {
	position: relative;
	z-index: 100;
	margin-top: 0;
	margin-left: 20px;
	background-image: url(../img/menu2/NEW_p.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 530px;
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 3px;
}
.NEW_Inner {
	background-position: left top;
	background-image: url(../img/menu2/NEW.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left:  60px;
	padding-right: 5px;
	padding-top: 5px;
}
.NEW table {
	line-height: 1.5;
	font-size: 12px;
	border: none;
	border-spacing: 0;
}
.NEW th {
	vertical-align: top;
	white-space: nowrap;
	padding-right: 5px;
	color: #333;
}
.NEW td {
	vertical-align: top;
}
.NEW td a {
	margin-right: 10px;
	color: #3a5b52;/*color: #ef348d; ピンク*/
}
.NEW td a:hover {
	color: #3a5b52;/*color: #ef348d; ピンク*/
	text-decoration: underline;
}
