@charset "utf-8";

/* heimestatelist settings */

#heimestate_subtitle {
	background:url(../images/heimestate_title.jpg) top left no-repeat;
	width:800px;
	height:90px;
	float:left;
}

#heimestate_list {
	position:relative;
	width:758px;
	border:1px solid #999;
	margin-top:20px;
	background-color:#F6F6F6;
	padding:20px 20px 10px 20px;
	_padding-top:30px;
	_padding-bottom:20px;
}

*:first-child+html #heimestate_list {
	padding-top:30px;
	padding-bottom:20px;
}



div.heimestate_chip {
	position:relative;
	padding-bottom:10px;
	
	border-bottom:1px solid #CCC;
	margin:10px 0;
}

div.site_ss{
	float:left;
	width:86px;
	margin-right:20px;
}

div.site_text {
	float:left;
	width:300px;
}

div.heimestate_sitecatch {
	font-size:16px;
	font-weight:bold;
	color:#76272A;
}

div.heimestate_sitetitle {
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-bottom:5px;
}

div.site_desc {
	width:360px;
}

div.site_gotohp {
	position:absolute;
	left:500px;
	bottom:10px;
	width:151px;
	height:60px;
}

div.site_gotohp a{
	background:url(../images/network_gotohp.jpg) top left no-repeat;
	width:151px;
	height:60px;
	display:block;
}
div.site_gotohp a:hover {
	background-position:right;
}


