@charset "UTF-8";
/*page*/
#page .set {
	width: 250px;
	float: left;
}

#page .set h4 {
	font-size: 1.25em;
	font-weight: bold;
	width: 230px;
	margin-top: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-left: 5px solid #999999;
	border-bottom: 1px solid #999999;
	clear: both;
}

#page .set img.photo {
	width: 250px;
	margin-top: 15px;
	padding-bottom: 5px;
	clear: both;
}

#page .set table {
	width: 240px;
}

#page .set th {
	width: 70px;
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
}

#page .set td {
	width: 150px;
	padding: 5px;
	font-size: 0.9em;
}

#page p.note {
	clear: both;
	font-size: 0.85em;
}


/*customer*/
#customer {
	width: 760px;
	margin-top: 20px;
	display: block;
	clear: both;
}

#customer dt {
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 120px;
	float: left;
}

#customer dd {
	width: 620px;
	margin-top: 5px;
	margin-left: 6px;
	margin-bottom: 5px;
	padding-left: 120px;
}

#customer dd ul {
}

#customer dd li span {
	font-size: 0.85em;
}


/*contact*/
a img#contact {
	display: block;
	text-align: center;
	margin: 10px auto 0;
}
