@charset "utf-8";
/* CSS Document */

#warap{  width:100%;  margin:auto; } 
#header{  width:940px;  margin:auto; } 
#content{
	  width:100%;
	  height:510px;
	  margin:auto;
	  background-color:#f6f6f6;
} 

#content123{
	  width:100%;
	  height:500px;
	  margin:auto;
	  background-color:#f6f6f6;
} 

#content1{
	  width:100%;
	  height:4720px;
	  margin:auto;
	  background-color:#f6f6f6;
} 

#content2{
	  width:100%;
	  height:2020px;
	  margin:auto;
	  background-color:#f6f6f6;
} 

#content_m{
	  width:100%;
	  height:730px;
	  margin:auto;
} 


#menu2 {
	width:940px;
	border: none;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#menu2.m { /* 親ボックス */
width: 940px;
height: 500px;
position: absolute;
top: 50px;
left: 100px;
}

#menu2 .wd1{
	margin-top: 20px;
	float: left;
	width: 126px;
	position: relative;
}

#menu2 .wd2{
	margin-top:20px ;
	float: left ;
	width: 280px ;
	position:left;
}


#img_1 {
	width:126px;
	border: none;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#img_2 {
	width:280;
	border: none;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#img_2 {
	width:280;
	border: none;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#img_4 {
	width:280;
	border: none;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

div.m { /* 親ボックス */
width: 940px;
height: 500px;
position: absolute;
top: 50px;
left: 100px;
}

div.m1 { /* ボックス1 */
width: 280px;
height: 150px;
position: absolute;
top: 50px;
left: 50px;
} 

div.m2 { /* ボックス2 */
width: 280px;
height: 150px;
position: absolute;
top: 50px;
left: 250px;
}

#pageTop{
	background:#5C593F;
	border-radius:5px;
	color:#ffffff;
	padding:15px;
	position:fixed;
	bottom:15px;
	right:20px;
	}
#pageTop:hover{
	background:#9D8677;
	color:#000;
	}
