@charset "utf-8";

/* ========================================================
	index css => indexページ用css
======================================================== */

/* 
============================================================================================================ */
/* hide from ie on mac \*/
html{
	width: 100%;
	height: 100%;
}
/* end hide */

body {
	width: 100%;
	height: 100%;
}
div#pageContainer {
	width: 100%;
	height: 100%;
	position: relative;
}
div#headContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
div#flashArea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 98%;
	background-color: #ffffff;
}
div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
div#footer ul {
	padding-left: 20px;
}
div#footer p {
	padding-right: 20px;
}


