#top {
	background-image:url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
#attention {
color: #fff;
}
#topCampaign {
	position: absolute;
	right: 200px;
	top: 50px;
}
#topTwitter {
	position: absolute;
	right: 70px;
	top: 250px;
}
#newinfo {
	position: absolute;
	background-color:rgba(255,255,255,0.85);
	color:#333;
	right: 89px;
	top: 480px;
	width:510px;
	padding: 20px 10px 20px 20px;
	}
#newinfo dl{
	overflow: auto;
	height: 68px;
	margin: 5px 10px 0px;
}
/*日付設定*/
#newinfo dt {
	float: left;
	width: 140px;
}
/*更新情報設定*/
#newinfo dd {
	border-bottom: 1px solid #dcdcdc;
	padding-left: 8em;
line-height: 180%;
padding-bottom: 5px;
margin-bottom: 5px;
font-size: 14px;
}
#newinfo dd img {
	vertical-align: middle;
}
#topicpath {
	font-size: 90%;
}



