@charset "utf-8";
/*------------------------------------------------------------------*/
/*     共通設定用CSS                                                */
/*     対象：Clearfix、全体包括                                     */
/*------------------------------------------------------------------*/



/* clearfix設定
------------------------------------------------------------------- */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}

.clearfix:after {
  clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}




/* ヘッダ
------------------------------------------------------------------- */
#headerArea {
  width: 100%;
  position: fixed;
  z-index: 200;
	background: url(../img/bg_head.png) center bottom;
}

.headerBlock:after { content: ''; display: block; clear: both; }
.headerBlock {
	margin:0 auto;
	padding: 10px 0 0;
	width:1000px;
	height: 76px;
}
.headerBlock h1 {
	float:left;
	width:202px;
	height:47px;
	padding:12px 0 0;
}
.navBlock {
	width:780px;
	height:auto;
	float:right;
}

.contactBox:after { content: ''; display: block; clear: both; }
.contactBox {
	width:442px;
	height:26px;
	float:right;
}
.contactBox li {
	float:right;
	height:26px;
}
.contactBtn {
	padding:0 0 0 8px;
	width:124px;
}
.contactTel {
	width:178px;
}

.subNav:after { content: ''; display: block; clear: both; }
.subNav {
	width:322px;
	height:auto;
	float:right;
}
.subNav ul {
	padding:5px 0 0;
}
.subNav li {
	float:left;
	padding:0 12px;
	height:14px;
}
.sn01 {
	width:90px;
}
.sn02 {
	width:97px;
}
.sn03 {
	width:55px;
}

.navBox {
	width:828px;
	height:32px;
	margin:9px 0 0;
	float:right;
	background:url(../img/line_nav.png) no-repeat right top;
}
.navBox li {
	float:right;
	height:32px;
	text-align:center;
	margin:0 1px 0 0;
}
.w101 {
	width:127px;
}
.w100 {
	width:126px;
}
.navBox li a {
	display:block;
	padding:5px 0 0;
	height:27px;
}

/* サイトマップ
------------------------------------------------------------------- */
#sitemapField {
  width: 100%;
	height:379px;
  padding: 0px;
  background: #FFF;
	position:relative;
}
.fair {
	background:url(../img/bg_topics.jpg);
	padding:40px 0 50px;
	text-align:center;
}
.sitemap {
  width: 100%;
	text-align:center;
	padding:40px 0 50px;
}
.sitemap img {
}

/* フッタ
------------------------------------------------------------------- */
#footerField {
  width: 100%;
	height:400px;
	position:relative;
}
.footerBlock {
	
}
.copyrightss {
	text-align:center;
}
.list {
  width: 100%;
	position: absolute;
	text-align:center;
}
.list img {
}




/* コピーライト設定
------------------------------------------------------------------- */
#copyrightField {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #000;
	position:absolute;
}
#copyrightField p {
	font-size:12px;
}




/* ページの先頭へボタン設定
------------------------------------------------------------------- */
#pageTopField {
  position: fixed;
  right: 22px;
  bottom: 0;
  z-index: 1500;
}

  #pageTopField a {
    overflow: hidden;
    outline: none;
  }

  #pageTopField a:hover {
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
  }


#legacy {
	display:none;
}