@charset "utf-8";
/*------------------------------------------------------------
	スタイルリセット	
------------------------------------------------------------*/
@import "../../common/css/1-default.css";

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
@import "../../common/css/2-layout.css";

/*------------------------------------------------------------
	借金整理比較総合
------------------------------------------------------------*/
#conts h2 {
	margin: 10px 0 15px 0;
}

#conts p {
	padding: 0 15px 15px;
}

#conts .box {
	margin-bottom: 15px;
	height: 100%;
	text-align: center;
	background: url(../img/total/middle_img.jpg) repeat-y left top;
}

#conts .boxA {
	text-align: center;
	height: 100%;
	background:url(../img/total/down_img01.jpg) no-repeat left bottom;
}
	
#conts .boxA  ul {
	padding:3px 0 0 40px;
	 
}

#conts .boxA  ul li {
	float:left;
	padding: 0 3px 10px 0;
}

#conts .boxA  ul li a {
	display: block;
	width: 168px;
	height: 63px;
}

#conts .boxA li.but01 a {
	background: url(../../img/but_img03_over.jpg) no-repeat;
}

#conts .boxA li.but02 a {
	background: url(../../img/but_img04_over.jpg) no-repeat;
}


#conts .boxA li.but03 a {
	background: url(../../img/but_img05_over.jpg) no-repeat;
}

#conts .boxA li a:hover {
	background-color: #fff;
}

#conts .boxA li a:hover img {
	visibility: hidden;
}

#conts .boxA  ul li.end {
	padding: 0px;
}
