/*　基本構造　*/

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #000000;
}

#wrapper{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}
	
/*　ヘッダ　*/

div#head{
	width: 100%;
	height: 430px;
	background: url(../images/head_bg.jpg) no-repeat center top;
	text-align: center;
	float: left;
	}
	
div#head h1{
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	}
	
div#head h2{
	margin: 20px 0 20px 0;
	padding: 0;
	}
	
p#yodogawa{
	margin: 0 auto;
	padding: 0;
	line-height: 1.4;
	}
	
/*　リード　*/

div#lead{
	width: 100%;
	height: 301px;
	margin: 0 auto;
	float: left;
	text-align: center;
	background: url(../images/lead_bg.jpg) no-repeat center top;
	line-height: 1.8;
	}
	
/*　今週のDVD */

div#this_week_wrapper{
	width: 100%;
	height: 704px;
	background: url(../images/this_week_bg_62.jpg) no-repeat center top;
	margin: 0 auto;
	float: left;
	}
	
div#this_week{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}
	
div#dvd{
	float: left;
	padding: 0 0 0 65px;
	}
	
div#disc{
	float: left;
	padding-left: 25px;
	padding-top:20px;
	text-align: left;
	}

h3{
	color: #0981fc;
	_padding-top: 20px;
	}
	
/*　Googleマップ　*/

div#map{
	width: 100%;
	height: 1100px;
	background: url(../images/map_bg09.jpg) no-repeat center top;
	float: left;
	}
	
div#canvas{
	margin-top: 10px;
	}
	
/*　インフォメーション　*/

div#info{
	width: 100%;
	height: 638px;
	background: url(../images/infomation_bg.jpg) no-repeat center top;
	/*float: left;*/
	margin: 0 auto;
	text-align: center;
	display:block;
	}
	

h4{
	margin: 0 auto;
	padding: 110px 0 10px 0;
	}
	
/*　フッタ　*/

div#foot{
	width: 100%;
	background: url(../images/foot_bg.jpg) no-repeat center top;
	text-align: center;
	}
	
.text12px{
	font-size: 12px;
	}


	
/*　リンク　*/

a:link{
	color: #ba5d0b;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fc7803;
	text-decoration: none;
	}