.weekEvent{
	margin:0 0 20px;
	padding:5px 0 0;
	width:212px;
	background-image: url(/psl/top/img/side/ttl_weekevent.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.weekEvent .wEInner01{
	padding:0 0 5px;
	background:url(/psl/top/img/side/b.gif) no-repeat 0 bottom;
}
.weekEvent .wEInner02{
	margin-top:27px;
	padding:4px 0 0;
	background:url(/psl/top/img/side/bg.gif) repeat-y 0 0;
}
.wETitle{
	float:left;
	padding:0 8px 0 3px;
	width:14px;
}
.wEMain{
	float:right;
	width:202px;
}
.wESep{
	margin:10px 0 0;
	/margin:-5px 0 0;
}
.wELink{
	margin:5px 0 0 5px;
	padding:0 0 1px 18px;
	background:url(/psl/top/img/side/icon_linkinfolist.gif) no-repeat 0 0;
}


#CONTENT{
	padding:0;
	width:190px;
	height:149px;
	overflow:auto;
	font-size:90%;
	/font-size:80%;
}
#CONTENT dt{
	padding:0 0 5px;
	font-weight:bold;
}
#CONTENT dd{
	padding-top:3px;
	padding-bottom:5px;
}



.jScrollPaneContainer{
	position:relative;
	overflow:hidden;
	width:199px !important;
	z-index:1;
}
.jScrollPaneTrack{
	position:absolute;
	cursor:pointer;
	right:0;
	top:0;
	height:100%;
	background:url(/psl/top/img/side/bar.gif) top center repeat-y;
	padding:3px;
}
.jScrollPaneDrag{
	position:absolute;
	width:12px;
	height:30px !important;
	background:url(/psl/top/img/side/handle.gif) center center no-repeat;
	cursor:pointer;
	overflow:hidden;
}


.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 3px;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 3px;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}




a.jScrollArrowUp {
	background: url(/psl/top/img/side/up.gif) no-repeat 0 0;
}
a.jScrollArrowDown {
	background: url(/psl/top/img/side/down.gif) no-repeat 0 0;
}




/*
FLOAT CLEAR
-------------------------------------------------------------------------*/
.clearFix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearFix {
	display:inline-block;
	min-height:1%; /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearFix{height: 1%;}
.clearFix{display: block;}

