/**********TanzakuCommon**********/
#tanzakuContainer {
	overflow:hidden;
	white-space:nowrap;
	width:880px;
	/*background:url(../image/bg_timeline_std.png) repeat-y #F2F4F3;*/
	background:url(../image/bg_timeline_std.png) repeat-y #F4F6F5;
}
#tzkContainer {
	width:880px;
	_height:525px;
	min-height:525px;
	background:url(../image/bg_timeline_std.png) repeat-y #F4F6F5;
}
.tanzakuHead {
	overflow:hidden;	
	width:880px;
	height:142px;
	background-color:#E7E9E8;
}
.btn_cal {
	display:block;
	margin:10px  0 0 30px;
	width:35px;
	height:35px;
	background:url(../image/btn_cal.png) no-repeat;
}
.vAr_up {
	display:block;
	margin:15px  0 15px 35px;
	width:22px;
	height:21px;
	background:url(../image/btn_vAr_up.png) no-repeat;
}
.vAr_dw {
	display:block;
	margin:15px  0 15px 35px;
	width:22px;
	height:21px;
	background:url(../image/btn_vAr_dw.png) no-repeat;
}


/**********Timeline**********/
.timelineHead {
	float:left;
	width:82px;
	height:142px;
	background:url(../image/bg_timeline_std2.png) repeat-y #E7E9E8;
}
.timeline {
	float:left;
	padding-bottom:1px;
	width:82px;
	background:url(../image/bg_timeline_sun.png) no-repeat bottom;
}
.timeblock_std {
	width:82px;
	height:75px;
	color:#999;
	font-size:11px;
	/*text-align:center;*/
	background:url(../image/bg_timeline_std2.png) repeat-y #E7E9E8;
}
.timeblock_tdy {
	width:82px;
	height:75px;
	color:#999;
	font-size:11px;
	/*text-align:center;*/
	background:url(../image/bg_timeline_tdy.png) repeat-y #E7E9E8;
}
.timeblock_sat {
	width:82px;
	height:75px;
	color:#999;
	font-size:11px;
	/*text-align:center;*/
	background:url(../image/bg_timeline_sat.png) repeat-y #E7E9E8;
}
.timeblock_sun {
	width:82px;
	height:75px;
	color:#999;
	font-size:11px;
	/*text-align:center;*/
	background:url(../image/bg_timeline_sun.png) repeat-y #E7E9E8;
}
.timeblock_std span,.timeblock_tdy span,.timeblock_sat span,.timeblock_sun span {
	display:block;
	/*float:right;*/
	position:relative;
	top:3px;
	left:14px;
	width:67px;
	text-align:center;
}
.timeline_cLog {
	position:relative;
	top:4px;
	left:32px;
}


/**********Logline**********/
.loglineHead {
	float:left;
	width:132px;
	height:140px;
	border:solid #C1C1C1;
	border-width:1px 1px 1px 0;
	background-color:#FFF;
}
.loglineHead a.tanzaku_ph {
	margin:5px;
	display:block;
	cursor:pointer;
}
.loglineHead span {
	display:block;
	margin:0 5px;
	color:#53BC95;
	font-size:11px;
	text-decoration:none;
	cursor:pointer;
}
.loglineHead a.usrName {
	display:block;
	margin:0 5px;
	color:#53BC95;
	font-size:11px;
	text-decoration:none;
	cursor:pointer;
}
.loglineHead a.ph_btn {
	float:right;
	margin:0 5px;
	color:#53BC95;
	font-size:11px;
	line-height:12px;
	text-decoration:none;
	cursor:pointer;
	position:relative;
	z-index:10;
}
.loglineHead a:hover,.loglineHead span:hover {
	color:#F90;
}
.logline {
	float:left;
	width:132px;
	/*height:525px;*/
	border:solid #C1C1C1;
	border-width:0 1px 1px 0;
}
.tanzaku_ph {
	border:solid 1px #C1C1C1;
}
.logblock_std {
	width:100%;
	height:75px;
	text-align:center;
	background-color:#FFF;
}
.logblock_tdy {
	width:100%;
	height:75px;
	text-align:center;
	background:url(../image/bg_logblock_tdy.png) repeat #FFF;
}
.logblock_sat {
	width:100%;
	height:75px;
	text-align:center;
	background:url(../image/bg_logblock_sat.png) repeat #FFF;
}
.logblock_sun {
	width:100%;
	height:75px;
	text-align:center;
	background:url(../image/bg_logblock_sun.png) repeat #FFF;
}


/**********Entry**********/
.entry_pub {
	position:relative;
	top:3px;
	margin:0 auto 3px auto;
	overflow:hidden;
	white-space:nowrap;
	width:126px;
	height:21px;
	background:url(../image/bg_entry_pub.png) no-repeat;
}
.entry_pri {
	position:relative;
	top:3px;
	margin:0 auto 3px auto;
	overflow:hidden;
	white-space:nowrap;
	width:126px;
	height:21px;
	background:url(../image/bg_entry_pri.png) no-repeat;
}
.entry_pub a,.entry_pri a  {
	display:block;
	margin:0 5px;
	width:116px;
	overflow:hidden;
	white-space:nowrap;
	color:#FFF;
	font-size:10px;
	line-height:21px;
	text-align:left;
	text-decoration:none;
	text-overflow:ellipsis;
}
.entry_pub a:hover ,.entry_pri a:hover {
	text-decoration:underline;
}
.entry_draft {
	position:relative;
	top:3px;
	margin:0 auto 3px auto;
	overflow:hidden;
	white-space:nowrap;
	width:126px;
	height:21px;
	/*background:url(../image/bg_entry_draft.png) no-repeat;*/
}
.entry_draft_selected {
	background:url(../image/bg_entry_draft.png) no-repeat;
}


