@charset "utf-8";

body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	padding: 30px;
}
img {
	border: 0;
}

h1 {
	float: right;
	margin: 0 0 10px 20px;
	padding: 0;
}

h2 {
	color: #E9546B;
	font-size: 100%;
	width: 70%;
	padding-bottom: 3px;
	border-bottom: 1px solid #E9546B;
}
h2.en {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}
h2 span.en {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #E9546B;
	font-size: 90%;
	width: 70%;
	padding-bottom: 3px;
	border-bottom: 1px solid #E9546B;
}

p, li, td, th {
	font-size: 80%;
	line-height: 170%;
	color: #666666;
}

p.en {
	font-family: Arial, Helvetica, sans-serif;
	color: #E9546B;
	margin-bottom: 30px;
}

ul#footerlink {
	text-align: right;
}

ul#footerlink li {
	display: inline;
	margin: 5px;
}

.feetable {
	width: 100%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.feetable th {
	padding: 2px 2px;
	text-align: right;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: normal;
	background-color: #EFEFEF;
}
.feetable td {
	text-align: right;
	padding: 2px 4px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
.feetable thead th {
	text-align: center;
	background-color: #E0E0E0;
}

