/* formatting style ------------------------------*/
/* -----------------------------------------*/
*{
	font-style:normal;
	margin:0px;
	padding:0px;
}

hr{
	display:none;
}

html {
    margin-bottom:1px;
    height:100%;
}


/* line style　------------------------------*/
/* -----------------------------------------*/

a img{
	border-style:none;
}


/* link style ------------------------------*/
/* -----------------------------------------*/
a{
	text-decoration: none;
	color: #333333;
}

a:link{
	text-decoration: none;
}

a:hover{
	color: #FF0000;
}

a:visited{
	color: #666666;
}

a:active{
	color: #FF0000;
}

.clear {
	clear: both;
}

body {
	text-align: center;
	font-family: "MS-PGothic", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 22px;
	color: #333;
}

#wrapper {
	text-align: left;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	zoom: 100%;
	height: 700px;
}


#wrapper:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}


#contents {
	padding-top: 30px;
	width: 680px;
	padding-left: 10px;
	padding-right: 10px;
}
.mur_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

#main_txt {
	margin-bottom: 20px;
}

/*.bt_close    ------------------------------*/
.bt_close {
	float: right;
	width: 150px;
}

/*result_outside_box   ------------------------------*/
.listingagent_outside_box,
.listingagent_inside_box {
 width: 680px;
}
.listingagent_outside_box {
	padding-top: 75px;
	background-image: url(../img/listingagent_img/agent_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.listingagent_inside_box  {
	padding-bottom: 20px;
	background-image: url(../img/listingagent_img/agent_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.listingagent_mid_box{
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../img/listingagent_img/agent_middle.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
}


/*tb_test  ------------------------------*/
.tb_test  {
	border-spacing: 0;
	border-collapse:collapse;
	width: 640px;
}

.tb_test th {
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;	
}

.tb_test td {
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-left: 5px;
}
