@charset   "EUC-JP";

* {
    margin: 0;
    padding: 0;
}
a:hover img{
   opacity: 0.75; /* 25％ほど透明にする */
   filter: alpha(opacity=60);
   -moz-opacity:0.6;
}
a{
    color: #529aa7;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    
    }
/* ----- .pagetop ----- */
#pageTop {
  background:#7a4483;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  color:#FFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding:20px 20px;
  position:fixed;
  bottom:30px;
  right:30px;
}
#pageTop:hover{
  text-decoration:none;
  opacity: 0.6;
  -moz-opacity:0.6;
  zoom:1;
}

/*--------------------------
  外枠
----------------------------*/
#wrapper{
  text-align: left;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

/*--------------------------
M 枠
----------------------------*/ 
#m-m{
	clear: both;
	width : 900px;
	height :100px;
	margin: 0 auto;
	font-size: 100%;  /* 文字サイズ */
	color: #614b30; /* 文字色 */
	font-weight: bold;
		}


/*--------------------------
  新メニュー
----------------------------*/ 	
.inner{
	width: 900px;
	margin: 0 auto;
}	
.nav {
	width: 900px;
	height: 50px;
	font-size: 100%;
	line-height: 50px;
	background-color: #7a4483;
	opacity: 0.75;
    	margin-bottom:0px;
}

.nav li {
	list-style: none;
	width: 15%;
	float: left;
	text-align:center;
	border-right: 1px dotted #999;
	box-sizing: border-box;
}
.nav li:last-child {
	border-right: none;
}
.nav li a {
	text-decoration: none;
	color: #fff;
	display: block;
}
.nav li a:hover {
	background: #487572;
}
/* subnavigation */
.nav li ul {
	display: none;
	position: absolute;
	width: 16%;
	font-size: 100%;
}
.nav li ul li {
	float: none;
	width: 100%;
}
.nav li ul li:last-child {
	border-bottom:none;
}
.nav li ul li a {
	background: #68a29d;
	display: block;
}
.nav li ul li:last-child a {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-box-shadow: 0px px px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px px px 0px rgba(0,0,0,0.3);
	box-shadow: 0px px px 0px rgba(0,0,0,0.3);
	background-color: rgba(122,68,131,0.8);
}
