@charset "utf-8";

/* header styles */

#header {
	width: 980px;
	background-color: #5b71b9;
}
#header-inner {
	padding-top: 12px;
}
#header #title {
	overflow: hidden;
	height: 0px;
}
#header #present a {
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	background-image: url(../image/bn_comic.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 90px;
	width: 728px;
	margin: 0 auto 8px auto;
}

