@charset "utf-8";
h1 {font-weight: normal;
}
h2 {
	font-size: 22px;
	padding: 5px 10px 5px 30px;
	color:#fff;
	line-height: 1.4;
	margin: 0 0 15px;
	border-radius: 5px;
	font-weight: bold;
	clear: both;
font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
	background-color: #978E75;
	text-shadow: 0 0 6px #4B4438;
	background-image: url("../image/common/h2.png"),url("../image/common/texture_ws50.png");
	background-repeat: no-repeat,repeat;
	background-position: 10px center,left top;
}

h3 {
    padding: 0px 0px 5px 15px;
    margin: 0px 0 15px 0;
  
    color:#9A8E71;
	border-bottom: 1px solid #9A8E71;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
font-weight: bold;
    clear: both;
}
h3:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 22px;
    border-radius: 3px;
    left: 0px;
    top: 0px;
    background:#9A8E71;
    display: block;
}

h4 {
}

h5 {
}

h6 {
}

.space{
	display: block;
	height: 30px;
}
