/*
 * hino_history front css for screen (web browser)
 */

/*************************************************************************
 * Basic CSS
 */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, "MS UI Gothic", Osaka, Arial, Serif;
	font-size: 80%;
	color: #000000;
	background: #ffffff;
}

a {
	text-decoration: underline;
	vertical-align: middle;
	color: #0000ff;
}

a:visited {
	color: #ff0000;
}

a:active {
	color: #000000;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.body-wrapper {
	width: 990px;
	margin: 1em auto 0px auto;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 1px solid #999;
	border-top: 1px solid #fff;
	background: #fff;
}

/*************************************************************************
 * Left Side Menu Box CSS
 */

#menu {
	width: 220px;
	text-align: center;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding-top: 0.5em;
	float: left;
}

#menu ul {
	list-style: none;
	text-align: left;
	margin: 0px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding: 0px;
}

#menu li a {
	text-decoration: none;
	display: block;
	padding: 0.2em;
	border-bottom: 1px solid white;
	color: white;
	background-color: #4169E1;
}

#menu li.indent {
	font-size: small;
	padding-left: 1em;
	padding-bottom: 0.3em;
}

#menu li a:hover {
	text-decoration: underline;
	color: #4169E1;
	background-color: #ccffff;
	font-weight: normal;
}

#menu div.filter-cond {
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-left: 0.5em;
}

#menu .filter-cond h5 {
	margin: 0px;
	padding: 0px;
}

#menu .filter-cond p {
	margin: 0.3em;
	padding: 0px;
}

/*************************************************************************
 * Right Side Main Contents Box CSS
 */

#main {
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0.5em;
	width: 750px;
	float: right;
	line-height: 1.4;
	font-size: 110%;
}

#main a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: red;
}


#main p.medium-width {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#main p.large-width {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.pager-top {
	width: 100%;
	margin-bottom: 0.5em;
	text-align: left;
}

div.pager-bottom {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}

table.formtable {
	margin-left: auto;
	margin-right: auto;
	background: #999;
	border-collapse: separate;
	border-spacing: 1px;
	empty-cells: show;
}

.formtable td {
	background: #fff;
	padding: 0.5ex;
}

.formtable th {
	font-weight: normal;
	background: #eee;
	padding: 0.5ex;
}

table.zebralist {
/*	width: 100%;*/
	text-align: center;
	background: #4169E1;
	border-collapse: separate;
	border-spacing: 1px;
	empty-cells: show;
}

.zebralist th {
	padding: 0.3ex;
	text-align: center;
	font-weight: normal;
	background: #def;
}

.zebralist td.odd {
	padding: 0.3ex;
	background: #fff;
}

.zebralist td.even {
	padding: 0.3ex;
	background: #eee;
}

.zebralist th.ob {
	padding: 0.3ex;
	background: #ddd;
}

/*************************************************************************
 * Article-View-Specialized Box CSS
 */

div.article {
	padding-top: 0.5em;
	text-align: left;
}

div.article h4 {
	margin: 0px;
	padding: 0px;
}

div.article h5 {
	margin: 0px;
	padding: 0px;
}

div.article hr {
	width: 750px;
	height: 10px;
	background-color: #0080FF;
	border: none;
}

div.gmapcontent {
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 80px;
	text-align: left;
}

div.gmapcontent h5 {
	margin: 0;
	padding: 0;
}

div.gmapcontent p {
	margin-top: 0.5em;
}

/*************************************************************************
 * Bottom Footer Box CSS
 */

#footer {
	clear: both;
	width: 100%;
	font-size: small;
	text-align: center;
	margin: 0px;
	margin-top: 1em;
	padding: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#footer img {
	border: none;
	margin: 0px 1em 0px 1em;
}

#footer a {
	text-decoration: none;
}

#footer p {
	padding: 0.5em;
	color: white;
	background-color: #4169E1;
}


