@charset "EUC-JP";
body {
	font-size: 13px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background: #EEEEEE;
/*	background-image: url(bg_simple_or.gif); */
	background-image: url(back.gif);
/*	background-repeat : repeat-x; */
}

.header {
	background-image: url(header_simple_or.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 82px;
	width: 650px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 15px;
}
.subTitle {
	padding: 10px;
	font-size: 16px;
	color: #CC3300;
	font-weight: bolder;
}
td {
	font-size: 13px;
}
.itemTitle {
	padding: 8px 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC6600;
	color: #333333;
	font-weight: bold;
	background-color:#FFFFFF

}
.itemTable {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
}
.form{
	margin: 0px;
	padding: 0px;
}
.footer{
	margin: 0px;
	padding: 10px;
}
