/*  インデント用クラス */
.indent1	{padding-right: 1em;	padding-left: 1em}
.indent2	{padding-right: 2em;	padding-left: 2em}
.nodownspace	{margin-bottom: 0px;	padding-bottom: 0px}
.indentHalf	{padding-top: .5em;		padding-right: .5em;	padding-left: .5em}

/* タグの再定義 */
dt		{font-weight: bold	}
/*dd		{font-size: small}*/
address		{font-size: small}
big		{font-size: large}
small		{font-size: x-small}

/* リンク */
a:hover		{background-color: #eeeeee}

/* 行送り */
.text		{line-height: 1.2em}

/* 影付 */
.shadow{
	width:100%;
	filter:Shadow(color=Silver, direction=135);
}
.dropShadow{
	width:100%;
	filter:DropShadow(color=silver,offX=2,offY=2);
}
.blur{
	width:100%;
	filter:Blur(direction=225,strength=4);
}

.column {  font-size: small; padding-right: 0.5em; padding-left: 0.5em}
.midashi {  font-size: 28px; font-weight: bolder}
body {  font-size: 10pt}
td {  font-size: x-small}
th {  font-size: x-small}

