@charset "utf-8";
/* CSS Document */

	#divcontainer{
	display:none;
	width:612px;
	overflow:hidden;
	z-index:99999;
	position:absolute;
	top:260px;
	left:50%;margin-left:-306px;
	background:url(../images/bg_popup_pc.jpg) repeat-y;
	border: 1px solid #CCCCCC; 
	}
	#divmain{width:612px;
	margin:0 auto;
	padding:0 auto;}
	#btn_close{margin:10px 0px 5px 10px;}
	#divcontent{ width:582px;
	margin:0px 15px 0 15px;
	padding-top:10px;
	line-height:18px;
	
	height:500px;
	line-height:18px;
OVERFLOW-y: scroll; 
	overflow-x:hidden;

	
	scrollbar-3dlight-color:#63b3d4; 
	
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#FFFFff; 
	scrollbar-darkshadow-color:#63b3d4; 
	scrollbar-face-color:#63b3d4; 
	scrollbar-highlight-color:#63b3d4; 
	scrollbar-shadow-color:#63b3d4;
	}
	#head_content{/*background:url(../images/bg_plane.jpg) bottom right no-repeat; height:100px;
	*/}
	#head_word{padding-top:10px;}
	#sec_content{/*background:url(../images/bg_ball.jpg) bottom right no-repeat;*/}

