@charset "utf-8";
/* CSS Document */

body{
	font-family:Tahoma, Geneva, sans-serif;
}
#header{
	background:url(../images/head_subwindow.png) #FFF center top no-repeat; 
	width:900px; 
	height:228px;
	position:relative;
}
#text_head{
	width:670px;
	height:auto;
	position:absolute;
	left: 188px;
	top: 50px;
	overflow:hidden;
	font-size:16px;
	font-weight:bold;
	color:#006;
}
#text_detail{
	width:670px;
	height:autopx;
	position:absolute;
	left: 188px;
	top: 100px;
	overflow-y:auto;
}
#text_date{
	width:270px;
	height:16px;
	position:absolute;
	left: 588px;
	top: 23px;
	overflow:hidden;
	font-weight:bold;
	text-align:right;
}
#window_body{
	background:url(../images/head_subwindow02.png) top center no-repeat;
}
#thumbs #img_ver{
	width:auto;
	height:80px;
	cursor:pointer;
}

#thumbs #img_he{
	width:80px;
	height:auto;
	cursor:pointer;
}
#thumbs ul li{
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0;
	padding:0px;
}


