@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; font-family:Tahoma, Geneva, sans-serif}
#header {
	height: auto;
	width: 100%;
}
#top {
	background-color: #9D0000;
	height: 30px;
}
#top_content {
	height: 30px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #9D0000;
}
#logomenu {
	background-color: #646464;
	height: 80px;
	width: 100%;
	position: relative;
}
#logcontent {
	/*height: auto;*/
	height: 80px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #646464;
}
@media screen and (max-width: 1024px){
	#top_content {
		height: 30px;
		width: 980px;
	}
	#logcontent {
		/*height: auto;*/
		width: 980px;
	}
}
/*@media screen and (max-width: 480px) { 
	#top_content {
		height: 30px;
		width: 420px;
	}
	#logcontent {
		height: auto;
		width: 420px;
	}
}*/
@media screen and (max-width: 480px) { 
	#top_content {
		height: 30px;
		width: 380px;
	}
	#logcontent {
		/*height: auto;*/
		width: 380px;
	}
}