@charset "utf-8";

/*トップページ用
----------------------------------------------------*/

ul.lineup {
		width:695px;
		margin:0 -5px 0 0;
}

ul.lineup li {
		float:left;
		margin:0 6px 0 0;
}

div.ze {
		position:relative;
		margin:0 0 15px 0;
}

p.all {
		position:absolute;
		top:0;
		right:0;
}

#feed dl {
		width:100%;
		line-height:1.0;
		margin:0;
		padding:0;
}

#feed dl dt {
		/*float:left;
		width:90px;
		background:url(../images/common/arrow.gif) 0 3px no-repeat;
		margin:0 0 10px 0;
		padding:0 0 10px 8px;
		font-weight:bold;
		color:#847876;*/
		display:none;
}

#feed dl dd {
		border-bottom:dotted 1px #D1C8B5;
		margin:0 0 10px 0;
		padding:0 0 10px 8px;
		background:url(../images/common/arrow.gif) 0 3px no-repeat;
}


/*
#feed dl {
		width:100%;
		line-height:1.0;
		margin:0;
		padding:0;
}

#feed dl dt {
		float:left;
		width:90px;
		background:url(../images/common/arrow.gif) 0 3px no-repeat;
		margin:0 0 10px 0;
		padding:0 0 10px 8px;
		font-weight:bold;
		color:#847876;
}

#feed dl dd {
		border-bottom:dotted 1px #D1C8B5;
		margin:0 0 10px 0;
		padding:0 0 10px 0;
}*/
