@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	background-color: #FFF;
	background-image: url(../img/landing_kj2/background.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	text-align:center;
}


#wrap {
	height: 795px;
	width: 1209px;
	margin:0 auto;
	text-align:center;
	
	
}
#wback {
	height: 808px;
	width: 1209px;
	background-image: url(../img/landing_kj2/background2.png);
	
	background-repeat: no-repeat;
	
	top: 120px;
	padding-top:40px;
	margin:0 auto;
}


#box {
	height: 100px;
	width: 444px;
	margin:0 auto;
	text-align:center;
	position: relative;
	top: 207px;
	left: 10px;
}
#wrap #box #formcont img {
	position: relative;
	top: 1px;
	margin-right: 140px;
	right: 6px;
}


#header {
	height: 134px;
	width: 820px;
	position: relative;
	right: 40px;
	top:15px;
}

#img1 {
	height: 79px;
	width: 158px;
	position: relative;
	top: -890px;
	float: left;
	left: 70px;
}
#img2 {
	height: 79px;
	width: 156px;
	position: relative;
	top: -890px;
	float: right;
	right: 160px;
	
}

p {
	font-family: meiryo;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 10px;
}
.btn_send {
	width: 136px;
	height: 52px;
	border-style: none;
	margin-top: 0px;
	margin-left: 7px;
	background-image:url(../img/landing_kj2/button_off.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	float: left;
}
.btn_send:hover {
	background-image: url(../img/landing_kj2/button_on.png);
	background-repeat: no-repeat;
}
#box3 {
	height: 52px;
	width: 136px;
	float: right;
	position: relative;
	right: 30px;
}

.address {
	width: 232px;
	_width: 246px;
	height: 48px;
	line-height: 48px;
	padding-left: 15px;
	float: left;
	font-weight: bold;
	color: #999999;
	font-size: 100%;
	border-style: none;
	background-image:url(../img/landing_kj2/formbckg.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 15px;
	top: 1px;
}

#text {
	position: relative;
	top: 10px;
	font-family: meiryo;
	font-size:10px !important;
}
mailform .txt {
	padding: 5px 0 20px;
}	
	
/*==================================================
	#form input
==================================================*/
#inputLabel{
position:relative;
margin:10px 0;
}
#inputLabel label{
position:absolute;
top:15px;
left:10px;
font-size:large;
cursor:text;
}
#inputLabel br{
display:none;
}
#formcont {
	width: 400px;
	height: 50px;
	position: relative;
	top: 0px;
	margin:0 auto;
	text-align:center;
	}

	
/*==================================================
	#footer
==================================================*/
#footer {
	height: 167px;
	margin-top: 200px;
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.link_area {
	padding: 15px 0 20px;
}
#footer .gDays {
	padding-top: 30px;
}
#footer .gDays img {
	vertical-align: middle;
	margin-right: 100px;
}


#footer a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#footer a:hover img.over{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
	
	
