@charset "Shift_JIS";

/*title
--------------------------------------------------------------------------------------------------------------*/
#contents h2 {
	background: url(img/title.jpg) no-repeat;
}

.leadtit {
	background: url(img/leadtit.gif) no-repeat;
	width: 450px;
	height: 132px;
	margin-bottom: 20px;
	text-indent: -9999px;
}


/*main
--------------------------------------------------------------------------------------------------------------*/
#contents table {
	width: 585px;
}
	#contents table tr.center td {
		text-align: center;
	}
		#contents table td {
			padding: 10px;
		}
			#contents table td img {
				border: 1px solid #666;
				padding: 1px;
			}

