@charset "utf-8";
/*-------------------------------------

-------------------------------------*/
#header h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	padding: 0 0 0 30px;
	color: #000000;
	margin: 0;
	width: 970px;
}
h2,h1.blogtitle {
	color: #FFFFFF;
	margin: 0 0 10px;
	line-height: 28px;
	font-size: 20px;
	padding: 4px 5px 4px 15px;
	letter-spacing: 1px;
	border-radius: 5px;
	border: 1px solid #85C934;
	font-weight: bold;
	background-color: #2DB200;
	background-image: -webkit-linear-gradient(270deg,rgba(179,226,110,1.00) 0%,rgba(147,206,66,1.00) 46.64%,rgba(110,181,27,1.00) 48.70%,rgba(123,205,33,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(179,226,110,1.00) 0%,rgba(147,206,66,1.00) 46.64%,rgba(110,181,27,1.00) 48.70%,rgba(123,205,33,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(179,226,110,1.00) 0%,rgba(147,206,66,1.00) 46.64%,rgba(110,181,27,1.00) 48.70%,rgba(123,205,33,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(179,226,110,1.00) 0%,rgba(147,206,66,1.00) 46.64%,rgba(110,181,27,1.00) 48.70%,rgba(123,205,33,1.00) 100%);
	text-shadow: 0px 0px 3px #888888;
}
h3{
	font-size: 20px;
	margin: 0 0 10px;
	color: #1E501B;
	line-height: 36px;
	padding: 0 0 0 40px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 2px solid #2DB200;
	background-image: url(../image/common/h3.jpg);
	background-repeat: no-repeat;
	background-size: auto 24px;
	background-position: 6px 6px;
}

/*-------------------------------------

-------------------------------------*/
.boldred {
	color: #EC0000;
	font-weight: bold;
}


.vivid {
	font-size: 22px;
	font-weight: bold;
	color: #2DB200;
	line-height: 170%;
}


.notes {
	font-weight: bold;
	color: #F00;
}
