/* CSS Document */

html {
    overflow-y:scroll;
}

/* safari だけよ \*/
html:\66irst-child body {
	letter-spacing:-1px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-size: 95%;
	line-height: 130%;
	color: #333333;
	background:#ffffff;
	padding-left:1px; /*ずれを回避*/
	/*background:url(1.gif) center repeat-y*/;
}

br.sep {
	clear: both;
	font-size: 0px;
	margin:0px;
	padding: 0px
}

.annotation {
	text-align: left;
	padding-left:1em;
	text-indent:-1em;
	line-height:130%;
	margin:4px 0 4px 10px;
}

.head_td {
	font-size:10px;
}

.small {
	font-size:85%;
}

.caption {
	font-size:85%;
	color:#996600;
	}