@charset "UTF-8";

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

#maincontents h2 {
	margin: 0 0 10px 2px;
	background: #ffffff url('../images/470teikei2.jpg') no-repeat left top;
    min-height: 180px;
    height: auto !important; /* for IE7 */
    height: 180px; /* for IE6 */
	text-indent: -9999em;
}

a.contact {
	display: block;
	margin: 30px 150px 10px 150px;
	width: 150px;
	height: 25px;
	background: #ffffff url('../images/contact.gif') no-repeat left top;
	text-indent: -9999em;
}

a.contact:hover {
	display: block;
	width: 150px;
	height: 25px;
	background: #ffffff url('../images/contact.gif') no-repeat left bottom;
}

#maincontents .bcontent {
	position: relative;
	clear: both;
	padding: 10px 1px;
	background: none;
}

