@charset "UTF-8";
/*header*/
#header {
	background: url(img/titlebg.jpg) no-repeat center top;
}
/*prologue*/
#prologue {
	clear: both;
	width: 760px;
	text-align: center;
}
/*agency*/
#agency {
	width: 760px;
	margin-top: 20px;
}
#agency li {
	width: 184px;
	float: left;
	margin-top: 10px;
	margin-right: 8px;
}
#agency li.turn {
	margin-right: 0;
}
#agency li img {
	display: block;
}
/*note*/
#note {
	font-size: 83%;
	padding-top: 10px;
	clear: both;
}
