/*---------------- 基本構造 --------------------------*/
*{
	margin:0;padding:0;
}
html{
	height:100%;
    overflow-y:scroll;
}
body{
	height:100%;
	background: url(../parts/noize.jpg);
}

body > #container{
	height:auto;
}

img {
border: none;
}

#container{
	height:100%;
	min-height:100%;
	width: 950px;
	margin: 0 auto;
	display: none;
	overflow: auto;
}

#container2{
	height:100%;
	min-height:100%;
	width: 950px;
	margin: 0 auto;

	display: none;
	background:url(../images/index.gif);
	overflow: auto;
}

#flash {
	height:100%;
	min-height:100%;
	position:fixed;
	width: 950px;
	z-index:1;
	margin: 0 auto;
}

body > #Container{
	height:auto;
}

/*---------------- ヘッダー --------------------------*/

#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:2;	
}

#header-container {
	height: 100px;
	background: url(../parts/uekage.png) repeat-x left bottom;
}

#header {
	width: 950px;
	margin: 0 auto;
	position: relative;
}


#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 35px;
	left: 0;
}

#header ul li {
	float: left;
	margin-right: 20px;
}


/*---------------- フッター --------------------------*/

#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index:2;	
}

#footer-container {
	height: 107px;
	background: url(../parts/shitakage.png) repeat-x left bottom;
}

#footer {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#sironiaka {
	width: 261px;
	margin: 0 auto;
	position:inherit;
	top: 43px;
}

/*---------------- 装飾 --------------------------*/
#info {
	position:absolute;
	top:50%;
	left:50%;
	width:480px;
	height:140px;
	margin:80px 0 0 -100px;
	color: #FA0000;
	text-align:right;
	z-index:2;
}

p {
    font-size:13px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.8em;
}