@charset "utf-8";
/*-------------------------------------

-------------------------------------*/
h1 {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8;
	width: 960px;
	padding: 0 0 0 40px;
	left: 0px;
	top: 0;
	background: #FFD0E6;
}
h2 {
	color: #fff;
	margin-bottom: 5px;
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	padding: 0 0 0 20px;
	letter-spacing: 1px;
	background-image: url(../image/common/h2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 2px solid #FFBFBF;
	border-radius: 8px;
}
h3{ 
	font-size: 20px;
	margin: 0 0 15px 0;
	color: #8C4600;
	background:url(../image/common/h3.png) no-repeat left center;
	padding: 0 0 0 45px;
	line-height: 45px;
	width: 580px;
}

/*-------------------------------------

-------------------------------------*/
.boldred {
	color: #EC0000;
	font-weight: bold;
}
