a:link {
        font-weight: right;
        text-decoration:none;
        color: #000099
}

a:alink { 
        font-weight: right;
        color: "#000099" ;
        text-decoration:none;
}

a:visited {
        font-weight: right;
        text-decoration:none;
        color: #000099
}

a:active {
        font-weight: right;
        text-decoration:none;
        color:#FF3300
}

a:hover {
        font-weight: right;
        text-decoration:none;
        color:#FF3300
}

/* <BODY>タグ */
body {
    margin:0px 0px 0px 0px;
    background:#ffffff;
    background-image: url(http://kitaai.com/img/kitakuniback.gif);
}

/*    background-image: url(http://kitaai.com/img/kitakuniback.gif);*/
/*    background-image: url(http://kitaai.com/battle/2004_16_2.jpg); */


/*a-News用の本文エリア */
.newsMain {
	width:800px;
	margin-right:auto;
	margin-left: auto;
	margin-top: 20px;
}

/* ページのタイトル */
.pageTitle {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 20px;
	background-color: #CC0033;
	margin: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
}

/* カレンダ用のDIV */
.calBox {
	text-align: right;
	float: right;
}


/* ミニリンク用のDIV */
.minilink {
         font-weight: lighter;
	font-size: 12px;
}


.updateDate {
	text-align: right;
	font-size: 12px;
	color: #ffffff;
	padding-top: 5px;
	clear: right;
}
