﻿@charset "Shift_JIS";

* {
	padding:0;
	list-style:none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#404040;
	background:#FFF;
	margin: 0 10px 0 10px;
}

/* header */
#head {
    width: 100%;
    background-color: #fff;
	text-align: left;
}

/* headparts */
#headparts {
	margin: 0px;
	padding: 0px;
    width: 100%;
	height: 50px;
	background-image:url(../img/logo.gif);
/*
	border-bottom-style: solid;
	border-color: #363636;
*/
	background-repeat: no-repeat;
}

/* headparts */
#headpartsHino {
	margin: 0px;
	padding: 0px;
    width: 100%;
	height: 50px;
	background-image:url(../img/logoHino.gif);
/*
	border-bottom-style: solid;
	border-color: #363636;
*/
	background-repeat: no-repeat;
}

/* headparts */
#headpartsHC {
	margin: 0px;
	padding: 0px;
    width: 100%;
	height: 50px;
	background-image:url(../img/logoHC.gif);
/*
	border-bottom-style: solid;
	border-color: #363636;
*/
	background-repeat: no-repeat;
}


#headparts p {
    position: relative;
    margin: 25px 10px 0px 0px;
    height: auto;
	text-align:right;
}

form {
  margin: 0;
}

.logout
{
	position:absolute;
	top:4px;
	right:20px;
}
a {
  text-decoration: none;
  color: #0000ff;
}
a:hover {
  color: #000000;
}

/* menu */
#menucontainer{
	position:relative;
	height:50px;
	color:#FFFFFF;
	background:#383636;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

#menunav{
	position:relative;
	height:38px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(../img/background.jpg) repeat-x bottom left;
	padding:0 0 0 3px;	
}
	
#menunav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	/*width:auto;*/
	width:980px;	
	float:left;
}

#menunav ul li{
	display:block;
	float:left;
	margin:0 1px;
}

#menunav ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:38px;
}

#menunav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;
}

#menunav ul li a:hover{
	color:#fff;	
	background:transparent url(../img/hover.jpg) repeat-x bottom left;}

#menunav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;}
#menunav ul li a.current, #menunav ul li a.current:hover{
	color:#fff;
	background:#1D6893 url(../img/left.jpg) no-repeat top left;
	line-height:275%;}
#menunav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#383636 url(../img/right.jpg) no-repeat top right;
	height:38px;}


.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #8a3c3d;
color: white;
}