body {
	color: black;
	background-color: white;
	width: 700px;
	line-height: 1.4;
	margin: 4px auto 4px auto;
	padding: 4px 4px 4px 4px;
/*
	text-autospace: ideograph-space;
*/
}

h1 {
	color: #066;
	background-color: transparent;
	text-shadow: white 0px 0px 5px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
/*
	width:100%;
	filter: DropShadow(color=white,offX=2,offY=2);
*/
}

h2 {
	color: green;
	background-color: transparent;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
}

h3 {
	font-size: 11pt;
	color: blue;
	background-color: transparent;
}

p {
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	text-indent: 0.7em;
}

ol,ul {
	line-height: 1.4;
	margin-left: 100px;
}

.sho {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	padding: 20px;
	color: black;
	background-color: transparent;
	border: 1px solid gray;
}

table.waku {
	border-collapse: collapse;
	border: 1px solid gray;
	empty-cells: show;
}

table.waku td,table.waku th {
	border: 1px solid gray;
	margin: 0;
}

table.waku thead th {
	color: menutext;
	background-color: threedface;
	white-space: nowrap;
	text-align: center;
}

table.kiroku {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

tr.midashi {
	font-weight: bold;
}

td.yen, td.num {
	text-align: right;
}

dl {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.photo {
	margin: 30px auto 30px auto;
	text-align: center;
}

hr {
	color: gray;
	background-color: transparent;
	height: 1px;
	border-style: solid none none none;
	border-color: gray;
	border-width: 1px;
}

.nowrap {
	white-space: nowrap;
}

.navi {
	text-align: left;
	float: left;
}

.navi img {
	vertical-align: middle;
}

img.up {
	vertical-align: middle;
}

.date {
	text-align: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.rowHead {
	white-space: nowrap;
	font-weight: bold;
	vertical-align: top;
}

