a {
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	color: #000;
}

.button {
	background-color: #fff;
	color: #b1eb;
	transition: 0.6s ;
}
.button:hover {
	background: radial-gradient(#771111, #FF4422);
	color: #fff;
}
.button {
	display: inline-block;
	width: 200px;
	height: 140px;
	text-align: center;
	text-decoration: none;
	line-height: 140px;
	outline: none;
	box-shadow: 6px 6px 5px 5px rgba(0,0,0,0.2);
}

.button2 {
	background-color: #fff;
	color: #b1eb;
}
.button2:hover {
	background: radial-gradient(#771111, #FF4422);
	color: #fff;
}
.button2 {
	display: inline-block;
	width: 130px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
}

.button3 {
	width:40%;
	padding-left:10px;
	padding-top:3px;
	background-color: #eee;
	border-top:
	solid 1px #771111;
}
.button3:hover {
	background: radial-gradient(#111177, #4422FF);
	color: #fff;
}

.button4 {
	color: #00f;
}
.button4:hover {
	color: #f00;
}

 .button02 {
  background-color: #fff;
  border: solid 2px #2f4f4f;
  color: #2f4f4f;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
}
.button02:hover {
  color: #2f4f4f;
  background-color: #b0e0e6;
}

.gallery{color: #00f;}
.gallery:hover{color: #f00;}
.gallery1_1{color: #00f;}
.gallery1_1:hover{color: #f00;}
.gallery1_3{color: #00f;}
.gallery1_3:hover{color: #f00;}
.gallery2{color: #00f;}
.gallery2:hover{color: #f00;}
.gallery3{color: #00f;}
.gallery3:hover{color: #f00;}

.item {
	margin-top:2%;
	width: 260px;
	height: 160px;
}

.item2 {
	width: 250px;
	height: 50px;
}

.item3 {
	width: 130px;
	height: 50px;
}

p.honbun {
	background-repeat:no-repeat;
	background: radial-gradient(#771111, #FF4422);
	background-size:10% 10%;
	color: #fff;
	height: 25px;
}
h3  {
	width:100%;
	padding-left:10px;
	padding-top:3px;
	background-color: #eee;
	border-top:
	solid 1px #771111;
}
h4  {
	width:40%;
	padding-left:10px;
	padding-top:3px;
	background-color: #eee;
	border-top:
	solid 1px #771111;
}
h5  {
	width:35%;
	padding-left:10px;
	padding-top:3px;
	background-color: #eee;
	border-top:
	solid 1px #771111;
}