@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      news.css
 Style Info:     トップ新着情報
----------------------------------------------------------- */

/****************************************************************************************************
	新着情報
****************************************************************************************************/

/* headlinenews */
#newsticker-demo * {
	margin:0;
	padding:0;
}
#newsticker-demo{
	/*position:relative;*/
	width:589px;
	height:200px;
	margin: 0 0 10px 10px;
	padding: 5px 0 5px 0;
	background:url("../images/news_bg.gif") no-repeat;
	float: left;
}
/*#newsticker-demo .newsticker-jcarousellite {
	margin:0;
	padding:0 10px 0 10px;
	width:589px;
	height:1.5em;
	overflow:hidden;
	position:relative;
	left:0;
	top:7px;
}
.newsticker-jcarousellite ul li{
	padding:0 10px 0 10px;
	list-style:none;
	width:589px;
	position:absolute;
	left:0;
	top:0;
	color:#777;
}*/
#newsticker-demo .newsticker-jcarousellite {
	margin: 0;
	padding: 0;
	list-style:none;
	width:589px;
	height: 2.0em;
	/*overflow: hidden;
	position:absolute;*/
	left:0;
	top:0;
	color:#777;
}
#newsticker-demo .newsticker-jcarousellite ul {
	padding:0 0 0 0;
	margin:0 0 0 0;
	white-space:nowrap;
	line-height: 2.0em;
	display:block;
}
#newsticker-demo .newsticker-jcarousellite li {
	padding:0 0 0 100px;
	margin:0 0 0 0;
	white-space:nowrap;
	line-height: 2.0em;
	list-style:none;
	display:block;
}
#newsticker-demo .newsL { float:left; height: 15px; }




/*#headlinenews_wrapper li.home{
	background:url(../image/top_headline_home.gif) no-repeat center left;
	padding:0 0 0 38px;
}
#headlinenews_wrapper li.shop{
	background:url(../image/top_headline_shop.gif) no-repeat center left;
	padding:0 0 0 38px;
}
#headlinenews_wrapper li.lab{
	background:url(../image/top_headline_lab.gif) no-repeat center left;
	padding:0 0 0 38px;
}
#headlinenews_wrapper li.blog{
	background:url(../image/top_headline_blog.gif) no-repeat center left;
	padding:0 0 0 38px;
}*/
#headlinenews_wrapper .all{
	/*position:absolute;*/
	top:7px;
	left:397px;
}
#headlinenews_wrapper img{
	vertical-align:middle;
}
#headlinenews_wrapper a{
	color:#1c72a8;
	text-decoration:underline;
	outline: none;
}

#top_news {
	float:right;
	width:590px;
	padding:5px;
	margin-bottom:10px;
}
#top_news dl {
	vertical-align:top;
	overflow-y:scroll;
	height:100px;
}

#top_news dt {
	padding:0px 5px;
	margin:0 0 2px;
	font-size:10px;
	line-height:1.3;
	color: #00A2A2;
	
}
#top_news dd {
	margin: 0px 5px 7px 0;
	padding:0px 5px 5px 15px;
	border-bottom:1px dotted #cccccc;
	line-height:1.3;
}
.news_t {
	width:572px;
	margin-left:5px;
	border-bottom:1px dotted #483626;
	background:#eeeeee;
	padding:5px 10px;
	color:#333;
	
	margin-bottom:0px;
	
}
