body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #fbfbfb;
    color: #000000;
    font-size: 12pt;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
img {
    border-style: none;
}

.content_center {
	margin: 20px auto;
	width: 700px;
	text-align: left;
}
.main {
	position: relative;
	width: 700px;
	height: 600px;
	background: url("/images/block.gif");
}
.space70 {
	position: relative;
	width: 100%;
	height: 70px;
}
.space40 {
	position: relative;
	width: 100%;
	height: 40px;
}
.space100 {
	position: relative;
	width: 100%;
	height: 100px;
}
.kanji {
	position: relative;
	width: 100%;
	text-align: center;
}
.description {
	position: relative;
	width: 100%;
	height: 70px;
	text-align: center;
    color: #000000;
    font-size: 30pt;
    font-weight: bold;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.arrows {
	position: relative;
	width: 100%;
	height: 50px;
}
.l_arrow {
	position: absolute;
	left: 40px;
}
.r_arrow {
	position: absolute;
	right: 40px;
}
