@charset "UTF-8";
/* CSS Document */

/* 不動産買取サービスページ用CSS */

/****************************
 パンくずエリア
*****************************/
.panArea {
	width: 930px;
	height: 40px;
	background: url(../image/common/bg_panArea.jpg) repeat-x                ;
	margin: 0px;
	padding-left: 20px;
}

#crumbs {
	font-size: 10px;
	height: 40px;
}

#crumbs li {
	float: left;
	line-height: 40px;
	margin: 0px 7px 0px 0px;
}

#crumbs li a {
	display: block;
	padding: 0px 14px 0px 0px;
	background: url(../image/common/panArrow.gif) no-repeat right center;
}


/****************************
 コンテンツ
*****************************/
#pc_wrap {
	width: 680px;
}

#pc_contents {
	width: 680px;
	clear: left;
}

#pc_title {
	width: 680px;
	height: 44px;
}

#pc_contents h3 {
	color: #1fa7ff;
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
}
















