@charset "Shift_JIS";

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

/*main
--------------------------------------------------------------------------------------------------------------*/
#contents p {
	margin-bottom: 10px;
}
#contents .photo {
	float: right;
	margin-left: 10px;
}
#contents table {
	width: 595px;
	margin-top: 20px;
}
#contents table td {
	padding: 10px 0;
	vertical-align: top;
}
#contents table td img {
	margin: 0 15px;
	padding: 5px;
	border: 1px solid #ccc;
}

