/* CSS Document */

BODY, P, CAPTION, TH, TD, UL, OL, LI, DL, DT, DD, FORM {
	
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sanserif;
  background-color : white;
  color : gray;
  
}
input {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sanserif;
}
BODY {
	font-size: 11px;
	line-height: 14px;
	
}

h1, h2, h3 {
	margin: 0;
}

p {
	margin: 0;
}
img {
	border: 0;
}
/* 基準のリンク反応 */
a:link,
a:visited {
	color: #4C4C4C;
	text-decoration: none;
}
a:active,
a:hover {
	color: #4C4C4C;
	text-decoration: underline;
}

/*ヘッダー*/
#header {
	position: absolute; left: 0; top: 0;
	height: 32px;
	width: 760px;
}
#header a {
	position: absolute; left: 30px; top: 0;
	height: 32px;
	width: 67px;
	text-indent: -9999px;
	text-decoration: none;
}

#logo {
	position: absolute; left: 30px; top: 341px;
	height: 60px;
	width: 250px;
	text-indent: -9999px;
}

/* メインパネル */
#panel {
	position: absolute; left: 10px; top: 10px;
	height: 260px;
	width: 290px;
}
#panel a {
	display: block;
	height: 260px;
	width: 290px;
	text-indent: -9999px;
	text-decoration: none;
}
#panel a:hover, #panel a:active {background-position: 0 -260px;}



