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

body{
	margin:0;
	padding:0;
	background:#000;
}

* html body {
	margin:0;
	padding:0;
  padding-bottom: 83px;
  overflow: hidden;
}

div#topcontent{
	width:100%;
	margin:0;
	padding:0;
}

div#topcontent #logo{
	width:124px;
	float:left;
	margin:35px 0 0 33px;
	*margin:18px 0 0 33px;
}


* html #main {
  height:100%;
  position: relative;
  overflow:hidden;
}

div#main{
	width:700px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-170px 0 0 -350px;
}

div#main ul li{
	float:left;
	margin:0 12px 0 0;
}

#topfooter {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 83px;
  margin:-83px 0 0 0;
}

* html #topfooter {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 83px;
  margin:-83px 0 0 0;
}

#topfooter ul#topglnavi{
	width:700px;
	height:28px;
	margin:0 auto;
}

#topfooter ul#topglnavi li{
	float:left;
}

#footerBottom{
	clear:both;
	position:relative;
	border-top:solid 1px #555;
	padding:10px 10px 0 10px;
	*width:100%;
	*padding:10px 0 0 0;
}


#footerBottom #leftBox{
	float:left;
	*margin:0 0 0 10px;
}

#footerBottom #leftBox ul li{
	float:left;
	margin:0 3px 0 0;
}

#footerBottom #rightBox{
	float:right;
	*margin:0 10px 0 0;
}

