@charset "utf-8";

/*clr*/
.clr {
	clear:both;
	height:1px;
	visibility:hidden;
	overflow:hidden;
}


/* div frames (on ID)
--------------------------------------- */
#SITETOP_HEADER{
	width:100%;
	}

#PAGETOP{
	width:100%;
	}

#WRAPPER {
	width: 100%;
	margin: 80px auto;
	_text-align: left;
	padding: 0;
	background-color:#000;
	}
			
	#CONTENTS {
		width:812px;
		border-right:13px solid #D7D7D7;
		border-left:13px solid #D7D7D7;
		margin:auto;
		background-color:#fff;
		}
	
	#FOOTER {
		color:#aaa;
		clear:both;
		padding-top:15px;
		text-align:right;
		padding-bottom:15px;
	}

	#COUNTER {
		width:200px;
		margin:auto;
		float : left;
		padding-top:5px;
		/*background-color:#444444;*/
		}
	

/* SITETOP
--------------------------------------- */
#SITETOP_LEFT{float:left;width:360px;margin-left:15px;margin-top:20px;}
#SITETOP_RIGHT{float:right;width:405px;margin-right:15px;margin-top:15px;}

#SITETOP_SLIDEIMG{
	margin-top:145px;
	}
ul#SITETOP_MENU{}
ul#SITETOP_MENU li{margin-top:11px;}
ul#SITETOP_MENU li a{
	width:405px;
	height:70px;
	display:block;
	text-decoration:none;
	}
ul#SITETOP_MENU li a:hover{ background-position:0 71px;}

ul#SITETOP_MENU li a span{ visibility:hidden; }

ul#SITETOP_MENU li a.forpublic{
	background-image:url(../../img/forpublic_btn.png);
	}
ul#SITETOP_MENU li a.forresarcher{
	background-image:url(../../img/forresearcher_btn.png);
	}
ul#SITETOP_MENU li a.aboutimg{
	background-image:url(../../img/aboutimg_btn.png);
	}

