html,body 
{
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0;
	font-family: 'Komika';
}

}


h2
{
	text-align: center;
}

::-webkit-scrollbar {
  width: 8px;
} 
::-webkit-scrollbar-track { 
  background: url(/images/scrollbar_new.png); 
} 
::-webkit-scrollbar-thumb { 
  background-color: #FF8C00; 
} 
::-webkit-scrollbar-thumb:hover { 
  background-color: #E88000; 
}
::-webkit-scrollbar-thumb:active { 
  background-color: #CD7100; 
} 
::selection {
  background: #E88000;
}
::-moz-selection {
  background: #E88000;
}

#left > .linkR:hover 
{
	width: 248px;
	background-image: url("../board/img/buttonR_hover.png");
	cursor: pointer;
}

#black-screen 
{
	height: 100%; 
	width: 100%; 
	position: fixed; 
	top: 0px; 
	left: 0px; 
	background: rgba(0, 0, 0, 0.8); 
	z-index: 99;
}
#box 
{
	z-index: 100; 
	position: fixed; 
	/*
	width: 600px; 
	height: 333px;
	*/
	width: 610px; 
	height: 341px;
	background: url("../board/img/back.png");
	left: 50%; 
	top: 50%; 
	margin-left: -300px; 
	margin-top: -175px; 
	padding: 25px;
	box-sizing: border-box;
	font-family: 'Gorilla', sans-serif; 
	border-radius: 3px;
	box-shadow: 0px 0px 30px #000;
	font-size: 18px;
}
img
{
	vertical-align: bottom;
}
#logo 
{
	display: block;
	width: 500px; 
	height: 69px; 
	margin: 0 auto; 
	margin-bottom: 50px;
 }
.clear 
{
	clear: both;
}

/* CONTENT */
#left 
{
	width: 265px; 
	float: left;
}

#left > .linkR 
{
	display: block; background-image: url("../board/img/buttonR.png"); padding: 20px 10px; margin-top: 5px;
	font-weight: bold; color: #fff;
	padding-bottom: 10px;
	width: 250px;
	height: 30px;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	
	margin-right: auto;
	border-style: none;
}

#right 
{
	width: 250px; 
	float: right;
}

#left > .link 
{
	display: block; background-image: url("../board/img/button.png"); padding: 20px 10px; margin-top: 5px;
	font-weight: bold; color: #fff;
	padding-bottom: 10px;
	width: 180px;
	height: 28px;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	
	margin-right: auto;
	border-style: none;
}
#left > .link:first-child 
{
	margin-top: 0;
}
#left > .link:hover 
{
	background-image: url("../board/img/button2.png");
	cursor: pointer;
}

#right > .panel 
{
	margin-top: 15px;
}
#right > .panel:first-child 
{
	margin-top: 0;
}
#right > .panel > h2 
{
	margin: 0; 
	padding: 0; 
	color: #EFBF41; 
	font-weight: 900;
	text-align: center;
}
#right > .panel > p
{
	color: #5DADE3;
	text-align: center;
	font-size: 18px;
}

#footer 
{
	text-align: center;
}
#close 
{
	position: absolute; 
	bottom: -38px;
	margin-left: -45px;
	width: 72px;
	height: 30px;
	padding: 5px 10px; 
	font-weight: bold; 
	z-index: 99;
	cursor: pointer;
	background-image: url("../board/img/close.png");
}
#close:hover{
	background-image: url("../board/img/close_2.png");
}