@charset "utf-8";
/* CSS Document */
/*グローバルナビ*/
#home_navi {
	background: url(../images/home.jpg) no-repeat;
	height: 50px;
	width: 124px;
}
#home_navi a:hover {
	background: url(../images/home_ov.jpg) no-repeat;
}

#kantei_flow_navi {
	background: url(../images/flow.jpg) no-repeat;
	height: 50px;
	width: 130px;
}
#jisseki_navi {
	background: url(../images/jisseki_ov.jpg) no-repeat;
	height: 50px;
	width: 130px;
}
#kannteishi_navi {
	background: url(../images/shoukai.jpg) no-repeat;
	height: 50px;
	width: 130px;
}
#annai_navi {
	background: url(../images/annai.jpg) repeat-x;
	height: 50px;
	width: 130px;
}
#q_a_navi {
	background: url(../images/q&a.jpg) no-repeat;
	height: 50px;
	width: 130px;
}
#toiawase_navi {
	background: url(../images/otoiawase.jpg) no-repeat;
	height: 50px;
	width: 126px;
}
#kantei_flow_navi a:hover {
	background: url(../images/flow_ov.jpg) no-repeat;
	height: 50px;
	width: 130px;
}
#jisseki_navi a:hover {
	background: url(../images/jisseki_ov.jpg) no-repeat;
	height: 50px;
	width: 130px;
}
#kannteishi_navi a:hover {
	background: url(../images/kanteishi_ov.jpg) no-repeat;
	height: 50px;
	width: 130px;
}
#annai_navi a:hover {
	background: url(../images/annai_ov.jpg) no-repeat;
	height: 50px;
	width: 130px;
}
#q_a_navi a:hover {
	background: url(../images/q_a_ov.jpg) no-repeat;
	height: 50px;
	width: 130px;
}
#toiawase_navi a:hover {
	background: url(../images/otoiawase_ov.jpg) no-repeat;
	height: 50px;
	width: 126px;
}

/*グローバルナビここまで*/
#pankuzu {
	font-size: 12px;
}
#pankuzu a {
	color: #4c4c4c;
	text-decoration: none;
}
#pankuzu a:hover {
	color: #666;
	text-decoration: underline;
}

#kaitori_contents {
	background: #FFF;
	padding: 20px;
	overflow: hidden;
}
#kaitori_contents h4 {
	margin-bottom: 15px;
}
#kaitori_contents p {
	line-height: 1.2em;
}
#kaitori_jisseki_contents {
	margin-top: 35px;
}
.jisseki_shoukai {
	margin-top: 20px;
	margin-bottom: 40px;
}
.jisseki_shoukai td {
	font-size: 12px;
	vertical-align: top;
	width: 140px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#shuttyou_kaitori_contents {
	margin-top: 20px;
}

/*下部のお問合せ先*/
.otoiawase_bottom_b {
	float: left;
	width: 434px;
	margin-top: 30px;
}
.mailsatei_banner_bottom_b {
	width: 190px;
	height: 75px;
	float: left;
	margin-top: 120px;
	margin-left: 5px;
}
