@charset "utf-8";

/* ---------------------------------------*/
/* news */
/* ---------------------------------------*/
#container #news{
}

#container #news dl {
	position: relative;
}

#container #news dl dt {
	background: url(../img/common/icon_arrow01.gif) no-repeat 10px 6px;
	padding: 0 0 0 20px;
	position: absolute;
	font-weight: bold;
}

#container #news dl dd {
	padding: 0 0 5px 14em;
	border-bottom: 1px dotted #CCC;
	margin: 0 0 10px 0;
	background: url(../img/common/icon_release.gif) no-repeat 120px 2px;
}

#container #news dl dd.topics {
	padding: 0 0 5px 14em;
	border-bottom: 1px dotted #CCC;
	margin: 0 0 10px 0;
	background: url(../img/common/icon_torics.gif) no-repeat 120px 2px;
}

#container #news dl dd.goods {
	padding: 0 0 5px 14em;
	border-bottom: 1px dotted #CCC;
	margin: 0 0 10px 0;
	background: url(../img/common/icon_goods.gif) no-repeat 120px 2px;
}

#container #news h4 {
	font-size: 110%;
	font-weight: bold;
	border-left: 4px solid #000;
	padding-left: 8px; 
	margin: 0 0 20px 10px;
}

#container #news .block {
	padding: 0 20px;
}

#container #news p.txt {
}

#container #news p.right {
	text-align: right;
	margin: 0 0 20px;
}

#container #news p.name {
	text-align: right;
	margin: 20px 0;
}

#container #news .center {
	text-align: center;
}

#container #news p.Fright {
	float: right;
	margin: 0 0 20px 20px;
}



