/* ------------------------------
Settings for Photonews
------------------------------ */
#column_A #photonewsmain{
	margin: 10px 10px 10px 10px;
	border: 1px solid #999;
}
#column_A #photonewsmain_photo{
	padding: 10px;
	text-align: center;
}
#column_A #photonewsmain_comment{
	border-top: 1px dotted #999;
	background-color: #eee;
	padding: 10px;
}

#column_A #photonewssub{
	margin: 0 0 10px 10px;
	padding: 0;
}
* html #column_A #photonewssub {
	margin-left: 5px;
}
#column_A .photonewssub_box{
	float: left;
	width: 214px;
	border: 1px solid #999;
	margin: 0 5px 5px 0;
}
#column_A .photonewssub_photo{
	padding: 5px 5px 0;
	height: 125px;
	text-align: center;
}
#column_A .photonewssub_comment{
	border-top: 1px dotted #999;
	background-color: #eee;
	padding: 3px;
	height: 3.0em;
	overflow: hidden;
	font-size: 0.9em;
}

.font_L #column_A .photonewssub_comment{
	height: 4.5em;
}

#column_A .pagelist{
	margin-bottom: 10px;
	text-align: center;
}
#column_A .pagelist .current{
	font-weight: bold;
}

