html { 
    filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

* {
	margin: 0px;
}

body {
	background-image: url(../img/bg_main.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 12pt;
	line-height: 1.2em;
}

#wrap {
	width: 100%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 65px;
	display: list-item;
	list-style-image: url(../img/header.jpg);
	list-style-position: inside;
	letter-spacing: -1000em;
	}

#header h1 {
	font-size: 1pt;
}

#main {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;	
}

#main table{
	width: 100%;
	text-align:left
}
#main table table{
	width: 80%;
}
#main table table table{
	width: 100%;
}


#footer {
	width: 100%;
	font-size: 8pt;
	color: #cccccc;
	background-color: #000000;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.clear{
	clear:both;
}

.pt10h {
	font-size: 10pt;
	line-height: 1.7em;
}

.pt10b {
	font-size: 10pt;
	line-height: 1.2em;
	font-weight: bold;
	color: #10607A;
}

.pt12b {
	font-size: 12pt;
	line-height: 1.2em;
	font-weight: bold;
}

.pt12h {
	font-size: 12pt;
	line-height: 1.2em;
}

.pt8 {
	font-size: 8pt;
	line-height: 1.2em;
}
.pdtop10 {
	padding-top: 10px;
}





/*  中面 */

.pagetop { display:none; }

#footerlink {
	text-align: center;
	clear: both;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 12pt;
}

/*  メニュー  */

#navi { display:none; }



/*  パンくず  */

#pan { display:none; }


.table_sales {
	font-size: 12px;
	color: #333;
}
.table_sales td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.table_sales .td_midasi {
	font-size: 11px;
	color: #999;
}
.table_sales .td_buken {
	font-size: 14px;
	font-weight: bold;
	color: #10186B;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
.urinusi {
	font-size: 12px;
	color: #C30;
	font-weight: normal;
	display: block;
	padding-right: 10px;
	padding-bottom: 2px;
}
.totop { display:none; }

.style1 {
	font-weight: bold;
	}

.float_left {
	float: left;
}


/*  印刷時直後で改ページ  */

.print_next{
	page-break-after: always;
}