@charset "utf-8";
#header {
	padding-left: 1px;
	height: 140px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.tiltle {
	font-family: "Trajan Pro", "Adobe Caslon Pro", Arial;
	font-size: 32px;
	color: #333;
	text-align: center;
}
.title_small {
	font-family: "Trajan Pro", "Adobe Caslon Pro", Arial;
	font-size: 14px;
	color: #666;
}
.title_small_center {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 22px;
	padding-top: 50px;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	margin-top: 40px;
}
