@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
body {
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	color: #808080;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #000 url(../img/bg.png) no-repeat 50% 0;
}
hr { display: none; }
ul { list-style: none; }
img { border: none; }

/*リンク設定
----------------------------------------------*/
a:link { color:#4798ED; text-decoration : none}
a:active { color: #4798ED; text-decoration : none}
a:visited { color: #4798ED; text-decoration : none}
a:hover { color:#4798ED; text-decoration: underline;}

a:hover.ov { position:relative; top:1px; left:1px; }


/*ページ設定
----------------------------------------------*/
#page {
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

h1,dt { display: none; }

#mainT {
	width: 550px;
	position: absolute;
	top: 225px;
	left: 395px;
}

#mainI {
	position: absolute;
	top: 68px;
	left: 65px;
	display: none;
}

dd {
	margin: 0 0 3px;
}

#dl1 {
	position: absolute;
	top: 355px;
	left: 395px;
}

#dl2 {
	position: absolute;
	top: 355px;
	left: 600px;
}

#dl3 {
	position: absolute;
	top: 495px;
	left: 600px;
}

#text3 {
	position: absolute;
	width: 500px;
	text-align: right;
	top: 540px;
	left: 395px;
	font-size: 10px;
}

#foot {
	width: 960px;
	position: absolute;
	top: 850px;
	font-size: 10px;
	padding-bottom: 80px;
}
#foot img {
	margin-right: 15px;
}