#navigation {
	padding:0 10px;
	height:35px;
	line-height:35px;
	background:url(../img/bg-menu.png) repeat-x;
}

#navigation ul {
	font-family: trebuchet MS, sans-serif;
	font-weight: bold;
}
#navigation li {
	float:left;
}
#navigation a {
	width: 100px;
	text-align: center;
	display: block;
	margin-right: 2px;
}
#navigation a:hover {
	color: #cc6714;
	background:url(../img/bg-menu-hover.png) repeat-x;
}
.drawer-nav {
	margin:0 25px;
	height:35px;
	line-height:35px;
	background:url(../img/bg-menu.png) repeat-x;
	position: relative;
	width: 800px;
}

.drawer-menu {
	font-family: trebuchet MS, sans-serif;
	font-weight: bold;
	display: flex;
}
.menu {
display:none;
}
.drawer-nav li {
	float:left;
	width: 100px;
	margin:0;
}
.drawer-nav a {
	width: 100px;
	text-align: center;
	display: block;
	margin-right: 2px;
}
.drawer-nav a:hover {
	color: #cc6714;
	background:url(../img/bg-menu-hover.png) repeat-x;
}
.drawer-toggle.drawer-hamburger {
	display:none;
}

#current {
	border-bottom:solid 2px;
}

#contents {
	width: 770px;
	margin-left: 30px;
}
#contents ul {
	margin: 10px 0 10px 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;

}
#contents ol {
	margin: 10px 30px 10px 60px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	list-style-type: square;
}
#contents li {
	margin-bottom: 5px;
}
#link li {
	padding-top:20px;
}

dl {
	margin-left: 40px;
	margin-bottom: 15px;
	font-size: 0.9em;
}
dt {
	font-weight:bold;
	margin: 10px 0 5px 0;
}
dd {
	margin: 2px 0 5px 15px;
}

#news li {
	margin: 0 0 0 0px;
	width:700px;
	padding: 10px 5px 10px 10px;
	min-height: 80px;
	position: relative;
	border-bottom: 1px dotted #708090;
}
span.date {
	float:left;
	min-width: 100px;
	height: 20px;
	margin: 0;
	padding:5px;
	clear:both;
	font-weight:bold;
	line-height: 20px;
	vertical-align: middle;
	font-weight: bold;
	display: inline-block;
}
span.icon{
	float:left;
	margin: 0 0 0 0;
	padding:5px;
	background-color: #d34a4a;
	color: #fff;
	width: 50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
span.icon.event{
	background-color: #2787b9;
}
span.icon.jurnal{
	background-color: #c99400;
}
span.icon.conf{
	background-color: #d34a4a;
}
span.link {
	width:500px;
	margin: 0 0 0 0;
	padding:10px 5px 10px 20px;
	clear:both;
	font-weight:bold;
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	vertical-align: middle;
}
#news a{
	color: #00378c;
	transition: color .2s, text-decoration .2s;
}
#news a:hover {
	color: #cc6714;
	text-decoration: inherit;
}
p#right {
	text-align: right;
}
img {
	margin: 10px 0 0 50px;
}
img#centerimg {
	margin-left: 125px;
	margin-top:  25px;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
#compactnavi {
	text-align: right;
	font-family: trebuchet MS, sans-serif;
	font-size: 0.9em;
	margin-top: -5px;
	margin-bottom: -15px;
}

#compactnavi p{
	margin: 4px 10px 4px 0;
}
