@charset "utf-8";
@import url("../common/_common.css");
@import url("./_photo_common.css");

#PhotographerLink {
	margin: 30px 40px 60px;
	padding: 0;
	list-style: none;
}
#PhotographerLink li {
	margin: 0 0 40px;
	padding: 0;
}
#PhotographerLink h2 {
	margin: 0 0 10px;
	padding: 3px 14px;
	font-size: 14px;
	_font-size: 105%;
	letter-spacing: .2em;
	background: #eee;
	border: 3px double #ccc;
}
#PhotographerLink strong {
	color: #555;
}
#PhotographerLink p {
	margin: .5em 0 .5em 20px;
	padding: 0 0 0 30px;
	min-height: 17px;
	_height: 17px;
	line-height: 1.3;
	color: #333;
}
#PhotographerLink .BN {
	background-image: url("./images/bn.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#PhotographerLink .HP {
	background-image: url("./images/hp.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
}

