@charset "UTF-8";
/* CSS Document */


html { 
  background: #000 url(_img/emw-bg.jpg) no-repeat top center;
}

body {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
	border: none;
}

a {
	text-decoration: none;
	color: #666
}

a:hover {
	color: #06C
}

h2 {
	color: #CCC;
	font-size: 20px;
	text-align: right;
	padding-top: 15px;
	margin: 0px 25px 0px 0px;
}

h3 {
	color: #CCC;
	font-size: 18px;
	margin-left: 25px;
}

h4 {
	color: #999;
	font-size: 14px;
	margin-top: -20px;
	margin-left: 25px;
}

#header {
	width: 900px;
	margin: 10px auto 0px auto;
}

#nav {
	width: 900px;
	margin: 0px auto 0px auto;
	font-size: 24px;
}

#body {
	background: rgba(70, 70, 70, .5);
	width: 900px;
	margin: 0px auto 0px auto;
}

img.logo {
	margin-left: 15px;
}

img.banner {
	background: rgba(70, 70, 70, .5);
	padding: 15px;
}

ul.navi {
	max-width: 600px;
	max-height: 50px;
	margin: 15px auto 0px auto;
	padding-right: 40px;
	text-align: justify;
}

ul.service-list {
	margin-left: 100px;
}

ul.navi:after {
  content: '';
  width: 100%;
  display: inline-block;
}

.navi li {
	display: inline-block;
}

.navi a {
	color: #666;
	text-decoration: none;
}

.navi a:hover {
	color: #06C;
}

span.active {
	color: #fff;
}

img.line {
	margin-left: 14px;
}

#foot {
	text-align: center;
	margin-top: 25px;
}

p.info {
	margin: 0px 35px 0px 35px;
	text-indent: 25px;
}

p.copy {
	font-size: 12px;
	margin-top: 25px;
	padding-bottom: 5px;
}

p.event-det {
	text-align: center;
	margin: 25px;
}

iframe {
	margin: 50px 0	30px 150px;
}