/* CSS Document */

@charset "utf-8";

/* header menu */

#toHome {
	height: 22px;
	float:left;
	border-right: 1px solid #696;
	border-bottom: none;
	background-color:#006633;
}

#toHome a{
	padding:2px 8px 0 32px;
	height: 20px;
	font-size: 13px;
	font-weight:bold;
	display:block;
	color:#fff;
	background:url(house58.png) no-repeat 6px 2px;
}

#toHome a:hover{
	text-decoration:none;
	background-color:#219149;
}


#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;
	overflow:visible;
}

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

#eventmenu {
	display: block;
	float: none;
	height: 22px;
	padding:0;
	width: 100%;
	background-color:#c2cdab;
	z-index:99;
	overflow:visible;
	position:relative;
}

#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 {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	overflow:visible;
	border-right:1px solid #f0f0f0;
	background-image:url(OFF.gif);
	background-position: 0 center;
	background-repeat:repeat-x;
}


#eventmenu ul li a {
	display:block;
	float:left;
	padding: 5px .75em 0 .75em;
	height: 17px;
}

#eventmenu ul li.active a,
#eventmenu ul li a:hover {
	background-color:#219149;
	color:#fff;
}
	
#eventmenu ul li ul {
	display:none;
	position: absolute;
	top:22px;
	left:0;
	width: 924px;
	height:auto;
	padding:2px 8px;
	text-align:left;
	overflow:visible;
	border-top:2px solid #219149;
	background-color:#fff;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

#eventmenu ul li.active ul,
#eventmenu ul li:hover ul {
	display:block;
	z-index:99;
}

#eventmenu ul li ul li{
	display:inline-block;
	float:none;
	text-align:left;
	margin:0;
	height: auto;
	background:#fff;
	border-right:1px dotted #ccc;
}
#eventmenu ul li ul li.last{
	border:none;
}
#eventmenu ul li:hover ul li a,
#eventmenu ul li.active ul li a,
#eventmenu ul li ul li a{
	background-color:#fff;
	color:#333;
}
#eventmenu ul li:hover ul li a:hover,
#eventmenu ul li ul li.active a{
	text-decoration:underline;
	color:#000;
}


/* 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;
}
