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

 
 #gpage{
 position:relative;
 padding-top:5px;
 width: 850px;
 height: 475px;
 background:url(../images/common/guide.png) no-repeat;
}

  #atext{
  padding: 0px 15px 15px 15px;
  margin-left: 160px;
  width: 675px;
  height:430px;
    overflow-y:auto;
  overflow-x:hidden;
  background-image: url(../images/common/black.png);
  }
	#sbar{
	width:120px;
	height:inherit;
	padding: 15px 5px 5px 5px;
	}

#sbar, #atext{
margin-top:15px;
float: left;
margin-left: 0px;
}

ul.sidebar
{
	margin: 0;
	padding: 0;
	cursor: default;
	width: auto;
	
}

ul.sidebar li
{
	margin: 0;
	padding: 0; 
	list-style-type: none;
	position: relative;
	cursor: default;
	width: 10.2em;
	font-size:12px;
}

ul.sidebar ul
{
	margin: 0;
	padding: 0;
	list-style-type:none;
	z-index: 1020;
	cursor: default;
	width: 10.2em;
	position: absolute;
	left: -1000em;
}

ul.sidebar a
{
	display: block;
	cursor: pointer;
	background-color: #330000;
	text-align: center;
	background-color:#000000;
	color: #ffffff;
	text-decoration: auto;
}



/* Menu items that have mouse over or focus have a blue background and white text */
ul.sidebar a:hover, ul.sidebar a:focus
{
	background-color: #000000;

}

ul.sidebar iframe
{
	position: absolute;
	z-index: 1010;
}
