@charset "utf-8";

/* CSS Document */

html{
	overflow-y:scroll;
}

body
{
	background-color: #000;
	background-position: center;
	background-image: url(../00_common_image/wallPaper0.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	color: #D9D9D9;
}

#wrapper
{
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}

#title
{
	width: 500px;
	position: absolute;
	top: 15px;
	left: 25px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	float: none;
	text-align: left;
}

#titleShadow
{
	width: 500px;
	position: absolute;
	top: 19px;
	left: 29px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #CCC;
	float: none;
	text-align: left;
}

#titleBar
{
	background-color: #4b5a6a;
	float: none;
	height: 5px;
	width: 950px;
	left: 25px;
	top: 70px;
	position: absolute;
	border-bottom: solid #666 1px;
	border-right: solid #666 1px;
}

#titleBar2
{
	background-color: #000;
	float: none;
	height: 2px;
	width: 950px;
	left: 25px;
	top: 80px;
	position: absolute;
	border-bottom: solid #666 1px;
	border-right: solid #666 1px;
}

#sideMenuBar
{
	float: left;
	position: absolute;
	top: 100px;
	left: 25px;
	height: 235px;
	width: 110px;
	background-color: #fff;
	overflow: hidden;
	padding: 10px;
	margin: 0;
	text-align: left;
	border-top: solid #CCC 1px;
	border-bottom: solid #666 2px;
	border-left: solid #CCC 1px;
	border-right: solid #666 2px;
}
