@charset "utf-8";
/* CSS Document */



/*--
main-wrapper ----------*/


#top-news-wrapper {
	margin: 0px auto 15px;
	text-align: left;
}

div#top-news-box-header {
	margin: 0px auto 0px;
	clear: both;
	background: url(http://www.yuta-sone.com/ver3/images/home/home_capbar.jpg) no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 723px;
}
div#top-news-box-header h2 {
	display: none;
}


.newsBox {
	list-style: none;
	text-align: left;
}
.newsBox li {
	padding: 20px 3px 20px 15px;
	background: url(http://www.yuta-sone.com/ver3/images/common/arrow_01.jpg) no-repeat;
	background-position: 5px 21px;
	border-bottom: 1px dotted #bac4cb;
	clear: both;
}
.newsBox li.odd {
	background-color: #ffffff ;
}
.newsBox li.even {
	background-color: #ffffff ;
}


.icon-box {
	float: left;
}

.news-text {
	padding-left: 8px;
	line-height: 140%;
	/*letter-spacing: 0px;*/
}
.news-text-date {
	margin-right: 5px;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0px;
}
.news-icon {
	margin-right: 5px;
	vertical-align: middle;
}


div#top-news-box-footer {
	margin: 15px 0px;
	padding-left: 10px;
	background: url(http://www.yuta-sone.com/ver3/images/common/arrow_02.jpg) no-repeat;
	background-position: 0px 6px;
	float:right;
}










