@charset "utf-8";
/* CSS Document */

#logoswitch {
	top: 12px;
	right: 20px;
}
#logotop {
	position: relative;
	padding-top: 40px;
	right: 0px;
	width: 800px;
	height: 262px;
	overflow: hidden;
}

#logotop #caption
{
	padding-top: 40px;
	font-weight: 800;
	color: black;
	top: 55px;
	left: 525px;
	width:248px;
	height:174px;
	overflow: hidden;
}
#logotop #caption span
{
	visibility: hidden;
}
#logotop #caption #s
{
	color: #a00;
	margin: 8px;
	font-size: 80%;
}

#about
{
	padding-top:10px;
	padding-left: 10px;
	position: relative;
	width: 814px;
	height: 303px
}

#about div
{
	top: 46px;
	left: 60px;
	width: 720px;
	position: absolute;
}

#howto
{
	position: relative;
	width: 839px;
	height: 382px;
}

#howto div
{
	text-shadow: 1px 1px 1px #444, 1px -1px 1px #444, -1px -1px 1px #444, -1px 1px 1px #444;
	filter: dropshadow(color=#444, offX= 0, offY=-1)
			dropshadow(color=#444, offX= 1, offY= 0)
			dropshadow(color=#444, offX= 0, offY= 1)
			dropshadow(color=#444, offX=-1, offY= 0);
	top: 76px;
	left: 60px;
	width: 720px;
	position: absolute;
}

#playarea
{
	height: 384px;
	position: relative;
}

#playarea #cpu
{
	width: 409px;
	height: 384px;
	position: absolute;
}

#playarea #cpu div
{
	text-shadow: 1px 1px 1px #0aa, 1px -1px 1px #0aa, -1px -1px 1px #0aa, -1px 1px 1px #0aa;
	filter: dropshadow(color=#0aa, offX= 0, offY=-1)
			dropshadow(color=#0aa, offX= 1, offY= 0)
			dropshadow(color=#0aa, offX= 0, offY= 1)
			dropshadow(color=#0aa, offX=-1, offY= 0);
	top: 265px;
	left: 50px;
	width: 330px;
	position: absolute;
}

#playarea #twop
{
	width: 409px;
	height: 384px;
	left: 429px; 
	position: absolute;
}

#playarea #twop div
{
	text-shadow: 1px 1px 1px #f00, 1px -1px 1px #f00, -1px -1px 1px #f00, -1px 1px 1px #f00;
	filter: dropshadow(color=#f00, offX= 0, offY=-1)
			dropshadow(color=#f00, offX= 1, offY= 0)
			dropshadow(color=#f00, offX= 0, offY= 1)
			dropshadow(color=#f00, offX=-1, offY= 0);
	
	top: 255px;
	left: 50px;
	width: 330px;
	position: absolute;
}

#items
{
	width: 831px;
	height: 330px;
	position: relative;
}
#items div
{
	text-shadow: 1px 1px 1px #444, 1px -1px 1px #444, -1px -1px 1px #444, -1px 1px 1px #444;
	filter: dropshadow(color=#444, offX= 0, offY=-1)
			dropshadow(color=#444, offX= 1, offY= 0)
			dropshadow(color=#444, offX= 0, offY= 1)
			dropshadow(color=#444, offX=-1, offY= 0);
	top: 228px;
	width: 320px;
	position: absolute;
}

#items #left
{
	top: 252px;
	left: 60px;
}

#items #right
{
	left: 460px;
}

#update
{
	color: #a00;
	width: 687px;
	height: 286px;
	margin-left: 70px;
	overflow: hidden;
	position: relative;
	background-image: url("../img/update.png");
}

#update span
{
	visibility: hidden;
}

#update div
{
	text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff;
	filter: dropshadow(color=#444, offX= 0, offY=-1)
			dropshadow(color=#444, offX= 1, offY= 0)
			dropshadow(color=#444, offX= 0, offY= 1)
			dropshadow(color=#444, offX=-1, offY= 0);
}

#update #head
{
	font-weight: 800;
	text-align:center;
	top: 24px;
	width: 687px;
	height: 52px;
	left: 0px; 
	font-size: 150%;
	position: absolute;
}



#update #list p
{
	line-height: 0.5em;
}
#update #list p:before
{
	content: "■ ";
}
#update #content, #list, #notice
{
	color: #a00;
	left: 20px; 
	position: absolute;
}

#update #list
{
	width: 647px;
	height: 100px;
	font-weight: 800;
	top: 65px;
	position: absolute;
}

#update #content
{
	top: 175px;
	left: 40px;
	width: 607px;
	height: 60px;
	font-weight:bold;
}
#update #notice
{
	top: 235px;
	left: 40px;
	width: 607px;
	height: 60px;
	font-weight:bold;
	font-size: large;
	text-align: center;
}

#update #notice a:link
{
	color: #F00;
}
#update #notice a:visited{
	color: #F00;
}
#update #notice a:hover{
	color: #F99;
}



#present
{
	top: 20px;
	height: 60px;
	width: 700px;
	left: 50px;
	position: relative;
}
#present #head
{
	font-weight: 800;
	text-indent: -1em;
}





