body {
	background:#FAF1E0;
	color:#333;

}
img {
	border: none;
}
.orange     { color: #FF6600; }
.darkorange { color: #CC6600; }
.green		{ color: #669900; }
.gray       { color: #999999; }
.blue       { color: #0E60D0; }
.navy       { color: #032C60; }
.red        { color: #DA001C; }
.white      { color: #FFFFFF; }
.b          { font-weight: bold; }

h1 {
	 color: #666;
	 font-size: 12px;
	 font-weight: normal;
	 margin: 4px;
}
.blue_border_bottom {
border-bottom: solid 1px #B7BFD5;
}

/* 基本クラス */
.floatClear {
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 2px;
	clear: both;
	overflow: hidden;
}
.nowrap {
	white-space: nowrap;
}

a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}


/*パンくずメニュー用*/
a.bread:link {
	color: #666666;
	text-decoration:none;
}
a.bread:visited {
	color: #666666;
	text-decoration:none;
}
a.bread:hover {
	color: #6495ED;
	text-decoration:none;
}
a.bread:active {
	color: #6495ED;
	text-decoration:none;
}



/* フッターメニュー用 */
a.footlink:link {
	color: #333;
}
a.footlink:visited {
	color: #333;
}
a.footlink:hover {
	color: #6495ED;
}
a.footlink:active {
	color: #6495ED;
}

/* 「ニュース：一覧を見る用 */
a.white:link {
	color: #FFF;
}
a.white:visited {
	color: #FFF;
}
a.white:hover {
	color: #CC0000;
}
a.white:active {
	color: #CC0000;
}

/*-------------------------------------------------------------
add css 081204
modify 090225
-------------------------------------------------------------*/
#addBdy{
	margin:0;
	padding:0;
}
#addBdy h1{
	width:800px;
	margin:0 auto;
	text-align:left;
	padding:4px 0;
	text-indent:3px;
}
.addTxt{
	width:340px;
	text-align:left;
	float: right;
}
.addTxt h2,.addTxt h3{
	font-size:12px;
	margin:0;
	padding:0;
	border-left:5px solid #032C60;
	padding-left:3px;
	color: #032C60;
}
.addTxt p{
	font-size:12px;
	margin:0;
	padding:0;
	padding:5px 0;
}
#Header{
	width:802px;
	margin:0 auto;
	text-align:left;
	background-color:#fff;
	color:#333;
	position:relative;
}
#Header #HedLnk{
	position:absolute;
	top:0;
	right:0;
	font-size:10px;
	padding:3px;
}
#Header #HedLnk{padding:1px;}
#Header #HedLnk a{
	color:#999;
	text-decoration:none;
}
.addTxt2 p{
	font-size:1em;
	margin:0 15px;
}
.addTxt2 h2{
	font-size:1.1em;
	margin:0;
	padding:4px 11px;
	background:#1B406F;
	color:#fff;
}
.addTxt2 h3{
	font-size:1em;
	margin:8px 15px 0;
	padding:3px 5px;
	background:#E9E9F3;
	border-left:5px #C1C3D8 solid;
}
.addDLine{
	padding:5px 0;
}
.pTpLnk{
	text-align:right;
	margin-right:10px;
	margin-top:15px;
}

#topTextArea {
	width: 800px;
	border-bottom:1px solid #1B406F;
	padding: 10px 0px;
}


/* ニュース用クラス */
#newsDigest {
	width: 410px;
	float: left;
}
#newsDigestTitle{
	width: 100%;
	text-align: left;
}
#newsDigestTitle th, #newsDigestTitle td{
	background: #1B406F url(./img/bg_news_title.gif) repeat-x;
	color: #FFF;
	padding: 5px;
}
#newsDigestTitle td{
	text-align: right;
}

#newsDigestTable th, #newsDigestTable td{
	padding: 10px 10px 10px 0px;
	border-bottom: dotted 1px #999;
	text-align: left;
	vertical-align: top;
	line-height:1.2;
}
#newsDigestTable th {
	background: url(./img/arrow_navy.gif) no-repeat 0px 15px;
	padding-left: 0.8em;
	white-space: nowrap;
	font-weight: normal;
	width: 68px;
}

.bannerArea p {
	text-indent:-9998px;
}

.bannerArea p.gallery {
	margin:10px 0; 
	padding:0;
}

.bannerArea p.gallery a {
	width:800px;
	height:75px;
	display:block;
	background:url(img/bnr_gallery.gif) 0 0 no-repeat;
}

.newsArticle {
	width: 660px;
	text-align: left;
	margin: 15px auto;
}
.pageNavigation{
	width: 665px;
	margin: 20 auto;
}

.submit form{
	display: inline;
}

.yet {
	color: #CC0000;
}

.end {
	color: #0000CC;
}

.noData {
	margin: 50px;
}