﻿@charset "UTF-8";

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  text-align: center;
  background: #fff;
}

img {
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, div, p, ul, ol, li, dl, dt, dd, table {
  margin: 0;
  padding: 0;
  /zoom: 1;
}

ul, ol, li {
  list-style: none;
}

h1 {
  color: #fff;
  margin-bottom: -22px;
  font-size: 18px;
}

h2 {
  font-size: 1.4em;
  clear: both;
}

h3, h4 {
  font-size: 1.2em;
}

p {
  margin-bottom: 1.5em;
  font-size: 1.2em;
}

ul {
  list-style: none;
}

a {
  color: #2E5B82;
  text-decoration: none;
}

div.wrapper {
  width: 920px;
  margin: 0 auto;
  text-align: left;
}

div.container {
  width: 920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: left;
}

#header {
  height: 150px;
}

#header .logo {
  width: 173px;
  float: left;
  margin-top: 40px;
}

#header .contact {
  width: 390px;
  float: right;
  margin-top: 55px;
}

#header .contact li {
  list-style: none;
  float: left;
}

div.hr {
  clear: both;
}

div.hr hr {
  display: none;
}

#movie {
  width: 100%;
  padding: 20px 0;
  border: 1px solid #181818;
  border-width: 2px 0;
  background: #000 url(../img/bg.gif) 0 0;
  text-align: center;
}

#movie .player {
  width: 640px;
  height: 480px;
  float: left;
  margin-top: 30px;
  margin-right: 20px;
}

#movie .navi {
  width: 260px;
  float: left;
}

#movie .navi li {
  width: 260px;
  height: 60px;
  background: #000;
  margin-bottom: 5px;
  line-height: 1.5;
  clear: both;
  position: relative;
}

#movie .navi li a {
  display: block;
  height: 40px;
  padding: 10px 10px 10px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: url(../img/mv_navi.gif) no-repeat 0px -60px;
}

#movie .navi img {
  width: 50px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
}

#movie .navi .role {
}

#movie .navi .runningTime {
  display: block;
  color: #999;
  font-size: 12px;
}

#movie .dl {
  position: absolute;
  text-align: right;
  top: 0;
  left: 360px;
}

#banner {
  background: url(../img/shadow.png) repeat-x top left;
}

#banner .container {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}

#banner .container ul {
  position: relative;
  left: 50%;
  float: left;
}

#banner .container ul li {
  position: relative;
  left: -50%;
  float: left;
}


#banner li {
  float: left;
}

#banner .container {
  height: 90px;
}

#footer {
  padding-bottom: 40px;
}

#footer .container {
  position: relative;
}

#footer ul {
  width: 500px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
}

#footer ul li {
  display: inline;
  padding-right: .5em;
  padding-left: .5em;
  border-right: 1px solid #004584;
}

#footer ul li.last {
  border: 0;
}

#footer .copyright {
  width: 420px;
  height: 30px;
  line-height: 30px;
  font-family: Verdana, sans-serif;
  color: #004584;
  font-size: 10px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}

#executive #mv1,
#sales_manager #mv2,
#sales_person #mv3,
#marketing_manager #mv4,
#support #mv5,
#ecommerce_mgr #mv6,
#warehouse_mgr #mv7,
#controller #mv8,
#movie .navi li a:hover {
  background: url(../img/mv_navi.gif) no-repeat 0px 0px;
}

#executive #mv1 .runningTime,
#sales_manager #mv2 .runningTime,
#sales_person #mv3 .runningTime,
#marketing_manager #mv4 .runningTime,
#support #mv5 .runningTime,
#ecommerce_mgr #mv6 .runningTime,
#warehouse_mgr #mv7 .runningTime,
#controller #mv8 .runningTime,
#movie .navi a:hover .runningTime {
  color: #8ecdf0;
}
