/***************************************************************

* MARCS CO., Ltd. 
* home.css

***************************************************************/
* html body {
	height: 100%;
}
#sub-content {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 120px;
	background: url(../img/common/bg_sub_content_02.gif) repeat-x;
	z-index:100;
}
#logo {
	top: 56px;
}
#credit {
	top: 90px;
}
#nav {
	top: 55px;
}

#news {
	position: absolute;
	top: 0px;
	right: 50px;
	line-height: 40px;
}
* html body #news {
	padding: 10px 0 0;
}

#news a {
	color: #FFF;
	margin: 0 0 0 15px;
}

#news span.date {
	color: #999;
	margin: 0 0 0 15px;
}
#flash {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	top: 0;
	left: 0;
}
