@charset "utf-8";

/*** トップページ ****************/

#top_main{
	text-align:center;
	margin:5px 0 20px;
}


#top_bottom{
	margin-bottom:25px;
}


/** 事業内容ボタン **/
#busiBox{
	width:399px;
	float:left;
}

#busiBox table{
	width:399px;
	margin:0;
}

#busiBox table td{
	width:127px !important;
	width /**/: 133px;
	padding-bottom:7px;
	padding-right:6px;
	}



/** お知らせ **/
#newsBox{
	width:392px;
	float:right;
	background:url(../topimg/news_back.gif) repeat-y 0% 0%;
}

#newsBox img{
	display:block;}

#newsBox h2{
	margin:0;}

#newsBox dl{
	margin:6px 10px 8px;
	width:370px;
}

#newsBox dl dt{
	background:url(../topimg/arr_news.gif) no-repeat left center;
	padding-left:20px;
	font-size:80%;
	margin-top:8px;
}

#newsBox dl dd{
	padding-left:20px;
	padding-bottom:8px;
	border-bottom:1px dashed #6F7B74;
}

#newsBox a:link, #newsBox a:visited{
	color: #6C6C6C;
	text-decoration: underline;
}
#newsBox a:hover, #newsBox a:active{
	color: #5778C6;
	text-decoration: underline;
}





