@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font: 1.2em/1.4em Verdana,Arial,Helvetica,Meiryo,"ヒラギノ丸ゴPro W4",san-serif;
	margin:0 auto;
	background-image: url(../img/190_n.jpg);
	color:#311802;
	text-shadow: 0 0 1px #c69961, 0 0 1px #c69961, 0 0 0.1px #c69961;
}
html{
	width:1280px;
	margin:0 auto;
}
a{
	text-decoration:none;
	color:#1d5275;
}
a:hover{
	color:#311802;
	font-weight:bold;

}

#wrapper{
	width:1280px;
	margin:0 auto;	

}
header{
	width:100%;
	height:10px;
}

menu{
	width:95%;
	margin:0 auto;	
	float:left;
	margin-bottom:10px;
}
.xhp{
	background-color:lightgray;
	width:48%;
	float:left;
}
.hp{
	background-color:lightgray;
	width:46%;
	float:left;
	text-align:center;
	margin-left:10px;
	margin-top:10px;
}
.hpx{
	background-color:lightgray;
	width:10%;
	float:left;
	text-align:center;
	margin-left:10px;
	margin-top:10px;
}
.hp p{

	margin:0 auto;	
	color:black;
  }
 input{
 	width:100%;
	float:left;
	background-color:#b86125;
	border-radius: 3px;
	border:2px solid #73381d;
	color:#311802;
	cursor: pointer;
}
.hp img{
	width:100%;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin:0 auto;		
}
#box10{
	margin-left:10px;
	background-color: rgba(234, 170, 0, 0.9);
	border-radius: 0.3em;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.7);
	float:left;	
	width:340px;
	height:200px;
	overflow:hidden;
	border-bottom:2px solid #75b007;
	border-right:1px solid #75b007;
	border-top:2px solid #fef6fe;
	border-left:1px solid #fef6fe;
	padding:8px;

}
#box10 p{
	font-size:1em;
	letter-spacing: 0em;	
}
#box10 img{
	width:60px;
	float:left;
}
.cls{
	clear:both;
}
#jiman{
	clear:both;
}
#right-ga{
	margin-top:20px;
	float:left;
	margin-left:50px;
}
#right2-ga{
	margin-top:20px;
	float:right;
	margin-right:10px;
}
#left-ga{
	margin-left:50px;
	float:left;
}

.clr{
	clear:both;
	text-align:center;
}

footer{
	color:black;
}


/* Footer Design
-------------------------------------------------- */
footer {
	clear: both;
	text-align: center;
	border-top: solid 1px #666;
	padding-top: 10px;
	margin-top: 20px;
	font-size: 0.8em;
}

