@charset "utf-8";
div#head {
	background: transparent url(../img/head.jpg) no-repeat center top !important;
}

div#content div.section-general h2 {
	background: transparent url(../img/h2-gen.jpg) no-repeat left top;
	color: #1ba5e6;
	width: auto;
	margin: 1px 6px 0;
	padding: 22px 0 0 100px;
	height: 23px;
	line-height: 100%;
}

/*IE6パディングバグ*/
* html div#content div.section-general h2 {
	padding: 22px 0 0 100px;
	height: 45px; 
}

div#content div.section-general h2 a {
	text-decoration: none;
	color: #1ba5e6;
}

div#content div.section-general h2 a:hover {
	text-decoration: underline;
}
