.main {
	width: 100%;
	margin-right: 0;
	margin-left: 2%;
}
	
body {
	/*	margin: 0;*/
	padding: 0;
	text-align: left;
	font-size: 9pt;
	line-height: 11pt;
}
	
A:link {
	/*	color:#ff3535;*/
	text-decoration:none;
}

A:active{
	/*	color:#ff8040;*/
	text-decoration:none;
}

A:visited{
	/*	color:#808080;*/
	text-decoration:none;
}

/*基本文字*/
.f_index {
	font-size: 9pt;
	line-height: 11pt;
}

/*太文字*/
.b_index {
	font-size: 9pt;
	line-height: 11pt;
	font-weight:bold;
}

/*基本文字中心*/
.m_index {
	font-size: 9pt;
	line-height: 11pt;
	text-align: center;	
}

/*テーブル１*/
.tbl_1 {
	font-size: 9pt;
	line-height: 11pt;
}

/*物件の基本情報テーブル*/
.bukken_tbl1 {
	background-color: #ccccff;
	text-align:center;
	width:70px;
	height:35px;
}

.bukken_tbl2 {
	width:200px;
	height:35px;
}

/*会社情報テーブル*/
.kaisha_tbl {
	background-color: #ccccff;
	width:125px;
}

/*物件設備*/
.setsubi {
	border: none;
	width:125px;
	height:25px;
}

/*インターネット状況テーブル*/
.net_tbl {
	font-size: 9pt;
	color: #4F81BD;
	font-weight:bold;
	border: 2px #4F81BD solid;
/*	border-top: 2px #4F81BD solid;
	border-right: 2px #4F81BD solid;
	border-bottom: 2px #4F81BD solid;
	border-left: 2px #4F81BD solid;*/
	border-collapse: collapse;
	padding: 3px;
	text-align: center;

}

/*物件写真*/
.bukken_img {
	border: none;
	width:95px;
	height:70px;
}

/*物件写真*/
.bukken_img2 {
	border: none;
	width:94px;
	height:125px;
}