/*
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_contact {
	width: 1000px;
	height: 0;
	padding-top: 350px;
	margin: 0 auto 20px auto;
	background: url(../contact/images/splash_contact.png) no-repeat 0 0;
	overflow: hidden;
	position: relative;
}
#contact_txt {
	width: 645px;
	height: 0;
	padding-top: 60px;
	background: url(../contact/images/contact_txt.png) no-repeat;
	overflow: hidden;
	margin: 0 auto 55px auto;
}
/* ==========================
	splash parts
========================== */
#splash_object {
	width: 258px;
	height: 60px;
	position: absolute;
	top: 150px;
	left: 36%;
}
/* ==========================
	content parts
========================== */
#contact01_title {
	width: 500px;
	height: 0;
	padding-top: 90px;
	background: url(../contact/images/contact01_title.png) no-repeat 0 0;
	overflow: hidden;
	margin: 25px auto 25px auto;
}
#contact02_title {
	width: 500px;
	height: 0;
	padding-top: 90px;
	background: url(../contact/images/contact02_title.png) no-repeat 0 0;
	overflow: hidden;
	margin: 25px auto 25px auto;
}
#contact01_txt {
	width: 500px;
	height: 0;
	padding-top: 45px;
	background: url(../contact/images/contact01_txt.png) no-repeat 0 0;
	overflow: hidden;
	margin: 0 auto 45px auto;
}
#contact02_txt {
	width: 500px;
	height: 0;
	padding-top: 45px;
	background: url(../contact/images/contact02_txt.png) no-repeat 0 0;
	overflow: hidden;
	margin: 0 auto 45px auto;
}
#btn_submit {
	width: 200px;
	height: 0;
	padding-top: 60px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 0;
	background:url(../contact/images/bt_submit.png) no-repeat 0 0;
	outline:none;
	position:absolute;
	left:195px;
}
#btn_reset {
	width: 200px;
	height: 0;
	padding-top: 60px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 0;
	background:url(../contact/images/bt_reset.png) no-repeat 0 0;
	outline:none;
	position:absolute;
	right:195px;
}