/* -*- encoding: utf8n -*- */

/*-----------------------------------トップページ*/
#index #wrapper #container {
	background: none;
}
#mainImg {
	width: 600px;
	height: 270px;
	float: left;
}
#topContainer {
	width: 740px;
	margin-top: 3px;
	padding: 5px;
	border-top: 2px solid #00a0c6;
}
#topicsWrapper  {
	width: 360px;
	height: 185px;
	float: right;
	border: 1px solid #999;
}
#topicsWrapper h3{
	width: 360px;
	height: 25px;
	margin-bottom: 10px;
}
dl#topics {
	margin: 0;
}
#topics dt{
	color: #ff0000;
	margin: 0 10px 5px 10px;
	line-height: 1;
}
#topics dd{
	line-height: 1;
	padding: 0 10px 10px 10px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #b0b0b0;
}
#topics dd.lastNews{
	line-height: 1;
	padding: 0 10px 10px 10px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #fff;
}
#kensakuWrapper {
	width: 370px;
	height: 185px;
	float: left;
	border: 1px solid #999;
}
#kensakuWrapper h3 a{
	width: 360px;
	height: 30px;
	display: block;
	background: url(../../images/index/kensaku.gif) no-repeat;
	text-indent: -9999px;
	margin: 5px 0 5px 5px;
}
#kensakuWrapper table {
	margin: 0 0 0 5px;
}
#kensakuWrapper td{
	padding: 0 1px 1px 0;
}


#kensakuWrapper ul{
	margin: 0 0 0 5px;
}
#kensakuWrapper li{
	float: left;
	height: 34px;
	margin: 0 1px 1px 0;
	_margin: 0 1px 0 0;
}

