@charset "UTF-8";


/*=========================================================================
	■	YDB eLibrary　(e ライブラリ）/ydb/elibrary/
=========================================================================*/

div#elibrary_box{
	margin: 20px;
	padding: 10px;
	border: 3px solid #0099ff;
	background: #E5F5FF;
}

div#elibrary_box h2{
	margin: 10px 0 20px 0;
	padding: 5px 10px;
	font-size: 120%;
	background: none;
	border: none;
	border-bottom: 1px solid #0099ff;
	height: 1%;
}

div#elibrary_box h3{
	margin: 15px 15px 5px 10px;
	padding: 0 0 0 20px;
	font-size: 110%;
	background: url("../../img/ydb/elibrary/title_icon.gif") no-repeat top left;
	height: 1%;
}
	div#elibrary_box h3 span{
		display: inline;
		padding: 0;
		font-weight: bold;
		font-size: 100%;
		line-height: none;
		color: #ff0000;
	}




