@charset "utf-8";
/* CSS Document */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
	overflow: hidden;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
.clear01 {
	clear: both;
}
/* clearfix end */
body {
	font-family: "メイリオ", "Meiryo", sans-serif;
	background: url(../img/background.png) no-repeat top center;
	background-size: 1024px 768px;
}
.wrapper {
	padding: 110px 0 0;
}
.main_cont {
	position: relative;
	width: 900px;
	margin: 0 auto 10px; /*0 auto 50　から変更20171115*/
}
.logo_area {
	display: inline;
	position: absolute;
  top: -110px;
  left: -29px;
}
#tick_area-wrap {
	padding: 0 10px;
	border: solid 1px #aaa;
}
#tick_area {
	width: 878px;/* 必須 */
	height: 30px;/* 必須 */
}

#tick_area div {
	display: none;
	padding-top: 0;
	line-height: 32px;
	color: #000;
	font-size: 16px;
}

.left_box {
	width: 392px;
	float: left;
}
.right_box {
	width: 420px;
	float: right;
}
.haed_line01 {
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.0em;
	border-left: 5px solid #ff6600;
}

.list01 {
	margin: 0 0 0 50px;
}
.list01 li {
	margin: 0 0 5px;
	padding: 0 0 0 25px;
	background: url(../img/arrow.png) no-repeat left 5px;
	background-size: 18px 22px;
}
.list01 li dl dt a {
	font-size: 20px;
	font-weight: bold;
}
.list01 li dl dd {
	font-size: 12px;
}
footer {
	width: 900px;
	margin: 0 auto 10px;
	text-align: center;
	font-size: 0.8em;
}
/*------------------------------------------------------------------

f_search.html

------------------------------------------------------------------*/
.search_area {
	width: 1024px;
	height:  704px;
	margin: 0 auto;
	position: relative;
}
.search_btn {
	width: 834px;
	position: absolute;
	top: 352px;
	left: 512px;
	margin: -126px 0 0 -417px;
}
.search_btn li {
	float: left;
}
