@charset "utf-8";

/*
CSS information
	FileName    : news.css
	Description : ニュース一覧用
	Version     : 2.0.1 (20100608)
	Author      : szk
*/

/*====================================================================================================
	SiteMap
====================================================================================================*/
#container {
  line-height: 1.5;
}

#contents h2 {
	margin-bottom: 30px;
}

h3 {
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom: solid 1px #CCBAA3;
	clear: left;
}

.shellIn {
	padding: 35px 35px 0;
	margin-bottom: 20px;
}

dl.news {
	margin-left: 4px;
	clear: both;
}
dl.news dt {
	max-width: 80px;
	float: left;
	overflow: hidden;
}
dl.news dd {
	margin-left: 8px;
	max-width: 800px;
	padding-bottom:10px;
	float: left;
}
dl.news span {
	font-size: 0;
}

