@charset "utf-8";

@import url(reset.css);
@import url(base.css);

h1 {
	position: absolute;
	top: 29px;
	left: 18px;
	}

h2 {
	background: #2889D0;
	color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom: 8px;
	padding: 3px 5px;
	}

p.main-txt {
	font-size: 1.2em;
	margin-bottom: 15px;
	}

p.abbreviation {
	margin-bottom: 3px;
	text-align: right;
	}

table.customer-table {
	border: 1px #4F4F4F solid;
	width: 100%;
	margin-bottom: 50px;
	color: #4E4E4E;
	}

#visitor {
	width: 46%;
	}

#group {
	width: 37%;
	}

#location {
	width: 17%;
	}

table.customer-table th {
	background: #9A9A9A;
	color: #FFFFFF;
	font-weight: normal;
	}

table.customer-table th,
table.customer-table td {
	border: 1px #4F4F4F solid;
	padding: 6px;
	line-height: 1.0;
	}








