#header-back {
	height: 95px;
	width: auto;
	border-top-width: 4pt;
	border-bottom-width: 4pt;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0086d7;
	border-bottom-color: #0086d7;
}
#header-all {
	height: 103px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header-other {
	text-align:center;
	width:800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header-left {
	height: 80px;
	width: 228px;
	float: left;
	margin-top: 8px;
}
#header-right {
	float: right;
	text-align: right;
	margin-top: 5px;
}

#header-right img {
	margin-left: 5px;
}
#contents {
	clear:both;
	margin-top: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#menu-back {
	height: 46px;
	width: auto;
	background-color: #00a7ea;
	margin-top: 1px;
}
#menu {
	height: 46px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.menu-box {
	height: 46px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	float: left;
}
.fade {  
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}  
.fade:hover {  
	opacity: 0.4;  
	filter: alpha(opacity=60);  
} 
