﻿body {
	padding-left: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: #bbddff;
}

/* heading */
h3 {
	margin-left:15%;
	text-align:left;color:black;
}


/* remove line under each link */
a {
	text-decoration:none;
}

table.nev {
	margin-left: 2em;
	margin-right: 0px;
	width:80%;
	border-collapse:collapse;
	border-spacing:0px;
	max-width:600px;
}

tr.nev {
	height:22px;
}

td {
	padding-left:10px;
}

tr:nth-child(odd) {background:#DDD}
tr:nth-child(even) {
	background:#FFF;
	border:1px #AAA solid;
	 border-left:0px;
	 border-right:0px;
	 border-top:0px;}

/*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;
} 

.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;
}
