/* ガジェットのひとコマ設定 */

div.ZFeaturedRow
{
	cursor: pointer; 
	width:650px;
	height: 160px;
	overflow: hidden;
	vertical-align:bottom;
	margin:1px;
	display:inline;
	background-color:#ffffff;
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	font-size:9pt;
	font-family: inherit;
}
div.ZFeaturedRowSelected
{
	cursor: pointer; 
	width:650px;
	height: 160px;
	overflow: hidden;
	vertical-align:bottom;
	margin:1px;
	display:inline;
	background-color:#e0fccf;
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	font-size:9pt;
	font-family: inherit;
}

label.ZLabelName
{
	color:#3876d0;
	font-weight:bold;
	font-size:12px;
}

/* 物件画像 */

div.ZFeaturedThumbImageWrapper{
	width:160px;
	height: 160px;
	overflow:hidden;
	float:left;
	align:left;
	display:inline;
	text-align:center;
}

img.ZFeaturedThumbImage
{
	height:100px;
	align:left;
	margin:35px 0px 0px 0px;
	background-color:#ffffff;
	border-color:#cccccc;
	border-width:1px 2px 2px 1px;
	border-style:solid;
	padding:3px;
}

/* キャッチフレーズタイトル */
div.ZFeaturedDetailCell_M1_CATCHPHRASE_TITLE label.ZLabelName
{
	display:none;
	width:0;
}

div#ZFeaturedGadget div.ZFeaturedDetailCell_M1_CATCHPHRASE_TITLE
{
	background-image: url("../images/title.gif");
	background-repeat: no-repeat; 
	width:650px;
	font-weight:bold;
	font-size: 12px;
	white-space: nowrap;
	color:#333333;
	font-family:Osaka;
	line-height:150%;
	float:left;
	margin: -160px 0px 0px 0px;
	padding-top:4px;
	padding-left:35px;
	height:28px;
	text-align:left;
}

/* キャッチフレーズ */
div.ZFeaturedDetailCell_M1_CATCHPHRASE label.ZLabelName
{
	display:none;
	width:0;
}

div.ZFeaturedDetailCell_M1_CATCHPHRASE
{
	font-size:12px;
	float:left;
	line-height:120%;
	display:inline;
	text-align:left;
	margin: -120px 0px 0px 160px;
	width:470px;
	color:#23438d;
}
#bar-1 h1 {
	font-weight : bold;
	font-size: 20px;
	line-height: 38px; 
	background: url(../images/bar.gif) no-repeat;
	height: 54px;
	width: 630px;
	padding-left: 25px;
	color:#399900;
}

