@charset "UTF-8";

/*あなたの大切な人の中に一人暮らしの方はいませんか。水道の使用状況をお知らせし、毎日そっと見守ります。*/
#home_top {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 10px;
}

#home_top_img {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 60px;
	position: relative;
}

/*h2*/
.home_h2_top {
	color: #004e97;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 26px;
	text-align: left;
	position: absolute;
	top: 60px;
	left: 14px;
	text-indent: -14px;
	line-height: 1.2em;
}
.home_h2 {
	color: #004e97;
	float: left;
	width: 100%;
	margin-bottom: 0px;
	font-size: 26px;
	text-align: left;
	text-indent: -14px;
	line-height: 1.2em;
}

#home_top_system {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
#home_top_system_left {
	float: left;
	width: 400px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 40px;
}
#home_top_system_left img {
	width: 100%;
}
#home_top_system_right {
	float: right;
	width: 400px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-right: 40px;
}
#home_top_system_right img {
	width: 100%;
}
.home_top_system_t {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 4px;
}

#support {
	float: left;
	width: 874px;
	margin-top: 10px;
	text-align: left;
	padding: 35px;
	border: 3px solid #666666;
	/*-moz-box-sizing: border-box;*/
	/*-webkit-box-sizing: border-box;*/
	/*box-sizing: border-box;*/
	background-color: #FFFFE3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.link {
	text-align: right;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.link a {
	color: #336699;
	text-decoration: underline;
}
.link a:hover {
	color: #FF6600;
	text-decoration: underline;
}