#timecontainer {
	padding: 0;
	width: 980px;
	z-index:2;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
}
;


/**
 *  05.TOP PAGE
 */


#c_top #wrapper {
	position: relative;
	margin: 0 auto;
	width: 920px;
	background-color: #272623;
}


#history_window {
	background-image: url(bg_window_history1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 148px;
	width: 200px;
	padding: 0;
	margin:0;
	position: absolute;
	top: 100px;
	left: 130px;
	z-index: -1;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

#history_window div.wbox {
	background-image: url(bg_window_edge_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 148px;
	width: auto;
	padding: 0;
	margin:0;
	position: absolute;
	top: 0px;
	left: -10px;
}

#history_window #wbox_close {
	background-image: url(history_close.gif);
	display: block;
	cursor:pointer;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 11px;
	height: 12px;
}

#history_window #wbox_year {
	font-weight: bold;
	color: #9C0000;
	font-size: 14px;
	line-height: 1em;
	margin: 10px 0px 10px 12px;;
}


#history_window #wbox_text {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.1em;
	margin: 3px 12px 10px 12px;;
}

/**
 *  10.PRINT
 */
@media print {

}
