@charset "utf-8";

/*
	File Name   : layout.css
	Author      : Kensuke Takahashi
	Description : 各ブロックのレイアウト
*/


div#container {
	position: relative;
	width: 840px;
	margin: 0 auto;
	padding-bottom: 1px;
	text-align: center;
	background-color: #fff;
}

div#header {
	position: relative;
	height: auto;
	margin-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	background: none;
}

div#header p#hanamaru {
	position: absolute;
	top: 40px;
	right: 40px;
}

h2 {
	margin-bottom: 1em;
}

p.pageTop {
	padding-right: 20px;
}

p#footer {
	width: 840px;
	margin: 0 auto;
	padding: 1em 0;
	color: #fff;
	font-size: 85%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
}