@charset "utf-8";

/*--------------物件紹介共通-----------------*/

#main h3{
	background-image: url(../img/h3_bg.jpg);
	background-repeat: no-repeat;
	font-size: 17px;
	color: #FFFFFF;
	margin-bottom: 15px;
	padding-left: 18px;
	padding-top: 7px;
	padding-bottom: 14px;
}

#main h4{
	background-image: url(../img/h4_bg.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	color: #006400;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 14px;
}

.table-lead{
	font-size: 12px;
	width: 530px;
	margin-bottom: 20px;
}
.table-lead th{
	color: #333333;
	background-color: #F2E7D5;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table-lead td{
	background-color: #EBEBEB;
	padding-top: 5px;
	padding-bottom: 5px;
}

.table-img{
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
.table-img td{
	text-align: center;
}

.sho{
	width: 540px;
	padding-bottom: 15px;
	clear: both;
}
.sho-left{
	float: left;
}
.sho-right{
	float: right;
}


.table-sho1{
	border: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 15px;
}
.table-sho1 th{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EDEDED;
}

.table-sho1 td{
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.table-sho{
	border: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 15px;
}
.table-sho th{
	text-align: center;
	width:70px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EDEDED;
}

.table-sho td{
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
hr{
	clear: both;
}

