@charset "UTF-8";
/* CSS Document */

#wrapper{
	width: 100%;
	text-align: center;
	marign: 0 auto;
}

#wrapper #movie{
	width: 696px;
	margin: 0 auto;
}

#wrapper #movie #title{
  width: 696px;
  height: 43px;
  color: #1972B9;
  padding-top: 36px;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  background-image: url(../images/title.gif);
  background-repeat: no-repeat;
}

#wrapper #movie #contents{
  padding: 20px;
  background-image: url(../images/bk.gif);
  background-repeat: repeat-y;
}

#wrapper #footer{
	margin: 0 auto;
}


#movie_sp{
	width: 320px;
	margin: 0 auto;
}

#movie_sp #title{
  width: 300px;
  height: 20px;
  color: #1972B9;
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  text-align:center;
}

#movie_sp #contents{
  padding: 10px 10px 30px;
}

#movie_sp #footer{
	margin: 0 auto;
	text-align:center;
}