@charset "UTF-8";


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*body*/

body {
	font-size:12px;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

h1 {
	display: none;
}


/*container*/

div#container {
	width:100%;
	height:100%;
	overflow:visible;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

div#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#container {
    height: 1em;
    overflow: visible;
}

/*wrapper*/

div#wrapper {
	width:950px;
	overflow:visible;
	margin: 0px auto;
	padding: 0px;
	background-repeat: no-repeat;
	clear: both;
	background-position: center top;
}

div#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#wrapper {
    height: 1em;
    overflow: visible;
}

div#footer {
	background-image: none;
	width: 900px;
	margin: 0px auto;
	position: relative;
	padding: 0px;
	height: 0px;
}

div#footer ul {
	text-align: center;
	padding: 0;
	position: absolute;
	left: 71px;
	top: -130px;
}

div#footer ul li {
	display: inline;
}
/*--------------------------------------------------------------------
下層共通
--------------------------------------------------------------------*/

