
/*サイドバーのスタイル*/
#sidebar #sidebar-top {
	background-image: url(/images/background-sidebar-top-fishing-info.png);
}

/* コンテンツのスタイル */
#contents-inner {
}

.fishing-info {
	position: relative;
	width: 530px;
	margin-left: 55px;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCC;
}
.fishing-info p{
	vertical-align: middle;
}
.fishing-info img{
	margin-bottom: 1em;
}
.fishing-info-left {
	width: 220px;
	float: left;
}
.fishing-info-right {
	margin-left: 220px;
	text-align: center;
}
.fishon-shot {
	text-align: left;
}

.fishing-info-right .species {
	float: left;
}
.fishing-info-right .length {
	margin-left: 150px;
}

