a:link {        font-weight: bold;        text-decoration:none;        color: #000066 }a:visited {        font-weight: bold;        text-decoration:none;        color: #000099 }a:active {        font-weight: bold;        color:#660066 }a:hover {        font-weight: bold;        text-decoration:underline;        color:#DD0000 }/* <BODY>タグ */body {    margin:0px 0px 0px 0px;    background:#FFFFFF;    }/*a-News用の本文エリア */.newsMain {	width:680px;	margin-right:auto;	margin-left: 10px;	margin-top: 10px;}/* ページのタイトル */.pageTitle {	width:680px;	font-size: 12px;	font-weight: bold;	color: #FFFFFF;	padding: 10px;	background-color: #119999;	margin: 0px;	border-bottom-width: 10px;	border-bottom-style: solid;	border-bottom-color: #886620;}/* カレンダ用のDIV */.calBox {	text-align: right;	float: right; }.updateDate {	text-align: right;	font-size: 12px;	color: #333333;	padding-top: 10px;	clear: right;}