@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
}


/* header */
#header {
	width:780px;
	margin: 0 auto;
	padding: 0;
}

#header img{
	border: 0;
}

#headerTitle {
	background: #fff url("http://www.his-j.com/kokunai/kanto/header/images/topLogo2.png") no-repeat scroll 0 0;
	height:104px;
	width:780px;
}

#headerTitleKansai {
	background: #fff url("http://www.his-j.com/kokunai/kanto/header/images/topLogo2_kansai.png") no-repeat scroll 0 0;
	height:104px;
	width:780px;
}

#headerTitleNagoya {
	background: #fff url("http://www.his-j.com/kokunai/kanto/header/images/topLogo2_nagoya.png") no-repeat scroll 0 0;
	height:104px;
	width:780px;
}

#headerTitleKyushu {
	background: #fff url("http://www.his-j.com/kokunai/kanto/header/images/topLogo2_kyushu.png") no-repeat scroll 0 0;
	height:104px;
	width:780px;
}

#header h1 { 
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 149px;
	height: 89px;
	text-indent: -9999px;
}

#headerTel {
	background: #fff url("http://www.his-j.com/kokunai/kanto/header/images/topTel.png") no-repeat scroll 0 0;
	height: 69px;
	width: 222px;
	position: absolute;
	top: 18px;
	margin-left: 565px;
}

#headerTel .telTxt {
	display: none;
}

#header ul{
	margin: 0;
	padding: 0;
}

#header li {
	float: left;
	list-style: none;
}


ul#funcMenu {
	margin-top: 3px;
}

ul#funcMenu li.currentNoLink img{
	border-bottom: 5px #333399 solid;
}

ul#funcMenu li a{
	display: block;
	border-bottom: 5px #ccc solid;
}

ul#funcMenu li a:hover{
	border-bottom: 5px #8C95CC solid;
}

ul#funcMenu li.current a{
	display: block;
	border-bottom: 5px #339 solid;
}

ul#funcMenu li.current a:hover{
	border-bottom: 5px #8C95CC solid;
}

ul#miniMenu {
	position: absolute;
	top: 63px;
	margin-left: 270px;
	width: 300px;
}

ul#miniMenu li a{
	padding: 2px 5px;
	color: #333;
	font-size:10px;
}

ul#miniMenu li a:hover{
	color: #000;
}

#subMenu{
	clear:both;
	width: 780px;
	height:18px;
	background-color: #eee;
}

#subMenu ul{
	width: 750px;
	margin: 3px auto;
}

#subMenu ul li{
	margin: 2px 0;
}

#subMenu li a{
	text-align: center;
	font-size: 11px;
	padding: 0 10px;
	color: #333;
	text-decoration: none;
}

#subMenu li a:hover{
	color: #000;
}