@charset "UTF-8";

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

comic-common-import.css
---------------------------------------------------- */
body#library-comic h2 {
	background:url(../image/h2_comic.gif) no-repeat left top;
}

#comic-section {
	width:640px;
	margin:0 auto;
}

#comic-section dl {
	background:url(../image/list.gif) no-repeat 0 0;
	width:305px;/*315*/
	height:70px;/*80*/
	float:left;
	padding:5px;
	margin:0 5px 5px 0;
	display:inline;
}

#comic-section dl.even {
	background:url(../image/list.gif) no-repeat 0 0;
	width:305px;/*315*/
	height:70px;/*80*/
	float:left;
	padding:5px;
	margin:0 0 5px 5px;
}

#comic-section dl#none {
	background:url(../image/list.gif) no-repeat 0 -80px;
	width:315px;
	height:80px;
	float:left;
	padding:0;
}

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

#comic-section dl dd {
	width:225px;/*235*/
	height:40px;/*50*/
	float:left;
	padding:5px;
}

#comic-section dl dd.readmore {
	width:80px;/*235*/
	height:20px;
	padding:0;
	padding-left:155px;
}

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

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