@charset "Shift_JIS";

@import "../css/contents.css";

ul.photo1 li {
	list-style: none;
	float: left;
	margin: 3px 30px 30px 3px;
	display: inline;
	width: 275px;
	padding-top: 205px;
	text-align: center;
}
ul.photo2 li {
	list-style: none;
	float: left;
	margin: 3px 3px 30px 3px;
	display: inline;
	width: 275px;
	padding-top: 125px;
	text-align: center;
}
li#pt1 {
	background: url(img/pt1.jpg) no-repeat center top;
	
}
li#pt2 {
	background: url(img/pt2.jpg) no-repeat center top;
}
li#pt3 {
	background: url(img/pt3.jpg) no-repeat center top;
	margin-right:75px;
}
li#pt4 {
	background: url(img/pt4.jpg) no-repeat center top;
}
table {
	border-top: solid 1px #ccc;
	margin-left: 5px;
	clear: both;
	margin-bottom:30px;
}
table th{
	background: #ebebeb;
	font-weight: bold;
	border: solid 1px;
	border-color: #fff #fff #ccc #ccc;
	width: 150px;
	color: #333;
	padding: 5px 0;
	text-align: center;
	letter-spacing: 0.3em;
}
table td {
	padding-left: 5px;
	border: solid 1px;
	border-color: #fff #ccc #ccc #ccc;
	line-height: 1.7em;
	letter-spacing: 0.1em;
}

table ol li {
	margin-left: 20px;

}
table ul li {
	margin-left: 10px;
}


