﻿@charset "utf-8";
/* CSS Document */

@import "common.css" ;

#wrapper {
	background-image: url(../access/images/bg_illust.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}.bf_info {
	margin-bottom: 40px;
}
.bf_info h3 {
	margin-bottom: 20px;
}
.odd {
	background-color: #E8E7DE;
	padding: 5px;
}
.even {
	background-color: #FFF;
	padding: 5px;
}
.bf_info dt {
	float: left;
	width: 200px;
}
.bf_info dd {
}
