/*--------------------------------------
	インデックス
---------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

* html {
	height: 100%;
	overflow: auto;
}

body {
	height: 100%;
	overflow: auto;
}

img {
	border: none;
}

h1 {
	position: absolute;
	left: 10px;
	bottom: 25px;

	font-size: 12px;
	font-weight: normal;
}

#container {
	width: 100%;
	height: 100%;
}

#header {
	height: 84px;
	border-bottom: 4px solid #f00;

	position: relative;

	vertical-align: top;
}

#header h2 {
	padding: 20px 0 0 10px;
}

#header div {
	width: 500px;

	position: absolute;
	top: 30px;
	left: 295px;
	z-index: 1;
}

#header ul {
	position: absolute;
	top: 64px;
	right: 10px;
}

	* html #header ul {
		top: 65px;
		/*Mac IE用ハック*/
		/*\*//*/
		top: 64px;
		/**/
	}

#header li {
	margin-left: 5px;
	display: inline;
}

#main {
	height: 100%;
}

#main div {
	height: 100%;
}

#footer {
	height: 50px;
	border-top: 4px solid #f00;

	clear: both;

	text-align: right;
	vertical-align: top;
}

#footer .copy_right {
	margin: 10px 10px 0 0;
}