
IMG{
  border-top-color : #804040;
  border-left-color : #804040;
  border-right-color : #804040;
  border-bottom-color : #804040;
}
A{
  text-decoration: none;
  color : #804000;
  border-color : #800000 #800000 #800000 #800000;
}
A:HOVER{
  position: relative;
  top: 1px;
  left: 1px;
  text-decoration : underline;
  background-color : white;
}
A:VISITED{
  color : #660000;
}

/* フレームレス化 */
body {
	margin: 0;
	padding: 0;
}

#top_frame {
	height: 100px;  /* ヘッダーの高さ */
	left: 0;
	margin: 0;
	position: fixed;
	_position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

#under_frame {
	margin: 105px 0 0 0; /* ヘッダーの高さ分をマージンで空けておく */
	_overflow: auto;
	padding: 0;
}

