@charset "utf-8";
/* CSS Document */

.member{
	position: absolute;
	top: 82px;
	right: 320px;
}
.member .name{
	background-image: url(../images/member_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align:left;
	font-weight: bold;
	color: #000;float:left;
	padding:0 0 0 25px;
	margin:5px 5px 0 0;
}
.member ul{float:left;}
.member ul li{
	float:left;
	margin:0 4px 0 0;}
/*-------------------------------------agendum 待辦事項-*/
.agendum{
	background-image: url(../images/agendum_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position:relative;
	border-radius:5px;
	border:1px solid #989898;
	behavior: url(js/PIE.htc);
	background-color:#e5e5e5;
	padding:4px ;
	
	margin:5px 0 0 0;
}
.agendum table{
	border-collapse:collapse;
	
	}

.agendum table td{
	vertical-align:top;
	*padding:5px 0 0;}
.agendum table td ul{
	margin:8px 5px;
	padding:0;}
.agendum table td ul li{
	margin:0 10px 3px 0;
	padding:0;
	float:left;
	background-image: url(../images/icon13.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding:0 0 0 10px;
}
.agendum table td ul li em{
	font-style: normal;
	font-weight: bold;
	color: #eb6100;
	margin:0 2px;
}
.agendum table td ul li a{
	color: #eb6100;
	text-decoration: underline;
}