body {
	margin:              0 auto;
	background-image:    url("img/background.png");
	background-position: center 0;
	background-repeat:   no-repeat;
}
#table {
	display: table;
	margin:  0 auto;
}
div.tablerow {
	display: table-row-group;
	margin:  0 0 0 0;
}
div.cell {
	display:  block;
	position: relative;
}
div.left-nonbg {
	display: table-cell;
	width:   25px;
}
div.left-bg {
	display:           table-cell;
	width:             25px;
	background-image:  url("img/left.png");
	background-repeat: repeat-y;
}
div.right-nonbg {
	display: table-cell;
	width:   25px;
}
div.right-bg {
	display:           table-cell;
	width:             25px;
	background-image:  url("img/right.png");
	background-repeat: repeat-y;
}
div.contents {
	display: table-cell;
	height:  100%;
	background-color: white;
}
div.copyright {
	display:          table-cell;
	text-align:       center;
	padding:          8px;
	color:            white;
	background-color: #482707;
}
div.box {
	margin-left:   50px;
	margin-bottom: 50px;
	position:      relative;
	z-index:       99;
}
img {
	border:         0px;
	vertical-align: bottom;
}
img.item {
	border:         0px;
	vertical-align: -16px;
}
img.background_layer {
	position: absolute;
	z-index:  0;
}
img.home_gear {
	position: absolute;
	left:     180px;
	top:      30px;
	z-index:  99;
}
img.game_gear {
	position: absolute;
	left:     268px;
	top:      -27px;
	z-index:  99;
}
img.company_gear {
	position: absolute;
	left:     538px;
	top:      20px;
	z-index:  99;
}
#topix {
	position: absolute;
	left:     250px;
	top:      0px
}
img.inquiry {
	position: absolute;
	left:     435px;
	top:      6px;
}
