﻿body{
	margin:0;
	padding:0;
	background:#000000;
	font-family:arial;
	font-size:12px;
	line-height:150%;
}
a{text-decoration:none;}
a:hover{text-decoration:underline;}

#topbar{
	background:#CDD1D4;
}
#topbar a{
	color:#000000;
	text-decoration:none;
	display:inline-block;
	padding:.1em .3em;
}
#topbar a:hover{
	background:#EFEFEF;
}
#topbar span{
	display:inline-block;
	padding:.1em .3em;
}
#topbar .tit{
	font-weight:bold;
}
#topbar .right{
	float:right;
}

#loader{
	background:#ffffff url(../images/loading.gif) .3em center no-repeat;
	position:absolute;
	z-index:1;
	padding:.1em .3em .1em 2em;
}
.gg_box{border:1px solid #000000;border-width:1px 0 0 1px;}
.gg_300x250{width:300px;height:250px;border:1px solid #000000;border-width:0 1px 1px 0;background-color:#333333;}