.clip {
  position: relative;
  width: 960px;
  height: 540px;
  margin-bottom: 5px;
}
.videoPlayer {
	position: relative;
	width: 960px;
	height: 540px;
	z-index: 0;
}
.playBt{
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 960px;
	height: 540px;
	z-index: 1;
}
.playBt a{
  display: block;
  width: 960px;
  height: 540px;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
  text-decoration: none;
  outline: none;
}
#control0 a{
  background: url(../../../../images/shape0.jpg) no-repeat left top;
}
#control1 a{
  background: url(../../../../images/shape1.jpg) no-repeat left top;
}
#control1 a:hover{
  background: url(../../../../images/shape1.jpg) no-repeat left -540px;
}
#control2 a{
  background: url(../../../../images/shape2.jpg) no-repeat left top;
}
#control2 a:hover{
  background: url(../../../../images/shape2.jpg) no-repeat left -540px;
}
#control3 a{
  background: url(../../../../images/shape3.jpg) no-repeat left top;
}
#control3 a:hover{
  background: url(../../../../images/shape3.jpg) no-repeat left -540px;
}
#control4 a{
  background: url(../../../../images/shape4.jpg) no-repeat left top;
}
#control4 a:hover{
  background: url(../../../../images/shape4.jpg) no-repeat left -540px;
}
#control5 a{
  background: url(../../../../images/shape5.jpg) no-repeat left top;
}
#control5 a:hover{
  background: url(../../../../images/shape5.jpg) no-repeat left -540px;
}
#control6 a{
  background: url(../../../../images/shape6.jpg) no-repeat left top;
}
#control6 a:hover{
  background: url(../../../../images/shape6.jpg) no-repeat left -540px;
}

body {
  margin: 5px;
  padding: 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-aligh: center;
}
#page {
  width: 960px;
  margin: 0 auto;
  text-aligh: left;
}
.entries {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
.workText {
  position: relative;
  top: 0px;
  left: 0px;
  width: 240px;
  height: 135px;
  overflow: hidden;
}
.workTitle {
  font-size: 12px;
  color: #000;
  display: block;
  margin-top: 10px;
}
.workExp {
  font-size: 10px;
  color: #000;
  display: block;
  margin-top: 10px;
}
.workImage {
  position: absolute;
  left: 240px;
  top: 0px;
  width: 720px;
  height: 135px;
  overflow: hidden;
}
p {
  margin: 0px;
  padding: 0px;
}
