@charset "utf-8";


/* base
----------------------------------------------- */
body {
	margin: 30px 80px;
	padding: 0;
	font-size: 9pt;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	line-height: 1.6em;
}
a {
	color: #000;
	text-decoration: none;
}
#sanko {
	font-weight: bold;
}

/* headline
----------------------------------------------- */
h1 {
	padding: 30px 15px;
	text-align: center;
	border: 2px solid #000;
}
h2 {
	margin: 50px 0 20px;
	padding: 15px 20px;
	border: 1px solid #000;
	line-height: 1.6em;
}
h3 {
	margin: 30px 0 0;
	padding: 5px;
	border: 1px dotted #000;
}
h4 {
	padding: 0 0 5px;
	border-bottom: 1px solid #000;
}
h5 {
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #000;
}


/* no print
----------------------------------------------- */
hr,#header .right,#contents .right,#footer,.loc,#pgup,#image,#home_contents .right {
	display: none;
}


/* table
----------------------------------------------- */
table {
	margin: 10px 0 0;
	width: 100%;
	border-collapse: collapse;
}
th {
	padding: 3px;
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
	border: 1px solid #000;
}
td {
	padding: 3px;
	border: 1px solid #000;
}


/* list
----------------------------------------------- */
dt {
	margin: 30px 0 0;
}
dd {
	margin: 15px 0 0;
}


/* page break
----------------------------------------------- */
.pgbreak {
	page-break-before: always;
}

