@charset "UTF-8";

/* -----------------------------------------------
FileName:movie.css
----------------------------------------------- */
/* ===== base ===== */

*{
	margin:0;
	padding:0;
}
body{
	color:#000;
	background: #fff;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,"MS PGothic",sans-serif;
}
img{
	border:none;
}
li{
	list-style:none;
}
th,td{
	vertical-align:top;
}

/* ===== wrap ===== */

#wrap {
	width: 683px;
}

/* ===== contents ===== */

#contents {
	width: 683px;
	text-align: left;
}

/* ===== movie ===== */

.movie {
	float: left;
	width: 388px;
}

	.menu {
		margin-top: 2px;
		background: #313659;
	}

			.menu dl dt {
				display: inline;
				height: 53px;
			}

				.menu dl dt img {
					padding: 17px 0 15px 73px;
					display: block;
				}

			.menu dl dd {
				height: 186px;
				text-align: center;
			}

	.img {
		float: right;
		width: 295px;
	}

#contents:after {
	display:block;
	clear:both;
	height: 0;
	visibility:hidden;
	content:".";
	font-size:0;
	line-height:0;
}

/* ===== footer ===== */

#footer {
	margin: 0 auto;
	padding: 0 10px 10px 16px;
	width: 657px;
	text-align: left;
}

	#footer .note {
		padding: 10px 0 5px 0;
		font-size: 10px;
		line-height: 13px;
	}

		#footer .note a:link {
			color:#f00;
		}

		#footer .note a:visited {
			color:#f00;
		}

		#footer .note a:hover {
			color:#3059de;
		}

		#footer .note a:active {
			color:#3059de;
		}

	#footer .copy {
		float: left;
		width: 560px;
		font-size: 10px;
		line-height: 13px;
	}

	#footer .close {
		padding: 25px 0 0 0;
		float: right;
		width: 84px;
	}

#footer:after {
	display:block;
	clear:both;
	height: 0;
	visibility:hidden;
	content:".";
	font-size:0;
	line-height:0;
}


