/*
 *
 */
#sidebar-news .news-block {
	margin-bottom:30px;
	width:240px;
	border-top:1px dotted #B5B3A6;
}
#sidebar-news .news-block li {
	border-bottom:1px dotted #B5B3A6;
}
#sidebar-news .news-block li a {
    background-image:url(../img/common/arrow.png);
    background-position:3px 50%;
    background-repeat:no-repeat;
    color:#4D4A44;
    display:block;
    padding-bottom:5px;
    padding-left:15px;
    padding-top:5px;
}

/*
 *
 */
#contents .type-news .entry-excerpt {
	border-bottom:1px dotted #A8A69D;
	margin-bottom:15px;
	padding-bottom:15px;
}

#contents .type-news .entry-excerpt .thumbnail {
	position:relative;
	float:left;
	width:100px;
	height:70px;
	margin-right:10px;
}
#contents .type-news .entry-excerpt .thumbnail .frame {
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}
#contents .type-news .entry-excerpt .title {
	font-size:14px;
	margin-bottom:5px;
}
#contents .type-news .entry-excerpt .title a {
	color:#615045;
}


/*
 *
 */
#contents .type-news .entry-content .image {
	position:relative;
	margin:20px auto;
	width:400px;
	height:250px;
}
#contents .type-news .entry-content .image .frame {
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}
#contents .type-news .entry-content .back {
	padding:0 10px;
	text-align:right;
}
#contents .type-news .entry-content .back a {
	background-image:url(../img/common/arrow02.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	color:#4D93D9;
	padding-left:13px;
	text-align:right;
}
