@charset "utf-8";


@import "reset.css";
@import "common.css";

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

/* override
-------------------*/
#contents{
	padding-top:30px;
}


/*
-------------------*/
#main h3{
	position:relative;
	margin:20px 0 5px;
	line-height:1;
}
#main h3 a{
	position:absolute;
	top:7px;
	right:7px;
}


/* 
-------------------*/
#information_feed{
	padding:0 0 20px;	
}
#information_feed li{
	background:url(../img/common/arrow_01.gif) 4px 10px no-repeat;
	padding:6px 0 6px 20px;	
	border-bottom:dotted 1px #898989;
}
#information_feed span{
	padding:0 15px 0 0;	
}

/*
-------------------*/
#new_feed {
	overflow:hidden;
	margin:0 0 0 -20px;
	padding:10px 0;
}
#new_feed li{
	background:url(../img/book/noimage.jpg) 50% 0 no-repeat;
	float:left;
	width:213px;
	width:155px;
	margin:0 0 0 20px;
/*
	height: 327px;
	overflow:hidden;
*/
}
#new_feed .image{
	width:155px;
	height:	207px;
	text-align:center;
}

#new_feed li img{
	max-height:200px;
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
}

#new_feed li .title{
	background:url(../img/common/arrow_02.gif) 0 6px no-repeat;
	padding:0 0 0 10px;
	margin:7px 0 1px 0;
/*
	height:42px;
	overflow:hidden;
*/
}
#new_feed li .author{
	background:url(../img/book/label_author.gif) 0 0 no-repeat;
	padding:0 0 0 50px;
	min-height:21px;
	margin: 3px 0 6px;
/*
	background:url(../img/book/label_author.gif) 0 50% no-repeat;
*/
}
