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 id="bd" onload="SizeChange();">タグ */
body {
    margin:0px 0px 0px 0px;
    background:#FFFFFF;    
}

/*a-News用の本文エリア */
.newsMain {
    float:left;
    width:335px;
    background:#FFFFFF;
    
    margin-right:0px;
    padding-bottom:10px;
; border-color: black black #006600; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px
}

.subContent {
    float:right;
    width:38%;
}

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

/* カレンダ用のDIV */
.calBox {
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
}

/* リンク集エリアのDIV */
.linkBox {
	padding-top: 10px;
	text-align: center;
}

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

.updateDateFooter {
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	padding-top: 10px;
	background-color: #990000;
}
.columnBox {
	padding-right: 0px;

}
.columnTitle {
	font-size: 12px;
	color: #333333;
}
.columnDate {
	font-size: 12px;
	color: #333333;
}
.columnTitle2 { font-size: 10.5pt; color: #333333; ; line-height: 130%; padding-top: 8px}
.columnDate2 { font-size: 10.5pt; color: #333333; ; line-height: 130%; margin-bottom: 15px}
.columnTitle3 {
	font-size: 10.5pt;
	color: #333333;
	;
	line-height: 130%;
	padding-top: 2px;
	margin-top: 2px;
	text-align: right;
}
