html,body {
    font-size: 90%;
    color: #ffffff;

}

a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}


#header .menu{
	height: 22px;
	background-color:#0055ea;
}

#header .menu a{
	display: block;
	height: 22px;
	font-size: 14px;
	padding-right: 1em;
	padding-left: 1em;
	float: left;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background-color:#0055ea;
	text-decoration: none;
	border-right: #ddeaff 1px solid;
}

#header .menu a:hover{
	background-color:#7f7fff;
}

#header .shade {
    display:block;

}
}


div.img-fuchi img {
  background-color: #FFFFFF;
  border: 1px solid #A9A9A9;
  margin: 5px 5px 3px 2px;
  padding: 4px;
  vertical-align: bottom;
  }

/*　■hタグの文字サイズ調整■　*/
h2 {
    font-size: 150%;
}

h3 {
    font-size: 130%;
}



