/* * * * * * * * * * * * * * * * * *
 top.css
* * * * * * * * * * * * * * * * * */

/* common
--------------------------------- */
#home #header {
	text-align: center;
	padding: 100px 0 70px;
}
#home #header h1 {
	margin-bottom: 20px;
}

#home #contents .clearfix {
	width: 980px;
	margin: 0 auto;
}
#home #contents .clearfix div.l,
#home #contents .clearfix div.r {
	width: 470px;
}

#home .slideWrap {
	width: 980px;
	margin: 0 auto;
	height: 300px;
	margin-bottom: 40px;
	position: relative;
}
#home #slide {
	width: 980px;
	height: 300px;
}
#home #slide p.loading {
	padding-top: 140px;
	text-align: center;
	letter-spacing: 3px;
	font-size: 90%;
	color: #888;
}

#home .slideWrap img.bg_slide_top {
	position: absolute;
	left: 0;
	top: 0;
}