@charset "utf-8";
/* Print CSS */

.noprint,
.pagenavi,
.AdArea,
.corp-navi { display: none; }


/* ------------------------------- Text Style  */

body {
	font-size: 10pt;
	line-height: 125%;
}

h1 { font-size: 16pt; }

h2 { font-size: 14pt; }
	h2 span { font-size: 10pt; }

h3 { font-size: 12pt; }


/* ------------------------------- Layout */

#header {
	text-align: right;
	font-size: 8pt;
	line-height: 1.1;
	margin-bottom: 20px;
}

.information ul  { font-size: 8pt: text-align: left;
	list-style: none;
	width: 180px;
	float: right;
}

.information li { text-align: left; }

#content {
	clear: both;
	border-top: 2px solid #337EC9;
}

table {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	padding: 5px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-collapse: collapse;
}
th { white-space: nowrap; }