@charset "utf-8";

/*ヘッダー*/
header{
	width:960px;
	height:150px;
	margin:0 auto;
	background-image:url("../images/base/head_back.png");
	background-size:960px;
		
}
header p{
	float:right;
}
header #global_nav{
	margin-left:320px;
}
header #global_nav ul{
	overflow:hidden;
	clear:right;
}
header #global_nav li{
	width:110px;
	float:left;
	list-style:none;
	text-align:center;
	
}
header #global_nav a{
	text-decoration:none;
}

/*ナビのリンク設定↓*/
header #global_nav a:link{
	color:#000;
}
header #global_nav a:visited{
	color:#000;
}
header #global_nav a:hover{
	background-color:rgba(255,242,34,0.3);
}
/*ナビのリンク設定ここまで↑*/
header #global_nav span{
	display:block;
	width:109px;
	border-left:1px solid #000;
	margin-top:10px;
	height:25px;
	line-height:25px;
}
#last_span{
	width:108px;
	height:25px;
	border-right:1px solid #000;
	line-height:25px;
}

/*準備ページここから↓*/
#wrapper{
	width:960px;
	margin:0 auto;

}
#main{
	height:600px;
	background-image:url("../images/junbi_image/kusa.png");
	background-size:cover;
}
#top{
	height:90px;
	/*border:1px solid #000;*/
}

#mid{
	height:350px;
	/*border:1px solid #000;*/
	background-image:url("../images/junbi_image/kusa.png");
	background-size:cover;
	overflow:hidden;
	
}
#mid_left{
	overflow:hidden;
	width:480px;
	float:left;
	/*border:1px solid #000;*/
}
#ie img{
	display:block;
	/*border:1px solid #000;*/
}
#miz img{
	display:block;
	width:200px;
	/*border:1px solid #000;*/
}
#ie{
	width:250px;
	float:left;
	/*border:1px solid #000;*/
}
#miz{
	width:200px;
	float:left;
	margin-left:10px;
	/*border:1px solid #000;*/
}
#mid_right{
	float:right;
	width:420px;
	height:350px;
	/*border:1px solid #000;*/
	background-image:url("../images/junbi_image/kanban4.png");
	background-size:cover;
	margin-right:50px;
	text-align:center;
}
#mid_right h1{
	margin-top:90px;
}
#mid img{
	display:inline-block;
	/*border:1px solid #000;*/
}

#mid #house{
	margin-bottom:60px;
}
#mid #mizuma{
	margin-top:20px;
}
#bot{
	height:150px;
	overflow:hidden;	
}

#bot_im1,#bot_im3,#bot_im5{
	float:left;
	background-image:url("../images/junbi_image/kanban3.png");
	background-size:cover;
	width:100px;
	/*border:1px solid #000;*/
	height:80px;
	margin:15px 30px;
	text-align:center;
	padding-top:8px;
}
#bot_im2,#bot_im4{
	float:left;
	background-image:url("../images/junbi_image/kanban3.png");
	background-size:cover;
	width:170px;
	/*border:1px solid #000;*/
	height:123px;
	margin:5px 30px;
	text-align:center;
	padding-top:12px;
}
/*フッター*/
footer{
	width:960px;
	margin:0 auto;
	background-image:url("../images/base/foot_back.png");
	background-size:960px;
	background-repeat:no-repeat;
	height:165px;
}
footer img,
footer p{
	float:left;
	display:inline-block;
}
#footer_logo{	
	margin-top:27px;
	margin-left:100px;
}
#footer_tel{
	margin-top:70px;
}
footer p{
	margin:70px 0 0 20px;
}
