@charset "utf-8";
.contents {
	text-align: right;
	background-color: #F0F0F0;
	padding: 5px;
	width: 706px !important;
}
.contents a.title {
	display: inline-block;
	color: #590D0D;
	font-size: 16px;
	padding: 9px 0px;
	line-height: normal;
	border-bottom: none;
}
.contents a.title:hover {
	color: #2D2D2D;
}
.contents .text {
	line-height: 25px;
}
.contents .date {
	color: #D00644;
}
.contents img {
	border: 1px solid #FFFFFF;
}
.contents .img {
	float: left;
	margin: 5px 10px 5px 0px;
	border: 1px solid #D0CECE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F0F0F0 url(../images/gradient-bg-1.png) repeat-x scroll center bottom;
	width: 256px;
	display: none;
}
.contents .img .image-caption {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 2em;
}
.contents .img img {
	padding: 3px;
	height: auto;
	max-width: 250px;
	border: none;
}
.addthis_toolbox {
	margin: 10px 0px;
	border-top: 1px dotted #D0CECE;
	padding-top: 5px;
	position: relative;
	width: 355px;
	padding-left: 351px;
}
a.seeAllLink {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	top: 7px;
	border-bottom: 1px dotted #2D2D2D;
	left: 20px;
}
a.seeAllLink:hover {
	border-bottom: 1px solid #2D2D2D;
}
