@charset "utf-8";

*	{
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('../g/bg.gif');
	font-size: 9pt;
	color: #d0d0d0;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
/*	text-decoration: none; */
	text-align: center; /* fir IE6 */
	line-height: 1.3em;
}

*:first-child + html body {
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*
html {
	overflow-y:scroll;
}
*/

table,img,fieldset {
	border:0;
}

a { }
a:link { color:#ffff00; }
a:visited { color:#ffff00; }
a:hover { color:#ffff00; text-decoration: underline;}
a:active { color:#ffff00; }

/*--- Parts -------------------------------------------------------*/

div.TERM {			/* Floatの終了 */
	width: 0px; height: 0px; font-size:0px; clear: both;
	overflow: hidden;		/* for IE6 */
}

div#CONTAINER {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 752px;
	height: 831px;
	margin: 0 auto;
	text-align: left;
	background-image: url('../g/main3.jpg');
}

div#FOOTER {
	line-height: 32px;
	color: white;
	width: 752px;
	height: 32px;
	margin: 0 auto;
	background-image: url('../g/footer.gif');
}

div#BT1 {
	float: left;
	width: 110px;
	height: 27px;
	background-image: url('../g/link_off.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

div#BT2 {
	float: left;
	width: 69px;
	height: 27px;
	background-image: url('../g/link_off.gif');
	background-repeat: no-repeat;
	background-position: -116px 0px;
	margin-left: 5px;
	}

div#BT3 {
	float: left;
	width: 106px;
	height: 27px;
	background-image: url('../g/link_off.gif');
	background-repeat: no-repeat;
	background-position: -191px 0px;
	margin-left:5px;
	}

div#BT4 {
	float: left;
	width: 169px;
	height: 27px;
	background-image: url('../g/link_off.gif');
	background-repeat: no-repeat;
	background-position: 0px -31px;
	margin-top: 8px;
	}

div#BT5 {
	float: left;
	width: 121px;
	height: 27px;
	background-image: url('../g/link_off.gif');
	background-repeat: no-repeat;
	background-position: -176px -31px;
	margin-left:4px;
	margin-top: 8px;
	}

div#BT6 {
	float: left;
	width: 100px;
	height: 27px;
	background-image: url('../g/link_off.gif');
	background-repeat: no-repeat;
	background-position: 0 -62px;
	margin-top: 8px;
	}

div#BT7 {
	float: left;
	width: 100px;
	height: 27px;
	background-image: url('../g/link_off.gif');
	background-repeat: no-repeat;
	background-position: -107px -62px;
	margin-left:4px;
	margin-top: 8px;
	}

div#BT8 {
	float: left;
	width: 85px;
	height: 27px;
	background-image: url('../g/link_off.gif');
	background-repeat: no-repeat;
	background-position: -212px -62px;
	margin-left:4px;
	margin-top: 8px;
	}

/*--- PopUp -------------------------------------------------------*/

div#MASK {
	background-color: black;
	z-index: 20;
	height: 880px;
	width: 100%;
	background-repeat:repeat;
/*	position:fixed; */
	position:absolute;
	top: 0px;
	left: 0px;
/*	display:none; */
	display: block;

	opacity: 0.6;	 /* Safari, Opera */
	-moz-opacity: 0.6;	 /* FireFox */
	filter: alpha(opacity=60);	 /* IE アンダースコアハックも */
}


div#POP_CONTAINER {
	z-index: 30;
	position:absolute;
	top:64px;
	left:240px;
	width: 360px;
	height: 240px;
/*	background-image:url("../g/pop.gif"); */
/*	display: none; */
	display: block;
	}

