@charset "UTF-8";

body {
  text-align: center;
  background: #000000;
}

/* slide
-----------------------------------------------------------------------------*/
#slideWrapper {
  width: 750px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#slidePic {
  height: 540px;
  width: 750px;
}

#slidePic table{
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

#back {
  position: absolute;
  left: 5px;
  top: 250px;
}

#next {
  position: absolute;
  top: 250px;
  right: 5px;
}

#toPostcard {
  background: url(../works_slide/slide_img/info.gif) no-repeat 1px 1px;
  font-size: 65%;
  line-height: 1.5em;
  color: #999999;
  text-indent: 15px;
  position: absolute;
  top: 515px;
  right: 0px;
  letter-spacing: 0.1em;
}

#slideThums {
  width: 750px;
  height: 60px;
  clear: both;
  border-top: 1px solid #FFFFFF;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-left-color: #FFFFFF;
  margin-bottom: 10px;
}

#slideThums li {
  display: inline;
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 7px;
  margin-top: 10px;
}

#slideThums .end {
  margin-right: 0px;
}


#toOtherPage {
  color: #FFFFFF;
  clear: both;
  height: 20px;
  width: 750px;
  padding-top: 12px;
  margin-top: 7px;
  border-top: thin none;
  border-right: thin none;
  border-bottom: thin none;
  border-left: thin none;
}

#toOtherPage li {
  font-size: 70%;
  display: inline;
  float: left;
  height: 1.2em;
  width: auto;
  border-right: 1px solid #CCCCCC;
  margin-right: 6px;
  padding-right: 6px;
}

#self { color: #FFFFFF; }

#slidefooter {
  clear: both;
  height: 10px;
  width: 750px;
}

#slidefooter img {
  float: right;
}

/* link
-----------------------------------------------------------------------------*/
#toPostcard a {
  color: #999999;
  text-decoration: none;
  border-bottom: 1px dotted #CCCCCC;
}

#toPostcard a:hover {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px dotted #CCCCCC;
}

#toOtherPage a {
  color: #666666;
  text-decoration: none;
}

#toOtherPage a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

a:link img {
  border: 1px solid #000000;
  height: 30px;
  width: 30px;
}

#slideThums a:hover img{
  border: 1px solid #FF3333;
    height: 30px;
  width: 30px;
}

