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

/*  基本構造 ---------------------------------------------------------------------　*/

.panelleft {
	width:160px;
	height:331px;
	margin-top:3px;
	background-image:url(image/layout/toppanel_left.jpg);
	background-repeat:no-repeat;
	padding-top:13px;
}

.clock {
	background-image:url(image/panel/clock.png);
	background-repeat:no-repeat;
	width:68px;
	height:70px;
	margin-left:45px;
	position:relative;
	margin-bottom:8px;
}

.long {
	z-index:200;
	position:absolute;
	right:0px;
}

.short {
	z-index:100;
	position:absolute;
	right:0px;
	top:3px;
}

.nhg {
	margin-bottom:5px;
}

.panelleft p {
		color:#FFF;
	font-size:11px;
}

.panelleft table {
	margin-left:17px;
	margin-top:8px;
	margin-bottom:0px;
}

.databox {
	background-image:url(image/panel/databox.png);
	background-repeat:no-repeat;
	width:112px;
	height:37px;
	color:#dbab00;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	padding-top:4px;
	margin-left:23px;
	margin-top:8px;
	margin-bottom:3px;
}

.panelleft span {
	color:#dbab00;
	font-weight:bold;
	font-size:10px;
	line-height:1.3;
}

.panelleft .detail a{
	background-image:url(image/panel/botton_off.png);
	background-repeat:no-repeat;
	width:112px;
	height:16px;
	display:block;
	margin-left:23px;
	margin-top:5px;
}

.panelleft .detail a:hover {
	background-image:url(image/panel/botton_on.png);
	cursor:pointer;
}







