/* ---------------------------------------------------------
 　★ What's NEW 一覧表示ページ
--------------------------------------------------------- */
#MainRight table {
	border-collapse: collapse;
	/* border: 1px dotted pink; */
}
#MainRight p {
	clear:both;
}
#MainRight .td1 {
	background-image: url(../image/line_t.gif);
	background-position: right 0px;
	background-repeat: repeat-y;
	vertical-align: middle;
	border-top: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	_padding-right: 10px;
	width: 70px;
	float:left;
}
#MainRight .td2 {
	padding: 10px;
}

/* ---------------------------------------------------------
 　★ What's NEW 詳細ページ
--------------------------------------------------------- */
#MainRight img.photo{
	margin:0px 20px 0px 0px;
	float: left;
}
#news_detail_title{
	font-size: 20px;
	font-weight: 900;
	color: #d0c6ad;
	margin-top: 15px;
}
#news_detail_detail{
	margin:10px 10px 10px 0px;
}

#news_detail_detail_text{
	float: left;
	text-align: left;
}

#news_detail_detail ul{
	list-style: square;
	list-style-position: inside;
	padding-left: 5px;
}

#Backhe{
	clear: both;
	text-align: center;
	width: 100%;
}



