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

body{
	margin: 0;
	padding: 0;
	background-color: #000;
	z-index: 0;
}

html,body{
	overflow-y: hidden;
}


p{
	margin: 0;
	font-size: 0;
	line-height: 0;
}

* a{
	overflow: hidden;
}

/* @group フォント指定 */

/*WinIE6のみ*/

* html body,
* html body p,
* html body td,
* html body h1,
* html body h2,
* html body h3,
* html body h4,
* html body h5,
* html body h6,
* html body dd,
* html body dt,
* html body li {
	font-family: "ＭＳ ゴシック","ＭＳ Ｐゴシック","メイリオ";
}

/*WinIE以外*/

html>/**/body,
html>/**/body p,
html>/**/body td,
html>/**/body h1,
html>/**/body h2, 
html>/**/body h3,
html>/**/body h4,
html>/**/body h5,
html>/**/body h6,
html>/**/body dd,
html>/**/body dt,
html>/**/body li {
	font-family: "HiraKakuPro-W3","メイリオ",sans-serif,Osaka;
}

/*WinIE7のみ*/

*+html body,
*+html body p,
*+html body td,
*+html body h1,
*+html body h2, 
*+html body h3,
*+html body h4,
*+html body h5,
*+html body h6,
*+html body dd,
*+html body dt,
*+html body li {
	font-family: "メイリオ","ＭＳ ゴシック","ＭＳ Ｐゴシック";
}


/* @end */




/* @group ボックス */

div#container{
	width: 100%;
	height: 566px;
	position: relative;
	overflow: auto;
	z-index: 0;
}

div#header{
	width: 949px;
	position: absolute;
	top: 0;
	left: 18px;
	z-index: 200;
}

div#header p{
	text-align: center;
}

div#footer{
	width: 949px;
	position: absolute;
	top: 518px;
	left: 18px;
	z-index: 200;
}

div#footer p{
	text-align: center;
}

div#box_contents{
	width: 949px;
	height: auto;
	margin-top: 0;
	margin-left: 18px;
	z-index: 100;
}

div#box_contents p{
	margin: 0;
}




/* @end */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */

/* -------------------------- */
