@charset "UTF-8";
/* CSS Document */


/*------------------------------------- 

 ニュース用css

------------------------------------- */

body.pageLibTop a.libTop {
	background-color: #83a0e6;
	width: 90%;
	color: #fff;
}

/*
バックナンバー
---------------------------*/
.backnumber h2 {
	clear:both;
	font-weight: bolder;
	width: 100%;
	margin:20px 0 10px 0;
	padding: 0 0 0.5em 0;
	font-size: 120%;
	background-color: transparent;
	background: url(../../img/h2_backnumber.gif) no-repeat left bottom;
	text-indent: 0;
	line-height: 1.5em;
	color: #444;
}

.backnumber ul {
	text-indent: 1em;
}

.backnumber ul li {
	display: inline;
	margin: 0 7px 10px 0;
	padding: 0 0 0 10px;
	line-height: 1em;
	border-left: 1px solid #999;
}


#mainContents .newsBox table td {
	border: none;
}

#mainContents table.table {
	margin-bottom: 1em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#mainContents table.table th,
#mainContents table.table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#mainContents table.table td table,
#mainContents table.table td table td,
#mainContents table.no_border td {
	border: none;
}

#mainContents dl {
	margin-bottom: 2em;
}

#mainContents dl dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}

#mainContents dl dd {
	padding-left: 2em;
}

#mainContents .txt_r {
	text-align: right;
}

#mainContents .txt_c {
	text-align: center;
}

#mainContents hr {
	clear: both;
}

#mainContents .newsBox {
	letter-spacing: normal;
}

