@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(/p/smartband/data_down/images/bg-body.jpg) center top repeat-y;
}
body#play {
	background: #FFF;
}
#position {
	width: 780px;
	padding: 10px;
	margin: 0px auto;
	background: #FFF;
}
#position2 {
	width: 855px;
	margin: 0px auto;
	background: #FFF;
}
h1 {
	margin: 0px;
}
div {
	font-size: 15px;
}
div.movie {
	position: relative;
	display: block;
	height: 200px;
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	line-height: 1.2em;
	overflow: hidden;
	font-weight: bold;
	color: #ffffff;
}
p.streaming {
	position: absolute;
	width: 170px;
	text-align: center;
	line-height: 2em;
	left: 380px;
	top: 80px;
}
p.streaming a {
	display: block;
	width: 172px;
	color: #333;
	text-decoration: none;
}
p.download {
	position: absolute;
	width: 170px;
	text-align: center;
	line-height: 2em;
	right: 30px;
	top: 80px;
}
p.download a {
	display: block;
	width: 172px;
	color: #333;
	text-decoration: none;
}
p.download2 {
	position: absolute;
	width: 170px;
	text-align: center;
	line-height: 2em;
	left: 570px;
	top: 128px;
}
p.download2 a {
	display: block;
	width: 172px;
	color: #333;
	text-decoration: none;
}
a:hover img {
     filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
