@charset "utf-8";
html{
	overflow-y: scroll;	
}
body {
	line-height:1.5em;
	text-align:center;
	
}
#wrap {
	width: 100%;
	height: 151px;
	background-image: url(../cmn_img/wrap_bg.png);
	background-repeat: repeat-x;
	margin: 0 auto;
	padding: 0 0 0 0;
}
#w_1{
	width: 960px;
	text-align: left;	
	margin: 0 auto;
}

#wrap001 {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	clear: both;
}
#wrap002 {
	width: 100%;
	height: 715px;
	text-align: left;
	margin: 40px auto 0 auto;
	clear: both;
	background-color: #009be7;
}
#wrap003 {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	clear: both;
}
#contents {
	width:960px;
	text-align: left;
	margin: 20px 0 20px 0;
}
#contents001 {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	clear: both;
	padding: 30px 0 30px 0;
}
#contents003 {
	width:960px;
	text-align: left;
	margin: 30px 0 20px 0;
}
#wrap001 p {
	line-height: 1.5em;
}
#wrap003 p {
	line-height: 1.5em;
}
#header{
	height: 91px;
	width: 960px;
	background-image: url(../cmn_img/header_bg.png);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
}
#logo{
	width:449px;
	height:56px;
	padding: 20px 0 0 0;
	float: left;
}
#gnavArea ul li {
	float: left;
}
#gnavArea ul li img {
	display: block;
}

#top_nav{
	float: right;
	width: 318px;	
}
#top_nav #top_nav001{
	float: right;
	margin: 2px 0 0 0;
}
#top_nav #top_nav001 li{
	float: left;
	margin: 0 0 0 0;	
}
#top_nav #top_nav002{
	float: right;
	margin: 19px 0 0 0;
}
#top_nav #top_nav002 li{
	float: left;
	margin: 0 0 0 0;	
}

/*footer-------------------------------------------------------------*/
#footer_p{
	height: 114px;
	margin: auto 0 auto 0;	
}
#footer {
    background-image: url(../cmn_img/footer_bg_img.png);
    background-repeat: repeat-x;
    display: block;
    height: 268px;
}
.address {
    color: #fff;
    font-size: 13px;
    text-align: center;
	padding: 115px 0 0 0;
}

/*-------------------------------------------------------------*/
#main {
    float: right;
    width: 700px;
}
#side {
    float: left;
    height: auto;
    margin: 0 0 50px;
    width: 240px;
}
#side ul li {
	margin: 0 0 0 0;
}
#side ul li img{
	margin: 10px 0 0 0;
}
#side ul li:first-child {
  margin: 0 0 0 0;
}
/*f-------------------------------------------------------------*/
/* clearfix ------- */
.clear:after {
	content:".";
    display:block;
    height:0px;
    clear:both;
    visibility:hidden;
    font-size: 0.1em;
}

.clear {
	display:inline-table;
    zoom:100%;
}
/* for macIE \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* end of for macIE */

/*/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}

/* IE6以下でpadding指定 */
* html #wrap {
    padding-left: 6px;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix {zoom: 1;}

/*snvcss-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
/*-------------------------------------------------------------*/
/* ドロップダウン */
.nav001 {
  width: 960px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
.nav001 li {
  position: relative;
  list-style: none;
}
.nav001 li a {
  display: block;
  width: 160px;
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 2.8;
  background: #009be7;
  transition: 0.5s;
  text-decoration: none;
  /*border-right: 1px solid #eee;*/
  box-sizing: border-box;
}
.nav001 > li:hover > a {/*layer-1*/
  color: orange;
  background: #afc6e2;
}
.nav001 > li li:hover > a {/*layer-2*/
  color: olive;
  background: #afc6e2;
}
.nav001 li ul {
  top: 60px;
  /*left: -40px;*/
  position: absolute;
}
.nav001 li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
.nav001 li ul li a {
  border-top: 1px solid #eee;
}
.nav001 li:hover > ul > li {
  overflow: visible;
  height: 40px;
}

  .nav001 li ul li ul {
    top: 0;
    left: 110px;
  }
  .nav001 li ul li ul:before {/*layer-2▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 30px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
  }
  .nav001 li ul li ul li:hover > a {/*layer-3*/
    color: pink;
    background: #afc6e2;
  }
  .nav001 li ul li ul.left {
    top: 0;
    left: -190px;
  }
  .nav001 li ul li ul.left:before,/*layer-2-left▷*/
  .nav001 li ul li ul li ul.left:before {/*layer-3-left▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 190px;
    border: 5px solid transparent;
    border-right: 5px solid #fff;
  }
  .nav001 li ul li ul.left li:hover > a {/*layer-2-left*/
    color: pink;
    background: #afc6e2;
  }
  .nav001 li ul li ul li ul.left li:hover > a {/*layer-3-left*/
    color: purple;
    background: #afc6e2;
  }
.hei40{
	height: 40px;
}
