@charset "utf-8";

#main_body {
	clear: both;
	width: 100%;
	line-height: 140%;
}

#main_header {
	margin-bottom: 20px;
}

#main #main_a h1, #main_header h1 {
	margin: 0;
	padding: 0.5em 70px 0.5em 40px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.2em;
	background-color: #FF9900;
	background-image: url(/img/midashi/h1_bg.png), -webkit-linear-gradient(#FF9900 0%, #FFFF33 100%);
	background-image: url(/img/midashi/h1_bg.png), -o-linear-gradient(#FF9900 0%, #FFFF33 100%);
	background-image: url(/img/midashi/h1_bg.png), linear-gradient(#FF9900 0%, #FFFF33 100%);
	background-repeat: no-repeat;
	background-position: right center;
	border: none;
	border-bottom: 6px solid #F4861E;
}
#main_body h2 {
	clear: both;
	margin: 20px 0 15px;
	padding: 0.5em 40px;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.2em;
	background-color: #A9E1F3;
	background-image: url(/img/midashi/h2_icon.png), url(/img/midashi/h2_bg.png);
	background-repeat: no-repeat;
	background-position: left center, right 5px;
	border: none;
	border-bottom: 4px solid #FFCC33;
}

#main_body h3 {
	clear: both;
	margin: 20px 0 15px;
	padding: 0.5em 40px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.2em;
	background: url(/img/midashi/h3_icon.png) no-repeat left center #CCDEED;
	border: none;
	border-bottom: 2px solid #0059A7;
}

#main_body h4 {
	clear: both;
	margin: 20px 0 15px;
	padding: 0.5em 40px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2em;
	background: url(/img/midashi/h4_icon.png) no-repeat 10px center #FBF7DC;
	border: none;
	border-bottom: 1px solid #002080;
}

#main_body h5 {
	clear: both;
	margin: 20px 0 15px;
	padding: 0.5em 40px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2em;
	background: url(/img/midashi/h5_icon.png) no-repeat 10px center #C9E6ED;
	border: none;
}

#main_body h6 {
	clear: both;
	margin: 20px 0 15px;
	padding: 0.5em 40px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2em;
	background: #F1EFE2;
	border: none;
}

#main #main_a ul,
#main #main_a ol {
	margin: 10px 20px 10px 20px;
}


/* IE8・9 */
#main #main_a h1, #main_header h1 {
	font-size: 2em\9;
	background: url(/img/midashi/h1_bg.png) no-repeat right bottom #ffdf23\9;
}
#main_body h2 {
	font-size: 1.4em\9;
	background: url(/img/midashi/h2_icon.png) no-repeat left center #A9E1F3\9;
}
#main_body h3 {
	font-size: 1.3em\9;
}
#main_body h4 {
	font-size: 1.1em\9;
}
#main_body h5 {
	font-size: 1em\9;
}
#main_body h6 {
	font-size: 0.9em\9;
}