#header {
	width: 100%;
	/*padding: 40px;*/
	/*height: 90px;*/
	// 2019.1.18 MoDeCH start (カート目立つように)
	//height: 23px;/*27px;*/
	height: 27px;
	line-height: 27px;
	text-align:center;
	font-size: 18px;
	top:-1;
	// 2019.1.18 MoDeCH end (カート目立つように)
	background-color: #f0f0f0 !important;
	/*
	background: url(../images/bg_header.png) repeat-x top;
	background-size: cover;
	*/
}
#navigation {
	background-color:#ffffff !important;
}
/*
#header-logo a {
    display: block;
    height: 35px;
    width: 143px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
    background-size: 143px;
}
*/