@charset "shift-jis";
/* second */

/*-------------------------------------------------------------
	* トップページの最新の記事リスト
---------------------------------------------------------------*/
body {
margin:0;
text-align:left;
background:none;
}

ul li a:link,
ul li a:visited {
	color: #337ed8;
}
ul li a:hover,
ul li a:active {
	color: #F2801A;
}

ul.newsDetail {
	padding: 5px 10px 0px 0px;
	margin: 0px;
	list-style-type: none;
	line-height: 1.3em;
	font-size: 12px;
	color: #666;
}
ul.newsDetail li {
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	background: url(../img/line_dot.gif) no-repeat left bottom;
}
ul.newsDetail a {
	display: none;
}

ul.newsDetail li span {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
	background: url(../img/arrow_news.gif) no-repeat 0px 5px;
}
ul.newsDetail li div {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 63px;
	height: 15px;
	text-indent: -9999px;
}
ul.newsDetail li a {
	display: inline;
}

ul.newsDetail li div.cate0 {
	background-image: url(../img/news_process.gif);
	background-repeat: no-repeat;
}
ul.newsDetail li div.cate1 {
	background-image: url(../img/news_jig.gif);
	background-repeat: no-repeat;
}
ul.newsDetail li div.cate2,
ul.newsDetail li div.cate7 {
	background-image: url(../img/news_device.gif);
	background-repeat: no-repeat;
}
ul.newsDetail li div.cate9 {
	background-image: url(../img/news_kokuin.gif);
	background-repeat: no-repeat;
}

