@charset "UTF-8";

/* MAIN						##################################### */

/* boxx-news */
div#boxx-news{
	margin-top: 5px;
	width: 100%;
	line-height: 1.4;
}
	/* head-news */
	div#boxx-news div#head-news{
		width: 700px; height: 40px;
		background: url(/images/13/head_news.gif) left top no-repeat;
		text-indent: -9999px;
	}

	/* cont-list */
	div#boxx-news div#list-view-news{
		margin-bottom: 20px;
		width: 700px;
	}
		div#list-view-news ul{
			list-style: none;
			clear: both;
		}
			div#list-view-news ul li{
				padding: 10px;
				border-bottom: 1px dotted #cccccc;
				background: url(/images/icon/arrow.gif) left 16px no-repeat;
			}
			div#list-view-news ul li#end{
				border-bottom: none;
			}
				div#list-view-news ul li div.ttl-list-news{
					float: left;
				}
					div.ttl-list-news span.date-news{
						font-weight: bold;
					}
					div.ttl-list-news span.icon10{
						margin: 5px 0 0 5px;
					}
				div#list-view-news ul li div.text-list-news{
					clear: both;
				}


