﻿.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin:0px 0px 10px 0px;
}
.title .en {
	/* margin-left:5px; */
	line-height: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #990000;	
}
.title .jp {
	/* margin-left:10px; */
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	/*border-bottom:1px solid #ddd;*/
	margin-bottom:25px;
}
table td {
	vertical-align:top;
	padding:0px 5px 5px 0px;
}
.person {
	font-weight:bold;
}
.shade {
	/*background:#f0f0f0;*/
}
.idiom {
	color: #FF0000;
	font-weight: bold;
}
a {
	color:#666;
	text-align:center;
	text-decoration:none;
}
a.logo {
	position:fixed;
	bottom:0px;
	right:0px;
	font-size:14px;
}
a.logo:hover {
	color:#333;
}
input.button, input.buttonNone {
	padding:0px;
	height:24px;
	width:24px;
	background-color:#ff8a00;
	background-image:url(./images/button.png)no-repeat;
	border:0px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	cursor:pointer;
}
input.buttonNone {
}
span.jp {
	padding:4px;
	font-size:14px;
}
div.jp {
	border-bottom:1px solid #ff8a00;
}
