* {
font-family: "Times New Roman", "ＭＳ明朝", MSMincho, "メイリオ", Meiryo, serif;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 16px;
    color:#444444;
  background-color: rgba( 30, 144, 230, 0.9 );

}
.onm:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#toplink a {
    color:#ffffff;
	line-height: 1;
	text-decoration: none;
 }
#toplink a:hover { color: #FFF175; }

#toplink a:active,a:focus{ outline:none; }

img {
	border:0;
	vertical-align:bottom;
	max-width: 100%; 

}

.clear{ clear: both; }



#wrapper {
  position: relative;
  width: 99%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}



a.logo{
	margin: 0px;
	display:block;
	width:300px;
	height:36px;
	background-image:url(../images/mutsumilogow.png);
	text-indent:-9999px;
}

.logo:hover{	
	background-position:left bottom;
}

div.upper {
  position: fixed;
  margin: 0px auto 0 auto;
  z-index: 10;
}
.clearLeft { clear: left; }

/*menu*/
#header{
  width: 900px;
  height:135px;
  margin: 0 auto;
  z-index: 999;
  color:#ffffff;
  background: #295F9A;
}

#menu{
  position: fixed;
  width:897px;
  height:60px;
  top: 60px;
  margin: 0px auto;
  padding: 0;
  border-bottom: 4px solid #7BEBFB;
  z-index: 10;

}

#mainmenu{
	position: absolute;
	list-style-type: none;
	width:900px;
	margin: 8px auto;
	padding: 0;
	z-index: 20;
	font-weight: bold; 
}
#mainmenu li{
  width: 16%;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;

}
.here{
  border-bottom: 4px solid #FFF;

}
#toggle{
	display: none;
}
/* footer */

#footer div{ 
	text-align:center;
	font-size: 90%;
	height: 30px;
	line-height: 2;
	color:#ffffff;
}
