@charset "utf-8";
/* formatting style
---------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
}
/* link styles
---------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0000DE;
	text-decoration: underline;
}
a:visited {
	color: #639;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
---------------------------------*/
#wrapper {
	width: 850px;
	margin: 0px auto;
	border-right: 1px solid #187A31;
	border-left: 1px solid #187A31;
}
#wrapper #footer #container #main .mgn-t #contents #seminerlist {
	border: 1px solid #ccc;
	overflow: scroll;
	height: 100px;
	width: 588px;
}
