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

/************テキスト設定******************************/
dl,dt,dd {
	font-size:85%;
	line-height:180%;
}
dd {
	color:#666666;
}

#case dd {
	font-weight:bold;
	color:#333333;
}
#case span#planning {
	font-weight:normal;
	font-size:80%;
	color:#666666;
}

#news_area ul,#news_area li {
	font-size:85%;
	line-height:180%;
	color:#333333;
}

/************リンク設定******************************/
a:link,a:visited {
	color:#666666;
}
a:hover {
	color:#FF9933;
	text-decoration:none;
}
a {
	text-decoration:underline;
}


/************コンテンツ******************************/
#content {
	width:678px;
	background:none;
	padding:0;
}

.shoulder {
	clear:none;
	padding-bottom:2px;
}


/************flash******************************/
#graph {
	height:351px;
}

/************施行事例******************************/
#case {
	float:left;
	width:285px;
	height:133px;
}

/************バナー******************************/
#banner {
	float:right;
}

/************お知らせ******************************/
#news {
	clear:both;
	height:179px;
	padding:8px 0 0 14px;
	background:url(../img/top/news_bg.jpg) top center no-repeat;
}
#news_area {
	width:645px;
	height:137px;
	padding:5px 5px 5px 0;
}

#news ul {
	overflow:auto;
	height:125px;
	padding-left:15px; 
}
#news li {
	border-bottom:#999999 1px dotted;
	padding:5px 0;
}
#news a {
	padding-right:5px;
}