﻿/* ------------------------------------- */
/* NEWSパーツ用 */
#new_list
{
	border:1px solid #CCCCCC;
	width:400px;
}
dl.news_list_first,dl.news_list
{
    background-image:url("../images/common/list_bg.gif");    
    background-repeat:no-repeat;
    background-position:0px 6px;
    width: 380px;
	line-height:130%;
	padding-top:5px;
	margin-bottom:5px;
	margin-left:5px;
}
dl.news_list 
{
	border-top:1px dotted #AAAAAA;
}
dt.news_list 
{
	color:#946C41;
    width:78px;
    text-align:right;
    float:left;
	background-position:0px 2px;
	background-repeat:no-repeat;
}
dd.news_list
{
	color:#555555;
    overflow:hidden;
    margin:auto;
    width:290px;
    text-align:left;
}