@charset "utf-8";
body,td,th {
	font-family: Verdana;
	font-size: 13px;
	background-color: #333
}
#head {
	margin:0 auto;
	text-align: left;
	color:#000;
	border:1px solid #CCC;
	width: 980px;
	height: 80px;
	padding: 20px;
	background-color:#FFF;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#logotype-img {
	margin:0 auto;
	margin-top: 10px;
	text-align: left;
	color:#000;
	border:1px solid #CCC;
	width: 980px;
	height:200px;
	padding: 20px;
	background-color:#FFF;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#content {
	margin:0 auto;
	margin-top: 10px;
	text-align: left;
	color:#000;
	border:1px solid #CCC;
	width: 980px;
	padding: 20px;
	background-color:#FFF;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#footer {
	margin:0 auto;
	margin-top: 10px;
	text-align: left;
	color:#000;
	border:1px solid #CCC;
	width: 980px;
	padding: 10px;
	background-color:#FFF;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#mobilinfo {
	width: 900px;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-bottom-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#oplogo {
	width: 183px;
	height: 56px;
	float: left;
}
#opinfo {
	height: 56px;
	width: 190px;
	float: left;
}
#opbesk {
	height: 65px;
	float: left;
	width: 350px;
}
#oplink {
	height: 56px;
	float: left;
	width: 170px;
}
a {
	font-family: Verdana;
	font-size: 13px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #09F;
}
a:active {
	text-decoration: none;
	color: #000;
}