@charset "utf-8";
/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12pt;
	line-height: 18pt;
	color: #000000;
	background-color: #FFFFFF;
	margin: 1.5cm;
	padding: 0px;
}

#header ul, #header p,#footer p, #footer ul, #sidebar, hr {
	color: #000000;
	text-decoration: none;
	display: none;
}
h1 {
	font-family: sans-serif;
	font-size: 18pt;
	line-height: 1.5em;
	font-weight: bold;
	border: 1px solid #999999;
}
#topimage img {
	width: 180mm;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#topimage object {
	width: 180mm;
}

.floatRight {
	float: right;
	text-align: justify;
	z-index: auto;
}
.floatLeft {
	float: left;
	padding: 0px;
	margin-right: 5mm;
}

/* link style
------------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
/*basic layout
------------------------------------------------*/
#wrapper {
	width: 180mm;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#main {
	background-color: #FFFFFF;
	float: right;
	width: 180mm;
	padding: 0mm;
}
#main h2 {
	font-family: sans-serif;
	font-size: 18pt;
	line-height: 1.4em;
	font-weight: bold;
	border: 1px solid #999999;
}
#main h3 {
	font-family: sans-serif;
	font-size: 14pt;
	line-height: 1.4em;
	font-weight: bold;
	border: 1px solid #999999;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
#main p {
}
#main table {
	font-family: sans-serif;
	margin: 0px;
	font-size: 90%;
	line-height: 1.2em;
	padding: 0px;
}
#footer {
	color: #000000;
	clear: both;
	padding-top: 5mm;
	page-break-before: auto;
	page-break-after: auto;
	font-family: sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	font-weight: normal;
	font-style: normal;
	float: none;
	width: 180mm;
	border-width: 0.1mm;
	border-style: solid;
}
/* header style
------------------------------------------------*/
#header {
	background-repeat: no-repeat;
	position: relative;
	background-color: #FFFFFF;
	height: 80px;
}

#header #logo {
	position: absolute;
	left: 0;
	top: 0;
	height: 52px;
}

