﻿body {
	padding-left: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: #bbddff;
}

/* heading */
h3 {
	text-align:left;font-family:Arial, Helvetica, sans-serif;color:blue;
}


/* remove line under each link */
a {
	text-decoration:none;
}

#db {
	margin-left: 1em;
	margin-right: 1em;
	width:100%;
	max-width:95%;
	border: 1px double grey;
	border-collapse: collapse;
/*	border-spacing:1px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

#db tr {
	height:22px;
}

#db tr:nth-child(odd) {
	background:#DDD;
	/*border:1px #AAA solid;*/
}

#db tr:nth-child(even) {
	background:#FFF;
	/*border:1px #AAA solid;*/
}

#db tr:hover td{background-color: #aabbcc;}

#db th{
	background: #99FFCC;
	border-left:1px double gray;
	border-right:1px double gray;
}

#db td{
	border-right:1px double gray;
	border-right:1px double gray;
}

/*#db th, td{
	margin-left: 1em;
	margin-right: 1em;
	width:100%;
	max-width:95%;
	border-collapse: collapse;
	border-spacing:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
*/
/*#db td + td {
	border-right:2px blue;
}
*/

/*menu button appearence*/
.home-style {
	 font-size: large;
	 font-weight: bold;
	 background-color: #FFFF99;
 	 border-style:solid;
 	 border-color: #FFFF99;
 	 border-width: 10px 10px 10px 10px;
 	 border-radius: 10px;
 	 display:inline-block;
 	 color:blue;
 	 margin:10px 10px
} 

.sort-style {
	 font-size: small;
	 font-weight: bold;
	 background-color: #FFCC00;
 	 border-style:solid;
 	 border-color: #FFCC00;
 	 border-width: 10px 10px 10px 10px;
 	 border-radius: 10px;
 	 display:inline-block;
 	 color:blue;
 	 margin:10px 10px
} 

.text-center {
	text-align:center;
}

.text-en {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
/*
.text-jp {
	font-family:"MS Mincho";
	font-size:9pt;
}

.jpdot {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

ul.notes {
	display: block;
	list-style-type:disc;
	margin-top:1em;
	margin-bottom:1em;
	margin-left:0em;
	margin-right:0em;
	padding-left:40px;
	max-width:600px;
}
*/