@charset "Shift_JIS";

#header h1,
#header p {
	float: left;
}

#profile {
	position: absolute;
	left: 320px;
	top: 295px;
}

#info {
	width: 460px;
	margin: 0 auto;
}

	#info div.middle {
		background: url(../images/info_middle.png) repeat-y center top;
		padding: 20px 30px;
		width: 400px;
	}
	
	#info .middle table {
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #E6E6E6;
	}
		#info .middle th,
		#info .middle td {
			border-bottom: 1px solid #E6E6E6;
			padding: 5px;
		}
	
		#info .middle th {
			width: 80px;
			font-weight: bold;
		}
	
	#info .middle p {
		margin-bottom: 1.5em;
		width: 100%;
	}
		#info .middle .midashi {
			margin-top: 2em;
			padding: 5px 0;
			font-weight: bold;
			border-bottom: 1px solid #CCC;
		}
		
		#info .middle .cap {
			margin-top: 2em;
		}
	
	#form {
		text-align:center;
	}


#movie {
	width: 700px;
	margin: 0 auto;
}
	
	#movie .midashi {
		padding-top: 2em;
		font-weight: bold;
		text-align: center;
	}
	
	#movie .title {
		font-weight: bold;
		text-align: center;
		padding-bottom: 20px;
	}
	
		#trailer {
			width: 655px;
			height: 360px;
			margin: 0 auto;
		}
		
		#comment {
			padding-top: 20px;
			text-align: center;
		}
		
		#cast {
		}
		
			#cast p {
				padding-bottom: 1.5em;
				text-align: center;
				line-height: 2em;
			}
		
		#site {
			text-align: center;
			padding: 0 0 20px;
		}
		
		#movie p {
			text-align: center;
		}
		
		#movie p.roadshow {
			font-size: 13px;
			font-weight: bold;
			padding-bottom: 0.5em;
		}
		
		#movie p.copy {
			font-size: 11px;
			font-weight: bold;
			padding-bottom: 2em;
		}

#footer ul {
	padding-left: 20px;
}


.cap {
	font-size: 12px;
	line-height: 1.75em;
	color: #666;
}


/*--------------------------------------------------------------------

	  Override common id styles

--------------------------------------------------------------------*/
#wrapper {
}

#header {
	position: relative;
	width: 700px;
	height: 315px;
	margin: 0 auto;
	padding: 40px 0 20px;
}

#yodogawa {
}

#contents {
}

#date {
	color: #000;
}

#footer {
	position: relative;
	background: url(../images/footer_bg.png) no-repeat left top;
	width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
}

	#footer li {
		float: left;
		margin: 10px 0;
	}
	
#copyright {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 62px;
	line-height: 62px;

	text-align: left;
	padding-left: 10px;
}

