@charset "utf-8";


h1 {
	font-size: 14px;
	color: #4D2C00;
	margin: 0px auto 15px auto;
	line-height: 25px;
	padding-top: 5px;
	width:950px;
	font-weight:normal;
}
h2 {
	font-size: 22px;
	letter-spacing: 1px;
	font-weight:700;
	font-family: 'Noto Sans JP', sans-serif;
	padding:4px 10px 7px 30px;
	border-radius: 0px;
	margin: 0 0 15px;
	color:#7D6120;
	line-height:1.3;
	
	border-bottom: 2px dotted #5DAC91;
	border-top:2px solid #5DAC91;
	background:url("../image/common/h2.png") no-repeat 5px 12px;
	background-size: auto 13px;
	position: relative;
}


h3 { font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-style: normal;
	color:#7B603C;
  
	font-size: 20px;

    padding: 0px 10px 8px 35px;
    margin: 0 0 15px;
    /*background-color:#F9F7DE;*/
	border-radius: 0px;
    text-shadow: none;
	background-image: url("../image/common/h3.png");
	background-repeat: no-repeat;
	background-size: auto 25px;
	background-position: left top;
    border-bottom: 1px solid #7B603C;
	
}
h3.big{
	font-size: 23px;
	line-height: 1.5;
	/*background-position: 5px 10px;*/
}

h4 { font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color:#7B603C;
	margin: 0 0 15px;
	
	font-size: 19px;
	padding: 5px 10px;
	border-radius: 8px;
	line-height: 1.5;
background: url("../image/common/bg_paper01.jpg") repeat left top;
}


h6 {
	line-height: 25px;
	font-size: 15px;
	color: #401000;
	border-bottom: 2px dotted #ED6D0F;
	margin: 0 0 7px 0
	
}
.bold_red {
	font-weight: bold;
	color:#D80000;
}
.bold_blue {
	font-weight: bold;
	color: #1D72C7;
}
.normal {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.vivid {
	font-size: 22px;
	font-weight: bold;
	color:#EB7EAC;
	line-height: 170%;
}

table { border-collapse:collapse}

.notes {
	font-weight: bold;
	color: #F00;
}

.red{ color:#ED0003;}

.notes2{
	font-weight: bold;
	color: #F00;
	font-size:15px}
