/*------------------------------------------------
	FRAME 
--------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#main {
	width: 100%;
	background: url(../images/bg_idx-body2.gif) center bottom no-repeat;
	padding: 10px 0 1000px;
}

footer {
	position: fixed;
	height: 30px;
	bottom: 0;
}


/*------------------------------------------------
	TITLE
--------------------------------------------------*/
h1 {
	margin-bottom: -50px;
	text-align: center;
	z-index: 1;
}


/*------------------------------------------------
	RELATION
--------------------------------------------------*/
#relation {
	width: 100%;
	height: 643px;
	position: fixed;
	bottom: 8px;
}
#relation .inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	z-index: 5;
}
#relation .title {
	padding: 5px;
	text-align: center;
}
#relation ul {
	padding-left: 60px;
}
#relation ul li {
	float: left;
	width: 180px;
	text-align: center;
}

/* bread styles
--------------------------------------------------*/
#bread {
top: 0px;
}
