/*main_visual*/
#main_visual{
	background-color: black;
	background-image: url("/www2/tokyo_story/wp-content/themes/tokyo_story/img/top01.jpg");
	background-repeat: no-repeat;
-moz-background-size:cover;
background-size:cover;
	position: relative;
	width: 100%;
	height: 500px;
}
#main_visual_text{
	width: 1020px;
	margin: 0 auto;
	clear: both;
	color: white;
	font-family: Garamond;
	position: absolute;
	left: 20%;
	top: 0px;
	z-index: 100;
}



#main_visual_top{
	font-size: 72px;
	font-weight: bold;
	padding-top: 80px;
	padding-bottom: 15px;
}

.main_visual_bottom{
	font-size: 42px;
	font-weight: bold;
	padding: 5px 0;
}
.main_visual_bottom img{
	position: relative;
	top: 5px;
}
#description{
	width: 0;
	overflow: hidden;
}