@charset "shift_jis";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
img {
	border:none;
	vertical-align:bottom;
}
#catsand {
	margin:0 auto;
	width:750px;
	text-align:center;
}
#catsand ul {
        overflow:hidden;
}


#catsand li {
	float:left;
	list-style:none;
}

#catsand a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

#catsand .movie { 
width:750px; 
position:relative;	
overflow:hidden;
}

#catsand .movie1 {
position:absolute;
left:64px;
bottom:40px;
}

#catsand .movie2 {
position:absolute;
left:461px;
bottom:40px;
}
