﻿@charset "UTF-8";
/* CSS Document */

#sp-heder {
	display: none;
}

/* =======================================
body
======================================= */
body {
	margin: 0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

/* Added for IE10 */
img {
	border-style: none;
}

/*-----------*/



#contents {
	width:1060px;
	margin:5px auto 0 auto;
}



/* =======================================
header
======================================= */

#header {
	width: 1100px;
	height: 167px;
	margin:0 auto;
	background-image:url(image/bg_header.gif);
	background-repeat: no-repeat;
	
}

.headTop {
	float:right;
	margin-right: 40px;
	
}

.headBottom {
	background-image:url(image/bg_header.gif);
	background-repeat:no-repeat;
	background-position:right;
	height: 105px;
	
}


/*文字サイズ*/

.fontsize {
	float:left;
	margin-top: 15px;
	
}

.fontsize ul {
	list-style:none;
	margin:0;
	padding:0;
}

.fontsize li {
	float:left;
	font-size:xx-small;
	line-height:1;
	margin:0;
}

/*背景色*/

.color {
	float:left;
	margin-top: 15px;
	margin-left: 10px;
	
}


.color ul {
	list-style:none;
	margin:0;
	padding:0;
}

.color li {
	float:left;
	font-size:xx-small;
	line-height:1;
	margin:0;
}

/*検索*/

.search {
	float:left;
	margin-top: 15px;
	margin-left: 10px;
}

.search form,
.search input,
.search div {
	margin:0;
	padding:0;
}

.search input.inputtxt {
	border:1px solid #32bb61;
	padding:3px;
	width:200px;
	height:19px;
	margin:0 -6px 0 -6px;
	vertical-align:top;

}

.submitbutton {
	background:#d5edf7;
	background-image:url(../image/h_search_btn.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:112px;
	height:27px;
	border:0;
	text-indent:-9999px;
	cursor:pointer;
	vertical-align:top;

}

/*印刷*/
.print {
	float:left;
	margin-top: 15px;
	margin-left: 10px;
}

/*ロゴ*/
.logo {
	padding: 10px 0 0 40px;
}



/* =======================================
headerスマホ
======================================= */

#sp-heder {
	background-image:url(../../sp/bg_header.gif);
	background-repeat: no-repeat;
	background-position:top;
	background-size: 100% auto;
	min-height: 80px;
}

#sp-heder div.logo {}

#sp-heder div.logo img {
	max-width: 85%;
	height:auto;
}

#sp-menu {
	z-index: 2001;
}



/* =======================================
メニュー
======================================= */

#mainmenu {
  list-style-type: none;
  width: 1100px;
	height: 40px;
  margin: 0 auto 0 auto;
  padding: 0;
	background: #32bb61;
}

#mainmenu ul {
	list-style-type: none;
	width: 1060px;
  margin: 0 auto ;
	padding:0;
}


#mainmenu li {
  position: relative;
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
  text-align: center;
}

#mainmenu li.Last {
  position: relative;
  float: left;
  margin: 0 ;
  padding: 0;
  text-align: center;
}



#mainmenu li a {
  display: block;
  margin: 0;
  padding: 0px 0;

  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
	

}

#mainmenu li  a:hover {
    background-color: transparent; 
}


#mainmenu li a:hover img {
    visibility: hidden;
}


#mainmenu li.back01 {
	background-image:url(image/bt_home01.gif);
	background-repeat:no-repeat;

}

#mainmenu li.back02 {
	background-image:url(image//bt_oshirase01.gif);
	background-repeat:no-repeat;

}


#mainmenu li.back03 {
	background-image:url(image/bt_shisetu01.gif);
	background-repeat:no-repeat;

}

#mainmenu li.back04 {
	background-image:url(image/bt_access01.gif);
	background-repeat:no-repeat;

}

#mainmenu li.back05 {
	background-image:url(image/bt_soudan01.gif);
	background-repeat:no-repeat;

}

#mainmenu li.back06 {
	background-image:url(image/bt_site01.gif);
	background-repeat:no-repeat;

}









/* =======================================
パンくず
======================================= */

#breadCrumb {
	padding:0;
	margin:0;

}

#breadCrumb ul {
	padding: 0;
	margin: 0;

}

#breadCrumb li {
	display:inline;
	font-size:0.8em;
	line-height:1.4;
	list-style-position:outside;
}

#breadCrumb li a {
	background-image:url(image/icon05.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:20px;
	color:#0066CC;
	text-decoration: underline;
	list-style-position:outside;
}

#breadCrumb li a:hover {
	color:#0066CC;
	text-decoration:underline;
}





/* =======================================
footer
======================================= */
#footer {
	width: 1100px;
	margin: 20px auto 0 auto;
	background-image:url(image/bg_footer.png);
	background-repeat: repeat-x;
	background-position:top;
	padding-top: 46px;
}

#footer .main {
	width: 1100px;
	margin: 0 auto;
	background: #32bb61;
	
	
}

#footer h2 {
	color: #fff;
	float: left;
	margin: 0;
	padding: 10px;
	font-size: 1.1em;

	
}

#footer .menu{
	float:right;
	padding: 5px;
	font-size: 0.8em;
	color: #fff;
	margin-top: 5px;
}

#footer .menu a {
	color:#fff;
}


#footer .footerL {
	float:left;
	margin-top:5px;
}

#footer .footerR {
	float:right;
	margin-top:5px;
}

#footer p {
	margin:0;
	padding:0;
	font-size: 0.8em;
}

#footer p.separator { /* add */
	margin-top: 5px;
}

#footer p span.secnm { /* add */
	float: left;
	width: 100px;
}

#footer p span.title { /* add クラス名の指定を追加 */
	display: block;
	font-weight:bold;
}

#footer .copyright {
	font-weight: bold;
	font-size: 0.9em;
	text-align:center;
	margin-top: 10px; /* add */
}


/* =======================================
   clear
======================================= */
/*clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
	font-size: 0.1em;
	line-height: 0;
  visibility: hidden;
}

.clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}




.clear {
	clear: both;
	font-size: 1px;
}

.clear hr {
	display: none;
}