div.head
{
	background:#eeeeee url('/images/k.logo.png') no-repeat left top;
	height:150px;
	overflow:hidden;
}

div.col div.name
{
	font:bold 20px 'Times New Roman', Arial, Helvetica, sans-serif;
	padding-bottom:12px;
	color:#777777;
	width:860px;
	float:left;
}
div.col div.past
{
	font:bold 16px 'Times New Roman', Arial, Helvetica, sans-serif;
	cursor:pointer;
	position:relative;
	color:#777777;
	width:120px;
	float:right;
	text-align:right;
}
div.col div.past:hover
{
	color:#000000;
}
div.col div.past ul
{
	position:absolute;
	list-style:none;
	width:320px;
	margin-top:60px;
	margin-left:-200px;
	padding:5px 1px;
	top:-40px;
	background:transparent url('/images/black.op50.png') repeat left top;
	display:none;
	text-align:left;
}
.IE div.col div.past ul{top:-42px; margin-left:-320px;}
.Safari div.col div.past ul{top:-42px;}
div.col div.past:hover ul
{
	display:block;
}
div.col div.past ul li
{
	margin:1px;
	background:transparent url('/images/shadow.png') repeat left top;
}
div.col div.past ul li:hover
{
	background:transparent url('/images/black.op50.png') repeat left top;
}
div.col div.past ul li a div
{
	padding:2px 6px;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	color:#cccccc;
	cursor:pointer;
}
div.col div.past ul li a:hover div
{
	padding:1px 5px;
	border:1px solid #eeeeee;
}

div.col a div.img
{
	float:left;
	width:320px;
	height:275px;
}
div.col a+a div
{
	margin-left:10px;
}
div.col a div div
{
	width:100%;
	height:100%;
	background:transparent url('/images/shadow.png') no-repeat -1px -1px;
	margin:0px;
}
div.col a:hover div div
{
	background-repeat:repeat;
}

div.menu
{
	float:left;
	margin:10px 0px;
	width:165px;
	height:138px;
	overflow:hidden;
}
div.panel
{
	float:left;
	margin:10px 0px;
	width:815px;
	height:138px;
	background-color:#ffffff;
	overflow:hidden;
}
