body{
	background: url(img/bg_header.jpg) no-repeat center top;
}

.author{
	margin-top: 40px;
	text-align: right;
	font-size: 18px;
	font-family: '游明朝',serif;
	font-weight: bold;
}

.history th{
	width: 6em;
}

.profile th{
	width: 8em;
}

.map{
	padding: 30px 17px 40px;
	text-align: left;
}
.map dl{
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 70px;
    width: 430px;
    text-align: center;
}
.map dt{
	display: table;
	white-space: nowrap;
	font-size: 18px;
	font-weight: bold;
}
.map dt:before,
.map dt:after{
	display: table-cell;
	vertical-align: middle;
	content: "";
	width: 50%;
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-size: 90% 2px;
}
.map dt:before{
	background-position: left center;
}
.map dt:after{
	background-position: right center;
}
.map dd{
	padding-top: 10px;
}
.map .navi_btn{
	padding-top: 10px;
}




