@charset "UTF-8";

#braidalnews {
	float: left;
	width: 160px;
	margin-top: 35px;
}
#braidalnews h3 {
	border-bottom: dashed #bdb695 1px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#braidalnews li {
	list-style: none;
	background-image: url(common2/img/list_disc.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	padding-left: 15px;
	font-size: 70%;
	color: #668b8b;
}

/*背景アリバージョン
#braidalnews {
	float: left;
	width: 160px;
	margin-top: 35px;
	background-image: url(images/braidalnews_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 150px;
}*/

