﻿/*** global Style ***/
/******************************************************************************************/
html {overflow-y:scroll;}
/*** body Scroll ***/
body {
	scrollbar-face-color: #efefef;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #dfdfdf;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #dfdfdf;
  background:#000;
  color:#aaa;
}

/*** Link ***/
a {color:#aaa}
a:link    {text-decoration: none;}
a:visited {text-decoration: none;}
a:active  {}
a:hover   {color:#fff;}

/*** Font ***/

/*** Button ***/
button {
	border:none;
	cursor:pointer;
}
textarea {
	padding: 10px 10px 10px 10px;
	width: auto;
	height: 200px;
	border: 1px solid #c8c8c8;
}
input {
	font-size: 9pt;
	color: #444444;
	height:18px;
	border: 1px solid #c8c8c8;
}

/*** Layout ***/
/******************************************************************************************/
#wrap {
	width:100%;
  position:relative;
}
#header {
	clear:both;
	width:100%;
}
#container {
	clear:both;
	width:100%;
}
#snb {
}
#aside {
	display:none;
}
#container {
  margin:0 auto;
	width:1000px;
}
#footer {
	clear:both;
	width:100%;
  height:100px;
  border-top:1px solid #161616;
}