BODY{
	color:#ffffff;
	background:#008080 none;
	line-height:120%;
	margin:0ex 7.5%;
}
A:link{
	color:#ffff00;
	background:#008080 none;
	text-decoration:underline;
}
A:visited{
	color:#ff8000;
	background:#008080 none;
	text-decoration:underline;
}
A:hover{
	color:#ffffff;
	background:#000000 none;
	text-decoration:underline;
}
A:active{
	color:#ff0000;
	background:#000000 none;
	text-decoration:underline;
}
SPAN.key{
	color:#ffffff;
	background:#008080 none;
	text-decoration:none;
}
IMG{
	border:0px none #000000;
}

/* ページタイトル */
H1{
	text-align:left;
	text-decoration:underline overline;
	font:900 xx-large/120% "MT たれ","MT たれっぴ",fantasy;
}

/* コラムタイトル */
H2{
	text-align:left;
	font-weight:bold;
	font-size:x-large;
}

/* コラム章タイトル */
H3{
	text-align:left;
	font-weight:bold;
	font-size:large;
}

/* その他 */
H4{
	text-align:left;
	font-weight:bold;
	font-size:medium;
}

/* Copyright */
P#copy{
	text-align:right;
	font-size:small
}

/* フッター位置のバナー */
A IMG.css{
	color:#ffffff;
	background:#008080 none;
	vertical-align:middle;
}

/* 汎用 */
.height{
	line-height:175%;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
DIV.mono{
	font-family:"ＭＳ ゴシック","ＭＳ 明朝",monospace;
}

/* Lynx互換 */
.hide{
	display:none;
}

/* 臨時バナー */
STRONG#banner{
	color:#000000;
	background:#ffff00 none;
	white-space:nowrap;
	text-align:center;
	font-weight:900;
	font-size:xx-large;
	line-height:120%;
	display:block;
	width:24ex;
	height:auto;	/* was 2.4em */
	overflow:visible;
	margin-left:auto;
	margin-right:auto;
}
