@charset "Shift_JIS";
/**
 *	index
 */

div#main_top p.news_title {
	margin-bottom: 7px;
}

/* sitelist */
div#sitelist {
	padding: 10px 0;
}
	div#sitelist ul {
		margin: 10px 0;
	}
	div#sitelist ul li {
		display: inline-block;
		float: left;
		margin-right: 9px;
		margin-bottom: 7px;
		width: 150px;
		overflow: hidden;
		border: solid 1px #ccc;
		list-style: none;
		line-height: 1.3;
	}
	div#sitelist ul li.last_col {
		margin-right: 0;
	}
	div#sitelist ul li.first_col {
		clear: both;
	}
	div#sitelist ul li dl dt {
		padding: 5px 0;
	}
	div#sitelist ul li dl dd {
		padding: 8px;
		background: #f1f1f1;
		color: #555;
		text-align: justify;
	}
	div#sitelist ul li dl dd.description {
		min-height: 50px;
		height: auto !important;
		height: 50px;
	}
	* html div#sitelist ul li dl dd {
		text-justify: inter-ideograph;
		line-break: strict;
	}
	*+html body div#sitelist ul li dl dd {
		text-justify: inter-ideograph;
		line-break: strict;
	}
	div#sitelist ul li dl dd.url {
		padding: 3px 8px;
		min-height: 40px;
		height: auto !important;
		height: 40px;
		word-wrap: break-word;
		font-weight: bold;
	}

	div#sitelist ul li.alliance dl dd {
		background: #F4F2E8;
	}
	div#sitelist ul li.subsidiary dl dd {
		background: #F4F2E8;
	}


dl#news {
	padding-top: 0;
}
dl#news dt.new {
	background:transparent url(/img/news.png) no-repeat scroll left 7px;
}

