/* ヘッダースタイル */

div#header {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 180px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	position:relative;
	clear: both;

}

div#header h1 {

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

div#header .fukiage {
	left: 50px;
	top: 108px;
	padding: 0px;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	position:absolute;
}
div#header .fukiage a {
	color: #000000;
}

div#header .mihonichi {
	left: 438px;
	top: 117px;
	padding: 0px;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	position:absolute;
}
div#header .mihonichi a {
	color: #000000;
}


div#header img {
	margin: 0px;
	padding: 0px;

}


.line a:hover {
	border-bottom: 1px solid #000000;
}
