#wt3-head {
	background-color: #ffffff;
	color:#666666;
}

#wt3-menu-top, #wt3-menu-user {
	background-color: #ffffff;
	color:#666666;
	border:none;
}

#wt3-menu-top li a:hover {
	background-color: inherit;
	color: rgb(200, 170, 84);
}

#wt3-menu-bot-l, #wt3-menu-bot-r, #wt3-menu-bot-l li a, #wt3-menu-bot-r li a {
	background-color: #f0f0f0;
	color: #333333;
}

#wt3-info-sub {
	display:none;
}

#wt3-logo-par {
	display:block;
	width: 12em;
	height: 6em;
	margin-right:1em;
	background: url(str_logo.png?2) center center no-repeat;
}

#wt3-info-par {
	display: none;
}

#wt3-info-sub:before {
	display:none;
}

@media screen and (max-width : 760px) {
	#wt3-head {
		background-color: #f0f0f0;
	}

	#wt3-menu, #wt3-menu-top {
		background-color: #f0f0f0;
	}

	#wt3-menu-bot-l li a, #wt3-menu-bot-r li a {
		background-color: #e0e0e0;
	}

	.wt3-menu-tog {
		background-color: #ffffff;
		color:#666666;
		border:none;
	}
	
	#wt3-logo-par {
		width: 5em;
		height: 3.2em;
		margin-right:0;
		background: url(str_logo_mini.png) center center no-repeat;
	}
	#wt3-info-sub:before {
		display: none;
	}
}

@media screen and (max-width : 460px) {
	#wt3-info-sub:before {
		display: none;
	}
}