@charset "utf-8";
/*見出し（ニュース）*/
h2#h2_library {
	background: url(../images/library/h2_library.jpg) 0 0 no-repeat;
	height: 112px;
}

/*ライブラリ３列セット*/
div.library_set {
	width: 605px;
	margin-bottom: 50px;
}

/*ライブラリ*/
div.library {
	text-align: center;
	width: 170px;
	float: left;
	padding: 0 13px;
}

/*ライブラリタイトル*/
div.library h4 {
	font-size: 80%;
	line-height: 1.3;
	text-align: left;
	background: none !important;
	width: 155px !important;
	margin: 0 0 5px 0 !important;
	padding: 5px 0 5px 10px !important;
	border: none !important;
	border-left: 5px solid #3c53a4 !important;
}

/*拡大する（サムネイル）*/
div.library a.thumb {
	display: block;
	width: 150px;
	margin: 0 auto 5px auto;
	border: 1px solid #ccc;
}

div.library a:hover.thumb {	border: 1px solid #3c53a4 }

/*拡大する*/
div.library a.zoom_bn {
	text-indent: -9999px;
	display: block;
	background: url(../images/library/zoom_bn.gif) no-repeat;
	height: 21px;
	width: 75px;
	margin: 0 auto;
	overflow: hidden;
}

div.library a:hover.zoom_bn { background: url(../images/library/zoom_bn.gif) no-repeat 0 -21px }

/*PDFを見る*/
div.library a.pdf_bn {
	text-indent: -9999px;
	display: block;
	background: url(../images/library/pdf_bn.gif) no-repeat;
	height: 21px;
	width: 75px;
	margin: 0 auto;
	overflow: hidden;
}

div.library a:hover.pdf_bn { background: url(../images/library/pdf_bn.gif) no-repeat 0 -21px }

/*ニュースリリース*/
div.library dl {
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
	padding-top: 5px;
}

div.library dl dt {
	color: #69c;
	float: left;
	clear: both;
	padding: 5px 0 5px 10px;
}

div.library dl dd {
	color: #333;
	padding: 5px 0 5px 60px;
	border-bottom: 1px dotted #ccc;
}

/*Adobe Readerダウンロード*/
div#ar_down {
	width: 590px;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px dotted #ccc;
}

div#ar_down img {
	float: left;
	margin-right: 10px;
}

div#ar_down p {
	color: #555;
	line-height: 1.4;
}

/*----date_table-----*/

#ad_box{ padding: 30px 0 }

#ad_box table{
	width:90%;
	margin:0 auto 30px auto;
}

#ad_box table th{
	font-size:12px;
	font-weight:normal;
	line-height: 1.8;
	padding:10px 15px;
	vertical-align:top;
	text-align:left;
	white-space:nowrap;
	border-bottom:1px dotted #ccc;
	background:#B1CAF3;
}
#ad_box table td{
	font-size:12px;
	padding:10px;
	line-height:1.8;
	border-bottom:1px dotted #ccc;
	text-align:left;
}
#ad_box #img_box {
	text-align: center;
	margin-bottom: 20px;
}
.title {
	border-left: 2px solid #5583E1;
	font-size: 13px;
	padding-left: 5px;
	font-weight: bold;
}

