@charset "utf-8";


#cont .mainImg{
	background:url(../images/main.png) no-repeat center top;
	width:980px;
	height:351px;
	text-align:center;
	text-indent:-9998px;
	margin:15px auto 30px auto;
	}
	
#contTop{
	width:980px;
	margin:0 0 30px 0;
	}

#contTop .ttl{
  background:url(../images/main_txt.gif) no-repeat left top;
	width:980px;
	height:100px;
	text-align:center;
	text-indent:-9998px;
	margin:0 auto;
	}
	
#contTop .contTopIn{
	background:url(../images/main_img.png) no-repeat right top;
	min-height:253px;
	}

#contTop .contTopIn p{
	width:980px;
	text-align:left;
	}
	
#formArea{
	width:980px;
	background:url(../images/fct_bg.jpg) repeat;
	line-height:0;
	padding:0 0 17px 0;
}

*+html #formArea{ padding:0 0 10px 0;}

#formArea .In{
	width:946px;
	margin:16px 17px 0 17px;
	padding: 0 0 5px 0;
	background:#fff;
	}
	
#formArea .In #container{
	margin:25px;
	font-size:12px;
}
	
#formArea .In #container dl dt{
	background:#ffa11b;
	text-align:left;
	width: 250px;
	font-size: 12px;
	padding: 20px;
	margin-right:20px;
	text-align: left;
	border-bottom:1px #fff solid;
	color:#fff;
	font-weight:bold;
}

#formArea .In #container dl dd{
	margin: 0px;
	padding: 10px 5px 10px 160px;
	margin-left:20px;
	font-size: 12px;
	line-height: 1.8em;
	text-align: left;
}


#formArea .In #container dt .must {
	padding: 0 0 0 5px;
	font-size: 12px;
	color: #fff;
	border:1px #fff solid;
	padding:1px 3px;
	margin-left:8px;
}

.reset,.submit{
	text-indent:-9999px;
	cursor: pointer;
	overflow:hidden;
	border:none;
	border-style:none;
	
}

.reset{
	background:url(../images/btn02.png) no-repeat;
	width:152px;
	height:36px;
}

.submit{
	background:url(../images/btn01.png) no-repeat;
	width:152px;
	height:36px;
}
