/* コンテンツ幅 */
#container{
	width: 510px;

}

/* 更新日 */
#container .date{
	font-size: 10px;
	text-align: right;
	font-weight: normal;
}

/* New */
#container .new{
	font-size: 10px;
	text-align: right;
	font-weight: bolder;
	color: #ff0000;
	margin-left: 5px;
}

/* バナー */
#container .banner{
	text-align: center;
	margin: 4px 0px 20px 0px;
}

/* 枠 */
#container .waku{
	border: 1px solid #f3a4ce;
}





