@charset "Shift-JIS";

/*
 NEW!!
-------------------------------------------------------------------------*/
body{text-align:center;
	}


#container{width:1000px;
	   margin-left:auto;
	   margin-right:auto;
	   border-top: 2px solid #C0C0C0;
	   border-left: 2px solid #C0C0C0;
	   border-right: 2px solid #C0C0C0;
	   border-bottom: 2px solid #C0C0C0;
	}

#main{margin-left:30px;
	text-align:center;
	}

#main .languages{width:780px;
	text-align:left;
	}

#main .kizai{width:780px;
	background-color:#FF00FF;
	}

#content{width:780px;
	text-align:left;
	background-color:#cc6699;
	}

/* 新グローバルメニューここから */
#navi{width:1000px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:40px;
	text-align:left;
	}

#navi li { list-style:none; 
	font-size:18px;
	width:166px; 
	float:left; }  


.hlink a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.hlink a::before,
.hlink a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #ff3300;
  transition: .3s;
}
.hlink a::before {
  top: 0;
  left: 0;
}
.hlink a::after {
  bottom: 0;
  right: 0;
}
.hlink a:hover::before,
.hlink a:hover::after {
  width: 100%;
}

/* 新グローバルメニューここまで */




#foot{clear:both;
	   margin-left:auto;
	   margin-right:auto;
	text-align:center;
	font-size:10px;
	font-color:#000000;
	width:780px;
	height:20px;
	}


/*
 navi
-------------------------------------------------------------------------*/

#menu {
	width : 1000px;
	height: 55px;
	background: #FFFFFF;
	list-style:none;
	position:relative;
}

#menu .btn1 {
	width : 210px;
	height : 55px;
	position : absolute;
	left : 2px;
}

#menu .btn2 {
	width : 210px;
	height : 55px;
	position : absolute;
	top : 2;
	left : 214px;
}

#menu .btn3 {
	width : 210px;
	height : 55px;
	position : absolute;
	top : 2;
	left : 426px;
}

#menu .btn4 {
	width : 210px;
	height : 55px;
	position : absolute;
	top : 2;
	left : 638px;





