@charset "UTF-8";
/*-----------------------------------------------
	サイト共通
-----------------------------------------------*/
body {
	font-size: 100%;
	line-height: 1.5;
	background-color: "#97E3F1";
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

#contents {
	margin-bottom: 5px; 
	font-size: 14px;
	padding: 10px;
	background-color: "#97E3F1";

}
a {
}

h3 {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	padding-left: 30px;
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 15px;
	background-color: #FFF;
	/*	border-radius: 3px; */
}

#footer {
	margin-left: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin-top: 0px;
	text-align: left;
}

#footer2 {
	position: relative;
	z-index: 0;
	top: -180px;
	margin-left: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin-top: 0px;
	text-align: left;
}

#footer3 {
	position: relative;
	z-index: 1;
	top: -150px;
	margin-left: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin-top: 0px;
	text-align: left;
}

#footerCp {
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	color: #FFF;
	font-size: 75%;
	background-color: #AAAAAA;
	/*	border-radius: 3px; */
}
#videoList a.item {
	color: #666;
	text-decoration: none;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #AAAAAA;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
	display: block;
}
#videoList a.item p.date {
	font-size: 14px;
}
#eqPlayer {
	height: 413px;
	width: 700px;
	overflow: hidden;
}
#eqPlayer2 {
	height: 500px;
	width: 640px;
	overflow: hidden;
}
#movieTitle {
	width: auto;
	margin-right: auto;
	margin-left: 30px;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	color: #666;
}
#movieDescription {
	width: 960px;
	margin-right: auto;
	margin-left: 30px;
	font-size: 12px;
	margin-bottom: 20px;
	clear: both;
	text-align: left;
}
.links {
	margin-top: 10px;
	text-align: right;
	color: #666;
}
.links a {
	color: #666;
}

#button {
  padding-top:10pt;
  margin:1px;
  width:498px;
  color:#e4eef8;
  background:#337fcc;
  font-size:16px;
  font-weight:bold;
  text-shadow:0 -1px 1px #143352;
  letter-spacing:0.2em;
  text-align:center;
  display:inline-block;
  text-decoration:none;
  border:1px solid #225588;
  padding:6px 0 8px 0;
  border-radius:12px;
  background:-moz-linear-gradient(rgba(34,85,136,0.5), rgba(34,85,136,1));
  background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(34,85,136,0.5)), to(rgba(34,85,136,1)));
  background:-ms-linear-gradient(rgba(34,85,136,0.5), rgba(34,85,136,1));
  background:-o-linear-gradient(rgba(34,85,136,0.5), rgba(34,85,136,1));
  background:linear-gradient(rgba(34,85,136,0.5), rgba(34,85,136,1));
  -pie-background: linear-gradient(#77aadd, #225588);
  behavior: url(PIE.htc);
}

a#button:hover {
  background:-moz-linear-gradient(rgba(34,85,136,0.4), rgba(34,85,136,0.9));
  background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(34,85,136,0.4)), to(rgba(119,170,221,0.9)));
}