@charset "Shift_JIS";

body {
	background-color: #FFFFFF;
}

/* CONTAINER */
#container {

}

/* HEADER */
#header {
	border-bottom: solid 2px #BBAAAA;
	margin-bottom: 9px;
}
#header div.headerBody {
	margin: 0px auto;
	position: relative;
	width: 560px;
	height: 39px;
	text-align: left;
}

#header div.logo {
	position: absolute;
	left: 0px;
	top: 12px;
}
#header div.prodused {
	position: absolute;
	left: 58px;
	top: 19px;
}

#header p.print {
	position: absolute;
	left: 485px;
	top: 9px;
	width: 75px;
	height: 21px;
	/*\*//*/
	display: none;
	/**/
}
#header p.print a:hover {
	background-position: 0px -21px !important;
	height: 21px;
}
#header p.print a {
	background: url(../../img/btn_print.gif) no-repeat;
	background-position: 0px 0px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	height: 21px;
	/*\*//*/
	padding-bottom: 21px;
	/**/
}

/* PAGEBODY */
#pageBody {
	margin: 0px auto;
	width: 560px;
	text-align: left;
}

#pageBody h1 {
	border-bottom: solid 3px #E4E0D9;
	margin-bottom: 17px;
	padding: 5px 9px 6px 9px;
}

/* FOOTER */
#footer {
	background: url(../img/bg_komado_footer.gif) repeat-x left top;
	height: 36px;
}
#footer div.footerBody {
	margin: 0px auto;
	position: relative;
	width: 560px;
	height: 36px;
	text-align: left;
}

#footer div.copyright {
	position: absolute;
	left: 0px;
	top: 10px;
}
#footer p.close {
	position: absolute;
	left: 485px;
	top: 7px;
	width: 75px;
	height: 21px;
}
#footer p.close a:hover {
	background-position: 0px -21px !important;
	height: 21px;
}
#footer p.close a {
	background: url(../img/btn_close.gif) no-repeat;
	background-position: 0px 0px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	height: 21px;
	/*\*//*/
	padding-bottom: 21px;
	/**/
}