@charset "utf-8";

/*------------------------------------
  PSU // home
                             12/9/27
 -  -  -  -  -  -  -  -  -  -  -  -  -
　運営トップページ レイアウト
------------------------------------*/

/*------------------------------------
 body
------------------------------------*/
body {
	background-color: #052a37;
	}
	
#wrapper {
	background: url(../image/bg.jpg) repeat-x center top;
	}

/*------------------------------------
 header
------------------------------------*/
#visual {
	background: url(../image/bg_main.jpg) no-repeat center top;
	min-width: 800px;
	}
	
#visual #header {
	height: 499px;
	width: 800px;
	margin: 0 auto;
	text-indent: -9999px;
	position: relative;
	}
	
#visual #header ul {
	height: 26px;
	width: 208px;
	display: block;
	clear: both;
	position: absolute;
	top: 8px;
	left: 0;
	}
	
#visual #header ul li {
	float: left;
	display: block;
	}

#visual #header ul li#sega {
	background: url(../image/sega_logo.png) no-repeat center top;
	height: 26px;
	width: 74px;
	}
	
#visual #header ul li#xbox {
	background: url(../image/xbox_logo.png) no-repeat center top;
	height: 26px;
	width: 126px;
	margin-left: 8px;
	}
	
#visual #header ul li a {
	display: block;
	height: 100%;
	width: 100%;
	}

/*------------------------------------
 contents
------------------------------------*/
#contents {
	background: url(../image/bg_contents.jpg) no-repeat center top;
	padding-top: 16px;
	min-width: 800px;
	}
	
#contents #bottomBg {
	background: url(../image/bg_bottom.png) no-repeat center bottom;
	min-width: 800px;
	min-height: 500px;
	margin: 0 auto;
	}
	
h2 {
	background: url(../image/ttl.png) no-repeat center top;
	height: 89px;
	width: 800px;
	margin: 0 auto 10px;
	text-indent: -9999px;
	}
	
#contents #bottomBg div#text {
	background: url(../image/text.png) no-repeat center top;
	height: 493px;
	width: 800px;
	margin: 0 auto 10px;
	text-indent: -9999px;
	}
	
#contents #bottomBg div#staff {
	background: url(../image/staff.png) no-repeat center top;
	height: 88px;
	width: 800px;
	margin: 0 auto 30px;
	text-indent: -9999px;
	}
	
#contents #bottomBg ul#attention {
	width: 728px;
	margin: 0 auto 20px;
	padding: 0 36px;
	}

#contents #bottomBg ul#attention li {	
	background: url(../image/icon_attention.gif) no-repeat left 4px;
	margin-bottom: 8px;
	padding-left: 13px;
	line-height: 150%;
	}

/*------------------------------------
 footer
------------------------------------*/
#footer {
	background: url(../image/footer_text.png) no-repeat center top;
	height: 37px;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 7px;
	text-indent: -9999px;
	}







