@charset "utf-8";

#Menu {
  /*background: #232D4A;
  top: 0;
  float:left;
  width: 280px;
  height:100%;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

.Menu-list {
  list-style-type: none;
  margin: 0 1em 0 3em;
  padding: 0;
}

.Menu-list a{
  color:#fff;
}
	.Menu-list a:hover{
  color: #0092FF;
  text-decoration: none;
}

	
.Menu-category {
  margin: 0;
  font-size:large;
  font-weight:bold;
}
.Menu-item {
  font-size: 13px;
  line-height: 1.4em;
  margin: 7px auto;
}
.Menu-link {
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 8px 22px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.Menu-link:before {
  background: #444;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
  z-index: -1;
}
.Menu-link:after {
  content: attr(href);
  color: #fff;
  float: right;
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.4s;
  transition: opacity 0.8s, transform 0.4s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.Menu-link:hover:before {
  right: 0;
}
.Menu-link:hover:after {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#logo{
  display: inline-block;
  margin-top: 30px;
  margin-left: 5px;
}

	#logo a:hover img {
		opacity: 0.8; /* マウスオーバー時の透明度 */
		filter: alpha(opacity=50); /* マウスオーバー時の透明度 IE用 */
	}

#dl {
	margin: 30px auto 0 55px; 
}
	#dl a:hover img {
		opacity: 0.8; /* マウスオーバー時の透明度 */
		filter: alpha(opacity=50); /* マウスオーバー時の透明度 IE用 */
	}

#nav_link{
  margin: 45px auto 0 35px;
}

#nav_link li.nav_link {
  display: block;
  float: left;
  padding-left: 10px;
  margin-right: 0px;
}

	#nav_link li.nav_link a:hover img {
		opacity: 0.8; /* マウスオーバー時の透明度 */
		filter: alpha(opacity=50); /* マウスオーバー時の透明度 IE用 */
	}
	
h4.Menu a{
	display:block;
	margin: 30px 20px 10px 20px;
	letter-spacing: 3px;
	border-bottom: 1px rgb(97, 95, 95) dotted;
	font-size: 16px;
	color:#fff; 
}

h4.Menu.top a{
	  margin: 30px 20px 20px 20px;
	  letter-spacing: 3px;
	}
	
h4.Menu.top a:hover {
  color: #0092FF;
  text-decoration: none;
}

h4.MenuHeader {
	  margin: 20px;
	letter-spacing: 3px;
  /* border-bottom: 1px rgb(252, 252, 252) dotted; */
  font-size: 16px;
  color: #fff;
}

.adrs{
  clear: both;
  color: #fff;
  line-height: 1.6em;
  font-size: 11px;
  padding-top: 30px;
  padding-left: 20px;
}
