@charset "UTF-8";

/*
########################################################
	common
########################################################
*/
*{
  margin: 0px;
  padding: 0px;
}
a:link {
  color: #000000;
  text-decoration: underline;
} 
a:visited {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #990000;
  text-decoration: underline;
}
img {
  border: none;
  vertical-align: bottom;
}
body {
  color: #000000;
  font-size: 0.8em;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  line-height: 1.9;
  text-align: center;
  background: url(../image/back.png);
}
#back {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border-left: solid 2px #99ffff;
  border-right: solid 2px #99ffff;
}
#wrapper {
  width: 800px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #ffffff;
}
.center {
  clear: both;
  margin-bottom: 9px;
  text-align: center;
}
.clear {
  clear: both;
}
.banner {
  clear: both;
  margin-bottom: 10px;
}
#maintitle {
  clear: both;
  float: left;
  width: 800px;
  margin: 4px 0px;
  font-size: 0.8em;
}
.title {
  line-height: 1.0;
  font-size: 1.4em; 
  text-align: center;
  font-weight: normal;
}
.bookmark {
  float: right;
  margin: 0 2px 5px 2px;
}
.bookmark a {
  text-decoration: none;
}
#contents {
  clear: both;
  float: left;
  width: 550px;
  text-align: left;
}
.text {
  color: #1e90ff;
  font-size: 1.2em;
}
.cash {
  border-top:1px solid #663300;
  border-left:1px solid #663300;
  border-collapse:collapse;
  border-spacing:0;
  background-color:#ffffff;
  empty-cells:show;
  color: #000000;
}
.cash th {
  border-right:1px solid #663300;
  border-bottom:1px solid #663300;
  color:#330000;
  background-color:#996633;
  background-image:url(../img/table-back.gif);
  background-position:left top;
  padding:0.3em 1em;
  text-align:center;
}
.cash td {
  border-right:1px solid #663300;
  border-bottom:1px solid #663300;
  padding:0.3em 1em;
}
/*
########################################################
	header
########################################################
*/
#header {
  clear: both;
  float: left;
  width: 250px;
  height: 125px;
  margin-bottom: 5px;
}
#header-ad {
  float: right;
  width: 530px;
  height: 115px;
  text-align: right;
  padding-top: 10px;
}
/*
########################################################
	mainmenu
########################################################
*/
#mainmenu {
  clear: both;
  padding: 0px;
  height: 60px;
  margin-bottom: 5px;
}
#mainmenu li {
  float: left;
  list-style-type: none;
}
#mainmenu li a {
  width: 160px;
  height: 60px;
  outline: none;
  display: block;
  text-indent: -700em;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#mainmenu li a:hover {
  background-position: 0px -60px;
}
a.mainmenu1 {
  background-image: url(../image/btn_aboutsite.gif);
}
a.mainmenu2 {
  background-image: url(../image/btn_company.gif);
}
a.mainmenu3 {
  background-image: url(../image/btn_recruit.gif);
}
a.mainmenu4 {
  background-image: url(../image/btn_link.gif);
}
a.mainmenu5 {
  background-image: url(../image/btn_contact.gif);
}
/*
########################################################
	movie
########################################################
*/
#maindisplay {
  clear: both;
  width: 800px;
  height: auto;
  margin-bottom: 5px;
  text-align: left;
}
#container {
  text-align: center;
  padding: 10px 0px;
}
.preview {
  clear: both;
  width: 550px;
  height: 109px;
  padding: 10px 0;
  text-align: left;
  margin: 10px 0;
  background: url(../image/back_preview.gif);
}
.previewimg a {
  float: left;
  margin: 0 10px;
  border: solid 4px #ffffff;
}
.previewimg a:hover {
  margin: 0 10px;
  border: solid 4px #990000;
}

.previewtitle a {
  float: left;
  width: 362px;
  color: #ffffff;
  line-height: 1;
  font-size: 1.8em;
  margin-bottom: 4px;
  text-decoration: none;
}
.previewtitle a:visited {
  color: #ffffff;
}
.previewtext {
  float: left;
  width: 362px;
  margin-bottom: 4px;
}
.chstart {
  text-align: right;
}

.moviepreview {
  float: left;
  width: 158px;
  height: auto;
  margin: 5px 9px;
  font-size: 0.8em;
}
.movieimage {
  margin-bottom: 4px;
}
.movieimage a img {
  border: solid 4px #ffffff;
}
.movieimage a:hover img {
  border: solid 4px #1e90ff; 
}
.movietitle {
  height: 15px;
  width: 150px;
  overflow: hidden;
  margin-bottom: 2px;
}
.movietitle a {
  color: #1e90ff;
}
.movietext {
  height: 45px;
  overflow: hidden;
  margin-bottom: 2px;
}
/*
########################################################
	footer
########################################################
*/
#footer {
  clear: both;
  height: auto;
  text-align: center;
}
/*
########################################################
	ad
########################################################
*/
#rightad {
  height: auto;
  width: 240px;
  float: right;
}
#rightad .rightbanner a {
  clear: both;
  margin-bottom: 9px;
}
#outside {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  margin-left: 425px;
}
#footerad {
  clear: both;
  width: 800px;
  height: 90px;
  text-align: center;
}