﻿#header {
	background-color: white;
	/*************** 境界線 ***********************************/
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: #303040;
}
#header div#top {
	/************ 背景と文字 *****************/
	background-color: #303040;
	color: white;
	/*************** スペース**********************************/
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-top: 8px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 8px;
}
#header div#top img.jmalogo {
	float: left;
	width: 75px;
	height: 75px;
	border-style: none;
}
#header div#top img.harerun {
	float: right;
	width: 75px;
	height: 75px;
	border-style: none;
}
#header div#top p {
	text-align: center;
	border: 0px solid;
	margin-top: 15px;
	margin-bottom: 0px;
}
#header div#top div.dummy {
	clear: both;
	height: 0px;
}
/***************** こっからナビゲーション部 ****************/
#header table#navi {
	width: 100%;
}
#header table#navi td {
	width: 1%;
}
#header table#navi td a{
	display: block;
	font-weight: bold;
	text-align: center;
	color: #303040;
}
#header table#navi a:hover{
	background-color: #303040;
	text-decoration: none;
	color: white;
}
