@charset "UTF-8";

/* ----------------------------------------------------
作成日: 2009.07.20
最終更新日: 2009.07.20
作成者: AY
最終編集者: AY

libraryNewspaper-mainArea.css
---------------------------------------------------- */
body#library-newspaper h2 {
	background:url(../image/h2_newspaper.gif) no-repeat left top;
}


#newspaper-section {
	background:url(../image/index.jpg) no-repeat 0 0;
	width:640px;
	height:600px;
	margin:0 auto;
	padding-top:40px;
}

#newspaper-section h3, #newspaper-section p {
	display:none;
}

#newspaper-section dl {
	width:440px;
	height:70px;
	margin:0 15px;
	padding:10px 0 11px;
}

#newspaper-section dl dt {
	width:70px;
	height:70px;
	float:left;
	line-height:0;
}

#newspaper-section dl dd {
	width:280px;/*300*/
	height:50px;/*70*/
	float:left;
	padding:10px;
}

#newspaper-section dl dd.readmore {
	width:70px;
	height:20px;/*70*/
	float:left;
	padding:50px 0 0 0;
}

#newspaper-section dl dd.readmore a {
	background:url(../image/readmore.gif) no-repeat 0 0;
	width:70px;
	height:20px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

#newspaper-section dl dd.readmore a:hover {
	background:url(../image/readmore.gif) no-repeat 0 -20px;
	width:70px;
	height:20px;
	display:block;
}
