@charset "utf-8";

h1 {
}


h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	border-radius: 8px;
	color:#81671B;
	padding: 5px 10px 5px 30px;
	margin: 0 0 15px;
	position: relative;
	background:#FCE396 url(../image/common/h2.png) no-repeat 10px 14px;
	background-size: auto 14px;
}



h3{
	line-height: 1.5;
	padding: 0px 0px 5px 20px;
	margin: 0 0 15px;
	font-size: 19px;
	font-weight: bold;
	color:#FFA825;
	position: relative;
	background-position: left 5px;
	background-size: auto 20px;
	background-image: url(../image/common/h3.png);
	background-repeat: no-repeat;
	border-radius: 0px;
	border-bottom: 2px dotted #FFA825;
}



h4{
	font-size: 17px;
	line-height: 1.4;
	padding: 5px 10px 5px 20px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #FF8000;
	border-top: 1px solid #FF8000;
	color: #663300;
	background-repeat: no-repeat;
	background-image: url(../image/gn/list2.png);
	background-position: 5px 11px;
	background-size: auto 8px;
	background-color: #FDFBEE;
}


h6 {
	font-size: 16px;
	color: #FFFD04;
	border-bottom: 2px dotted #FFFFFF;
	margin: 0 0 5px 0;
	line-height: 30px;
}


.subtitle {
	font-size: 14px;
	color: #F99;
	padding-left: 10px;
	font-style: italic;
}
.number {
	font-size: 18px;
	color: #E5535D;
	margin-right: 10px;
	line-height: 40px;
}
.kana {
	display: block;
	font-size: 12px;
	font-style: italic;
	color: #888888;
	padding-right: 1em;
	padding-left: 1em;
}
.category {
	font-size: 18px;
	color: #662c18;
	background: url(../image/common/category.png) repeat-x left bottom;
	font-weight: bold;
	padding: 5px 15px 10px;
	margin-bottom: 5px;
	text-align: left;
}
.vivid {
	font-size: 28px;
	font-weight: bold;
	color: #F90;
	line-height: 170%;
}
.notes {
	font-weight: bold;
	color: #F00;
}
.red {
	color:#D80000;
	font-weight: bold;
}
.bold {
	font-weight: bold;
	font-size: 14px;
}
