/* CSS Document */

@charset "utf-8";

/* header menu */

#eventmenu * {
	margin:0;
}

#eventmenu li,
#eventmenu ul li,
#eventmenu ul, 
#eventmenu ol {
	border: none;
	margin: 0;
	padding:0;
	background:none;
	list-style:none;
	line-height: 1;
}

#eventmenu:after {
	display: block;
	float:none;
	clear:both;
}

#eventmenu {
	display: block;
	float: none;
	height: 22px;
	width: 99%;
	margin-bottom: 20px;
	border-bottom:4px solid #219149;
	border-top:1px solid #C0E2D4;
	background: transparent url("OFF.gif") repeat-x top left;
}

#eventmenu ul a {
	text-decoration: none;
	color: #336666;
	font-weight:bold;
	white-space: nowrap;
	font-size: 13px;

}

#eventmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#eventmenu ul li {
	position: relative;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	height:19px;
}
	
#eventmenu ul li ul {
	float:none;
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:26px;
	width: 21em;
}

#eventmenu ul li a {
	display:block;
	float:left;
	background: transparent url("DIVIDER.gif") no-repeat top right;
	padding: 4px 1em 0 1em;
	height: 18px;
}

#eventmenu ul li a:hover {
	background:transparent url("HOVER.gif") no-repeat top right;
	color: #FFFFFF;
}

#eventmenu ul li ul li{
	display:block;
	float:none;
	text-align:left;
	margin:0;
	height: auto;
}

#eventmenu ul li ul li a, #eventmenu ul li ul li a:hover{
	white-space: nowrap;
	background-image:none;
	background-color:#B2BF96;
	padding: 2px 1em;
	float:none;
	display:block;
	height: auto;
	color: #225555;
	border: 1px solid #E5F2C6;
	border-right: 1px solid #336666;
	border-bottom: 1px solid #336666;
}

*:first-child+html #eventmenu ul li ul li a {
	width:100%;
}
* html #eventmenu ul li ul li a{
	width:100%;
}

#eventmenu ul li ul li a:hover{
	color: #FFFFFF;
	background-color: #219149;
	border: 1px solid #33D08E;
	border-right: 1px solid #006A28;
	border-bottom: 1px solid #006A28;
}

/* program table */

#PrgStuTbl {
	line-height: 1.1;
}

#PrgStuTbl td,#PrgStuTbl th {
	border: 1px solid #cccccc;
	padding: 4px;
	padding-bottom: 2px;
	font-size: 83%;
}

#PrgStuTbl th {
	white-space: nowrap;
	background-color: #ADD3AD;	
	font-weight: normal;
}

#PrgStuTbl .place {
	border: none;
	padding-top: 10px;
	font-weight: bold;
	font-size: 100%;
}

#PrgStuTbl .prgdiv {
	border: none;
	padding-top: 6px;
	font-weight: bold;
}

#PrgStuTbl .ctg {
	background-color: #219149;
	color: #FFFFFF;
}

#PrgStuTbl .rest {
	background-color:#EEEEEE;
}

#PrgStuTbl .abstlink {
	white-space: nowrap;
}

#PrgStuTbl .time {
	text-align: center;
}

#PrgStuTbl .major_labo, #PrgStuTbl .name, #PrgStuTbl .boss {
	white-space: nowrap;
}

#prgdetail {
	margin: 1em auto;
}

#prgdetail td, #prgdetail th {
	border: 1px solid #cccccc;
	padding: 4px;
	padding-bottom: 2px;
}

#prgdetail th {
	white-space: nowrap;
}


#prgdetail strong {
	font-weight:normal;
}
