@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0;}
img { border: 0;}
li {
	list-style: none;
}


body {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
	font-size: 12px;
	color: #333333;
}

.clear{
}

.wrap{
}

.in{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#head{
	height: 68px;
}

h1{
	font-size: 12px;
	position: absolute;
	top: 8px;
}

#head_logo{
	position: absolute;
	top: 20px;
}

#banner1{
	position: absolute;
	left: 472px;
	top: 12px;
}

#banner2{
	position: absolute;
	left: 614px;
	top: 12px;
}

#banner2txt{
	position: absolute;
	font-size: 10px;
	line-height: 1.2em;
	top: 9px;
	right: 2px;
	width: 230px;
	height: 39px;
}

#line{
	height: 3px;
	background-color: #0085C7;
}

#cnt1{
	height: 200px;
	background-image: url(img/1_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ 明朝";
	font-size: 24px;
	line-height: 2em;
	padding-top: 80px;
}

#cnt2{
	margin-bottom: 60px;
}

#cnt3{
	background-color: #FFFFFF;
	height: 500px;
	background-image: url(img/cnt3_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20px;
}

#cnt3 p{
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ 明朝";
	font-size: 16px;
	line-height: 2.2em;
	padding-left: 520px;
	padding-top: 75px;
}

#entry{
	background-image: url(img/entry_bg.png);
	background-repeat: no-repeat;
	height: 550px;
	background-position: top;
	padding-top: 200px;
}

#entry_in{
	background-color: #FFFFFF;
}

#entry_tbl{
	margin-left: 280px;
	font-size: 16px;
	margin-bottom: 30px;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ 明朝";
}

#entry_tbl th{
	font-weight: normal;
	padding: 6px;
	text-align: left;
}

#entry_tbl td{
	padding: 6px;
}

#foot{
	padding-top: 20px;
	padding-bottom: 30px;
	color: #FFFFFF;
}

#foot a{
	text-decoration: none;
	color: #FFFFFF;
}

#foot a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#foot_l{
	float: left;
}

#foot_r{
	float: right;
	font-size: 10px;
}

.red {color: #FF0000}

#submitbtn{
	border: 0px;
	width: 219px;
	height: 65px;
	background-image: url(img/contact_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.float_l {
	float: left;
	}

.clear_box{
	clear:both;
    overflow: hidden;
}
