@charset "UTF-8";

@font-face {
	font-family: Roboto;
	src: url(css/Roboto-Regular.ttf);
	font-weight: normal;
}
@font-face {
	font-family: Roboto;
	src: url(css/Roboto-Bold.ttf);
	font-weight: bold;
}

BODY {
	font-family: Roboto, sans-serif;
	font-size: 11pt;
	background-color: #F8F8FC;
}

*:lang(ja) {
	font-family: sans-serif;
}

form {
	margin: 0px; padding: 0px;
}

.wrapper {
	width: 1080px;
	margin: 0 auto;
}
/*
a:link {
	color: #0020E0;
}
a:visited {
	color: #0000A0;
}
a:hover {
	color: #0000C0;
	text-decoration: none;
}
*/
.right {
	text-align: right
}
.center {
	text-align: center
}

table.bordertbl {
	border-collapse: collapse;
}
table.bordertbl td {
	border: 1px solid #000;
	padding: 3px;
}
table.bordertbl th {
	border: 1px solid #000;
	padding: 3px;
}