@charset "utf-8";

/* 見出し
-----------------------------------------------*/

h2 {
	background: url(../images/h2.jpg) no-repeat;
}
section h3 {
	background: url(../images/h3.png) no-repeat 15px 15px,-webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,238,238,1.00) 100%);
	background: url(../images/h3.png) no-repeat 15px 15px,-moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,238,238,1.00) 100%);
	background: url(../images/h3.png) no-repeat 15px 15px,-o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,238,238,1.00) 100%);
	background: url(../images/h3.png) no-repeat 15px 15px,linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(238,238,238,1.00) 100%);
	border-bottom: 6px solid #00AA88;
	padding: 15px 20px 15px 75px;
}
section h4 {
	background: url(../images/h4.png) no-repeat 20px 20px, url(../images/h4.jpg) repeat;
}
section h4 strong {
	color: #00AA88;
}
section h5 {
	border-bottom: 1px solid #00AA88;
}
section h6 {
	color: #00AA88;
}