/*
2013 Copyright (C) KS Sales Co.,Ltd. All Rights Reserved.
*/


/* ==========================
	css include
========================== */
@import url('style.css');
@import url('sub.css');
@import url('style.css');
/* ==========================
	activity part
========================== */
#splash_activity {
	width: 1000px;
	height: 0;
	padding-top: 350px;
	margin: 0 auto 20px auto;
	background: url(../business/images/splash_activity.png) no-repeat 0 0;
	overflow: hidden;
	position: relative;
}
#activity_txt {
	width: 735px;
	height: 0;
	padding-top: 60px;
	background: url(../business/images/activity_txt.png) no-repeat;
	overflow: hidden;
	margin: 0 auto 55px auto;
}
/* ==========================
	splash parts
========================== */
#splash_object {
	width: 185px;
	height: 60px;
	position: absolute;
	top: 150px;
	left: 41%;
}