@charset "UTF-8";

body {
	background: url("../img/site_back.gif") #3d81ff center repeat-y;
	font-size: 15px;
}

	#header {
		width: 910px;
		margin: 0 auto;
		padding: 5px 10px 21px;
		background: url("../img/header_back.gif") white bottom no-repeat;
	}

		#header h1 {
			float: left;
			width: 156px;
			height: 97px;
			margin: 0 26px 0 0;
		}

		#ga_1 {
			float: left;
			width: 728px;
			height: 90px;
			padding: 3px 0 4px;
			margin-bottom: 5px;
		}

		#ga_4 {
			clear: both;
			height: 15px;
			margin: 0 auto;
			padding: 20px 0 2px;
			text-align: center;
		}

	#contents {
		width: 900px;
		margin: 0 auto;
		overflow: hidden;
		zoom: 1;
	}

	#ga_2 {
		width: 728px;
		height: 90px;
		margin: 0 auto;
	}

	#footer {
		background: url("../img/footer_back.gif") repeat-x;
		width: 760px;
		margin: 15px auto 0;
		padding-top: 16px;
		text-align: center;
	}

		.pagelink {
			margin: 0 auto;
			font-size: 90%;
			color: #ccc;
		}

			.pagelink a {
				color: #07519a;
				text-decoration: none;
			}

			.pagelink a:hover {
				text-decoration: underline;
			}

		address {
			margin-top: 10px;
			font-size: 80%;
		}