*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Arial, san-serif;
	font-weight: normal;
	color: rgb(140,140,140);
}

body{
	margin: 20px;
	background-color: rgb(45,45,45);
	background-image: url('bg2.gif');
	background-position: 0 1.95em;
	background-repeat: no-repeat;
}

h1{
	margin: 20px 0 20px;
	font-size: 200%;
	font-weight: bold;
}

h1 span.JapaneseName{
	font-size: 10pt;
}

h1 div.portlate{
  float: left;
}

h1 img{
	width: 63px;
	height: 63px;
	margin-right: 10px;
	vertical-align: middle;
}

h2{
	clear: both;
	margin: 60px 0 10px;
	padding-left: 12px;
	border-style: solid;
	border-width: 0;
	border-left-width: 10px;
	font-size: 180%;
}

h3{
  font-size: 140%;
  margin: 40px 0 10px;
}

h2.green{
	border-color: rgb(140,230,122);
}

h2.blue{
	border-color: rgb(122,190,230);
}

h2.yellow{
	border-color: rgb(230,230,122);
}

h2.red{
	border-color: rgb(230,122,200);
}

ul{
	list-style-type: none;
}

li{
	line-height: 1.6;
	font-size: 100%;
}

ul li ul{
  margin: 10px 0 10px 10px;
}

ul li ul li{
  font-size: 90%;
}

dl {
  margin: 30px 0 10px;
}

dt {
  font-weight: bold;
}

dd {
  padding-left: 10px;
  font-size: 90%;
  margin-bottom: 10px;
}

a{
	color: rgb(140,140,150);
}

a:hover{
	color: rgb(120,180,240);
}


#footer {
  margin: 30px 0;
  font-size: 80%;
}
