body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color:#fff;
	background-position:center;
	font-size:small;
	color:#666666;
	margin-top:0px;
}

h2{
padding:15px 0 10px 0;
font-size:20px;	
}

.rich {
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
color:#333333;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:small;
	color:#666666;
	word-spacing: 0.2em;
	letter-spacing:0.1em;
	line-height:120%;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:small;
	color:#996633
}
a:link {
	color: #663333;
	font-size:13px;
	text-decoration: none;
	word-spacing: 0.2em;
	letter-spacing:0.1em;
}

a:visited {
	color: #663333;
	font-size:13px;
	text-decoration: none;
	word-spacing: 0.2em;
	letter-spacing:0.1em;
}

a:hover {
	text-decoration: underline;
	font-size:13px;
	color: #CC0000;
	word-spacing: 0.2em;
	letter-spacing:0.1em;
}

.dashed {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	word-spacing: 0.2em;
	letter-spacing:0.1em;
}
.big {
	font-size: 18px;
	font-weight:bold;
	padding:15px 0;
}

/* begin styles for RSS Feed */


.rss_box {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 170px;
	text-align:left;
	
}

.rss_title, rss_title a {
	margin: 0px;
}

.rss_items {
	font-size: 12px;
	font-weight : normal; 
	margin: 10px;  
}

.rss_item  {
	list-style-type: disc;
	font-size: 12px;
	font-weight : normal; 
	margin: 0px 0px 5px 5px; 
}

.rss_title a:link, .rss_title a:visited, .rss_title a:active { 
	text-decoration : underline;
	color: #FFFFFF;
}

.rss_title a:hover { 
	text-decoration : underline;
	color: #FFFFFF;

}
.rss_item a:link, .rss_item a:visited, .rss_item a:active,.rss_item a:hover  {
 
	text-decoration : underline;
	color: #0000FF;
}

div.rss_item{
	width:0px;
	font-size:0px;
	color:#ffffff;
	display:none;
}
div.rss_item a{
	width:0px;
	font-size:0px;
	color:#ffffff;
	display:none;
}

.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #000000;
}


.btn a {
	margin-top:20px;
display:block;
width:600px;
padding:20px;
background-color: #F90;
color:#FFF;
text-decoration:none;
font-size:20px;
text-align:center;
font-weight:bold;
border-radius:5px;
}

.btn a:hover{
	background-color: #FC3;	
}

/* 全物件表示ページ */
.ZItemsTable{
	margin-top:0px;
	width:600px;
	line-height:100%;
}
.ZItemsRow
{
	border-collapse:collapse;
	border-width:2px;
	border-style:dotted;
	border-color:#cccccc;
	height:19px;
	margin:4px;
	text-align:left;
	background-color:#FCFFEF;
}
.ZItemsNumberColumn
{
	width:28px;
	text-align:center;
	color:#3366cc;
	background-color:#F8EBAF;
}
.ZItemsTitleColumn{
	text-align:left;
	margin:12px;
	padding-left:10px;
	border-collapse:collapse;
	border-width:1px;
	border-style:dotted;
	border-color:#cccccc;
}