@charset "utf-8";

html, body {
    scrollbar-base-color: #EFBAD3;
    scrollbar-track-color: #FFF2F8;
    scrollbar-face-color: #EFBAD3;
    scrollbar-shadow-color: #EFBAD3;
    scrollbar-darkshadow-color: #FFF2F8;
    scrollbar-highlight-color: #EFBAD3;
    scrollbar-3dlight-color: #FFF2F8;
    scrollbar-arrow-color: #FFFFFF;
}


body,a {color: #333;}

a:hover {text-decoration:none;}

.container {
	width:976px;
	margin:0 auto;
	background:url(../image/bgPage.jpg) left top repeat-y;
	text-align:left;
	position:relative;
	}

.containerInner {
	background:url(../image/bgHeader.jpg) left top no-repeat;
	zoom:1;
	}

.emptyMode {
	background:none;
	}

/*
-----------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------*/

h1.header1 {
	position:absolute;
	top:27px;
	left:36px;
	}

p.headerParagraph1 {
	font-size:10px;
	position:absolute;
	top:67px;
	right:22px;
	}

h2.header2 {
	font-size:10px;
	position:absolute;
	top:82px;
	right:22px;
	}

p.headerParagraph2 {
	top:46px;
	left:36px;
	}

.inquiryContent {
	background:url(../image/bgHeaderContactSide.gif) left center no-repeat;
	padding-left:22px;
	position:absolute;
	top:17px;
	right:160px;
	}

.inquiryContent table {
	width:auto;
	}

.inquiryContent table td {
	color:#fff;
	background:url(../image/bgHeaderContact.gif) left center repeat-x;
	padding-right:25px;
	height:28px;
	padding-top:2px;
	}

.inquiryContent table td.telArea span#inputTel {
	font-size:18px;
	font-weight:bold;
	background:url(../image/iconHeaderTel.gif) left center no-repeat;
	padding:0px 0 0px 15px;
	}

.inquiryContent table td.timeArea span#inputTime {
	background:url(../image/iconHeaderTime.gif) left center no-repeat;
	padding:3px 0 2px 20px;
	}

.btnInquiry {
	width:140px;
	position:absolute;
	top:11px;
	right:20px;
	}

.btnInquiry a {
	width:140px;
	height:40px;
	display:block;
	text-indent:-9999px;
	background:url(../image/btnInquiry_off.jpg) left top no-repeat;
	}

.btnInquiry a:hover {
	background:url(../image/btnInquiry_on.jpg) left top no-repeat;
	}


/* -----------------------------------------------------------------------------
-----------------------------------------------------------------------------*/

.mainContainer {
	width:930px;
	margin:0 auto 10px;
	padding-top:110px;
	}

.pageTop {
	clear:both;
	text-align:right;
	zoom:1;
	}

.pageTop a {
	background: url(../image/arrowPagetop.gif) left center no-repeat;
	padding: 1px 0 1px 15px;
	height:30px;
	color:#333;
	}

.searchPage .pageTop a {
	color:#333;
	}


/*
-----------------------------------------------------------------------------
MAIN CONTENT
-----------------------------------------------------------------------------*/

.mainContent {
	width:740px;
	float:left;
	position:relative;
	line-height:1.3;
	zoom:1;
	}

.btnOsusumeDetail a {
	display:block;
	height:26px;
	text-indent:-9999px;
	background:url(../image/btnOsusumeDetail_off.jpg) left top no-repeat;
	}

.btnOsusumeDetail a:hover {
	display:block;
	height:26px;
	text-indent:-9999px;
	background:url(../image/btnOsusumeDetail_on.jpg) left top no-repeat;
	}

.newInfoComponent dl dd {
	background:url(../image/borderInfo.gif) left bottom repeat-x;
	padding-bottom:5px;
	}


/*
-----------------------------------------------------------------------------
SIDE CONTENT
-----------------------------------------------------------------------------*/

.sideContent {
	width:180px;
	float:right;
	}

.globalMenu li {
	width:178px;
	border:1px solid #EFBAD3;
	margin-bottom:-1px;
	background-color:#FFECF5;
	overflow:hidden;
	}

.globalMenu li a {
	display:block;
	min-height:36px;
	height:auto !important; /*モダンブラウザの高さを伸縮*/
	/*height:36px; ここにIE6用の高さを設定*/
	background:url(../image/bgGlobalMenu_off.jpg) left top no-repeat;
	border:1px solid #fff;
	zoom:1;
	}

.globalMenu li a:hover {
	background:#fff url(../image/bgGlobalMenu_on.jpg) left top no-repeat;
	}

.globalMenu li a span {
	display:block;
	margin:10px 10px 10px 30px;
	}

.globalMenu li.category {
	border-top:2px solid #FF79B9;
	vertical-align:bottom;
	}

.globalMenu li.category dl dt {
	background:url(../image/bgGlobalTitle.jpg) left top no-repeat;
	border:1px solid #fff;
	}

.globalMenu li.category dl dt span {
	font-weight:bold;
	display:block;
	margin:10px 10px 10px 11px;
	}

.globalMenu li.category dl dd {
	background:#fff;
	}

.globalMenu li.category dl dd a {
	height:auto;
	}

.globalMenu li.category dl dd a,
.globalMenu li.category dl dd a:hover {
	background:#fff url(../image/borderDotNavi.gif) left top repeat-x;
	}

.globalMenu li.category dl dd.firstChild {
	border-top:1px solid #EFBAD3;
	}

.globalMenu li.category dl dd.firstChild a {
	cursor:pointer;
	}

.globalMenu li.category dl dd.firstChild a,
.globalMenu li.category dl dd.firstChild a:hover {
	background:none;
	}

.globalMenu li.category dl dd span {
	padding-left:10px;
	background:#fff url(../image/listImgNavi.gif) 0 5px no-repeat;
	margin-left:14px;
	}

.bannerContent {
	margin:30px auto 25px;
	width:109px;
	}

.bannerContent li {
	margin-bottom:15px;
	}

.bannerContent li a {
	height:35px;
	display:block;
	text-indent:-9999px;
	}

.bannerContent .btnEsWebSite a {background:url(../image/btnEsWebSite.gif) left top no-repeat;}
.bannerContent .btnEseikatsu a {background:url(../image/btnEseikatsu.gif) left top no-repeat;}


/*
-----------------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------------*/

.footer {
	width:930px;
	margin:0 auto;
	background:url(../image/borderDotFooter.gif) left top repeat-x;
}


/*
-----------------------------------------------------------------------------
ページヘッダータイトル
-----------------------------------------------------------------------------*/

.titleHeaderPage {
	background:url(../image/titleSearchAreaRight.jpg) right top no-repeat;
	height:40px;
	line-height:40px;
	}

.titleHeaderPage .titleHeaderText {
	background:url(../image/titleSearchAreaLeft.jpg) left top no-repeat;
	height:40px;
	line-height:40px;
	}

.titleHeaderPage .titleHeaderText span {
	background:url(../image/iconTitleSearch.gif) left center no-repeat;
	}


/* ページ内容
----------------------------------*/

.mainContainer .pageContent {
	background-color:#FFB8D8;
	color:#333;
	}


/*
-----------------------------------------------------------------------------
検索情報
-----------------------------------------------------------------------------*/

.searchPage .settingCondition {
	width:738px;
	background-color:#fff;
	}

.searchPage .settingCondition table {
	width:100%;
	border-top:1px solid #EFBAD3;
	border-left:1px solid #EFBAD3;
	border-collapse:separate;
	border-spacing:0;
	}

.searchPage .settingDataCondition th,
.searchPage .settingDataCondition td {
	padding:10px;
	border-right:1px solid #EFBAD3;
	border-bottom:1px solid #EFBAD3;
	}

.searchPage .settingDataCondition th {
	background-color:#FFE1EF;
	}

.searchPage .settingDataCondition .settingConditionLastTh,
.searchPage .settingDataCondition .settingConditionLastTd {
	padding:10px;
	border-bottom:none;
	}

.searchPage .dataGridContainer th,
.searchPage .dataGridContainer td {
	padding:10px;
	border:1px solid #EFBAD3;
	}

/* 売買物件詳細ページで項目の動的な表示⇔非表示に切り替えにより、右側の枠線が消えてしまうのを防ぐ */
.detailContainer .propertyInfo .propertyInfoSale tr,
.detailContainer .propertyInfo .propertyInfoSale5td tr,
.detailContainer .propertyInfo .propertyInfoSale4td tr {
	border-right:1px solid #EFBAD3;
	}

.searchPage .dataGridContainer th {
	background-color:#FFE1EF;
	}

.searchPage .iconDetail {
	background:url(../image/iconDetail.gif) left top no-repeat;
	}

.searchPage a.iconDetail {color:#0000EE;}


.searchPage .settingConditionTop {
	width:738px;
	height:37px;
	margin:0 auto;
	padding:0;
	background:url(../image/settingConditionTop.gif) left center no-repeat;
	}

.searchPage .settingConditionTop img {
	margin:0;
	padding:3px 0 0 4px;
	}

.searchPage .settingConditionBottom {
	width:738px;
	height:53px;
	margin:0 auto;
	padding:0;
	background:url(../image/settingConditionBottom.jpg) left center no-repeat;
	}

.searchPage .settingConditionBottom img {
	margin:0 auto;
	padding-top:12px;
	text-align:center;
	display:block;
	}


/* 検索選択
----------------------------------*/

.searchForm {
	background-color:#ffffff;
	}

#floatingBar {
	background: url(/common/image/white/btnChangeCondition.jpg) no-repeat;
	}

#overlay {
	position:absolute;
	background-color:#000000;
	opacity:0.7;
	filter:alpha(opacity="70");
	-moz-opacity:0.7;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:150000;
	}

.titleSearchCondition {
	clear:both;
	width:810px;
	height:33px;
}

.titleSearchCondition h4 {
	width:740px;
	height:33px;
	background: url(/common/image/white/titleChangeCondition.jpg) no-repeat;
	float:left;
	text-indent:-9999px;
	}

.titleSearchCondition p a {
	width:70px;
	height:33px;
	background: url(/common/image/white/btnChangeConditionClose.jpg) no-repeat;
	float:right;
	text-indent:-9999px;
	display:block;
	}

.searchPage .titleSearch {
	background-color:#FFB8D8;
	}

.searchPage h5.selectListheader {
	color:#FF6FAF;
	}


.searchPage .btnControlOn li.btnSearch a {
	background:url(../image/btnSearch_off.jpg) left top no-repeat;
	}
.searchPage .btnControlOn li.btnSearch a:hover {
	background:url(../image/btnSearch_on.jpg) left top no-repeat;
	}


.searchPage .btnControlOn li.btnMoreAddress a {
	background:url(../image/btnMoreAddress_off.jpg) left top no-repeat;
	}
.searchPage .btnControlOn li.btnMoreAddress a:hover {
	background:url(../image/btnMoreAddress_on.jpg) left top no-repeat;
	}


.searchPage .btnControlOn li.btnMoreStation a {
	background:url(../image/btnMoreStation_off.jpg) left top no-repeat;
	}
.searchPage .btnControlOn li.btnMoreStation a:hover {
	background:url(../image/btnMoreStation_on.jpg) left top no-repeat;
	}


.searchPage .btnControlOn li.btnCitySelection a {
	background:url(../image/btnCitySelection_off.jpg) left top no-repeat;
	}
.searchPage .btnControlOn li.btnCitySelection a:hover {
	background:url(../image/btnCitySelection_on.jpg) left top no-repeat;
	}


.searchPage .btnControlOn li.btnReSearch a {
	background:url(../image/btnReSearch2_off.jpg) left top no-repeat;
	}
.searchPage .btnControlOn li.btnReSearch a:hover {
	background:url(../image/btnReSearch2_on.jpg) left top no-repeat;
	}


.searchPage .btnControlOn li.btnRailwaySelection a {
	background:url(../image/btnRailwaySelection_off.jpg) left top no-repeat;
	}
.searchPage .btnControlOn li.btnRailwaySelection a:hover {
	background:url(../image/btnRailwaySelection_on.jpg) left top no-repeat;
	}



.searchPage .btnControlUnder li.btnSearch a {
	background:url(../image/btnSearch_off.jpg) left top no-repeat;
	}
.searchPage .btnControlUnder li.btnSearch a:hover {
	background:url(../image/btnSearch_on.jpg) left top no-repeat;
	}


.searchPage .btnControlUnder li.btnMoreAddress a {
	background:url(../image/btnMoreAddress_off.jpg) left top no-repeat;
	}
.searchPage .btnControlUnder li.btnMoreAddress a:hover {
	background:url(../image/btnMoreAddress_on.jpg) left top no-repeat;
	}


.searchPage .btnControlUnder li.btnMoreStation a {
	background:url(../image/btnMoreStation_off.jpg) left top no-repeat;
	}
.searchPage .btnControlUnder li.btnMoreStation a:hover {
	background:url(../image/btnMoreStation_on.jpg) left top no-repeat;
	}


.searchPage .btnControlUnder li.btnCitySelection a {
	background:url(../image/btnCitySelection_off.jpg) left top no-repeat;
	}
.searchPage .btnControlUnder li.btnCitySelection a:hover {
	background:url(../image/btnCitySelection_on.jpg) left top no-repeat;
	}


.searchPage .btnControlUnder li.btnReSearch a {
	background:url(../image/btnReSearch2_off.jpg) left top no-repeat;
	}
.searchPage .btnControlUnder li.btnReSearch a:hover {
	background:url(../image/btnReSearch2_on.jpg) left top no-repeat;
	}


.searchPage .btnControlUnder li.btnRailwaySelection a {
	background:url(../image/btnRailwaySelection_off.jpg) left top no-repeat;
	}
.searchPage .btnControlUnder li.btnRailwaySelection a:hover {
	background:url(../image/btnRailwaySelection_on.jpg) left top no-repeat;
	}


/* 条件を指定
----------------------------------*/

.searchPage .searchCondition table {
	border-color:#EFBAD3;
	width:773px;
	}

.searchPage .searchCondition .otherConditions .contentBlock1 {
	background:url(../image/borderDotGray.gif) left bottom repeat-x;
	}

.searchPage .searchCondition .otherConditions .contentBlock2 {
	background:url(../image/borderDotGray.gif) left bottom repeat-x;
	}

.searchPage .btnChangeCondition {
	background-color:#FFF2F8;
	}

.searchPage .btnChangeCondition div a {
	background:url(../image/btnChangeCondition_off.jpg) left top no-repeat;
	}

.searchPage .btnChangeCondition div a:hover {
	background:url(../image/btnChangeCondition_on.jpg) left top no-repeat;
	}


/* 検索結果ゼロ表示
----------------------------------*/

.searchPage .noCount {
	color:#e00;
	}


/* 検索結果表示、ページリンク
----------------------------------*/

.searchPage .searchResultDisplay {
	background-color:#FFB8D8;
	}

.searchPage .searchResultDisplay span {
	color:#333;
	}

.searchPage .pageLinkContainer {
	border-top:4px solid #999;
	border-bottom:1px solid #999;
	}

.searchPage .pageLinkContainer .pageLink a {
	color:#2951C6;
	}


/* タブ検索（一覧・画像・間取り）
----------------------------------*/

.searchPage .tabMenuContainer {
	background:url(../image/bgTabSearch.jpg) left bottom repeat-x;
	}

.searchPage .tabMenuContainer ul li.tabSearchList a {
	background:url(../image/tabSearchList.jpg) 0 0 repeat-x;
	}
.searchPage .tabMenuContainer ul li.tabSearchList a:hover {
	background:url(../image/tabSearchList.jpg) 0 -32px repeat-x;
	}
.searchPage .tabMenuContainer ul li.tabSearchList {
	background:url(../image/tabSearchList.jpg) 0 -64px repeat-x;
	}

.searchPage .tabMenuContainer ul li.tabSearchPicture a {
	background:url(../image/tabSearchPicture.jpg) 0 0 repeat-x;
	}
.searchPage .tabMenuContainer ul li.tabSearchPicture a:hover {
	background:url(../image/tabSearchPicture.jpg) 0 -32px repeat-x;
	}
.searchPage .tabMenuContainer ul li.tabSearchPicture {
	background:url(../image/tabSearchPicture.jpg) 0 -64px repeat-x;
	}

.searchPage .tabMenuContainer ul li.tabSearchLayout a {
	background:url(../image/tabSearchLayout.jpg) 0 0 repeat-x;
	}
.searchPage .tabMenuContainer ul li.tabSearchLayout a:hover {
	background:url(../image/tabSearchLayout.jpg) 0 -32px repeat-x;
	}
.searchPage .tabMenuContainer ul li.tabSearchLayout {
	background:url(../image/tabSearchLayout.jpg) 0 -64px repeat-x;
	}


/* ソートコンテンツ
----------------------------------*/

.searchPage .sortContent span.caption {
	color:#e00;
	}

.searchPage .sortContent a {
	color:#2951C6;
	}


/* チェックした物件のコントロールボタン
----------------------------------*/

.searchPage .checkPropertyTop1 {
	background:#f0f0f0 url(../image/bgCheckPropertyTop1.gif) left top no-repeat;
	}

.searchPage .checkPropertyBtm1 {
	background:#f0f0f0 url(../image/bgCheckPropertyBtm1.gif) left top no-repeat;
	}

.searchPage .checkPropertyTop2 {
	background:#f0f0f0 url(../image/bgCheckPropertyTop2.gif) left top no-repeat;
	}

.searchPage .operationControl ul .btnSearchInquiry a {
	background:url(../image/btnSearchInquiry_off.jpg) left top no-repeat;
	}
.searchPage .operationControl ul .btnSearchInquiry a:hover {
	background:url(../image/btnSearchInquiry_on.jpg) left top no-repeat;
	}

.searchPage .operationControl ul .btnAppointment a {
	background:url(../image/btnAppointment_off.jpg) left top no-repeat;
	}
.searchPage .operationControl ul .btnAppointment a:hover {
	background:url(../image/btnAppointment_on.jpg) left top no-repeat;
	}


.searchPage .operationControl ul .btnRequest a {
	background:url(../image/btnRequest_off.jpg) left top no-repeat;
	}
.searchPage .operationControl ul .btnRequest a:hover {
	background:url(../image/btnRequest_on.jpg) left top no-repeat;
	}

.searchPage .operationControl ul .btnCatalog a {
	background:url(../image/btnCatalog_off.jpg) left top no-repeat;
	}
.searchPage .operationControl ul .btnCatalog a:hover {
	background:url(../image/btnCatalog_on.jpg) left top no-repeat;
	}


/* 検索結果一覧
----------------------------------*/

.searchPage .searchResultList table tr.odd td {background-color:#fff;}
.searchPage .searchResultList table tr.even td {background-color:##FFF2F8;}
.searchPage .searchResultImage .propertyDetail {background-color:##FFF2F8;}


/*----------------------------------
 物件詳細
----------------------------------*/

.detailContainer {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}

.detailContainer .btnPrint a {
	background:url(../image/btnPrint_off.jpg) left top no-repeat;
	}
.detailContainer .btnPrint a:hover {
	background:url(../image/btnPrint_on.jpg) left top no-repeat;
	}


/* 詳細ヘッダー
----------------------------------*/

.detailContainer .detailHeader {
	background-color:#FF8ABA;
	color:#333;
	}

.detailContainer .propertyParagraph4 a {
	color:#333;
	}


/* 詳細情報
----------------------------------*/

.detailContainer th.propertyDataName {
	background-color:#FFB8D8;
	}

.detailContainer .propertyInfo li.loanSimulation {
	background:url(../image/iconPrice.gif) left top no-repeat;
	}

.detailContainer .commentArea .sideArea {
	border:1px solid #000;
	}

.detailContainer .commentArea .qrCode {
	background:#efefef url(../image/textCheckQr.gif) 10px 35px no-repeat;
	border:1px solid #ccc;
	}


/* FLASH ギャラリー
----------------------------------*/

#flashcontentInner {
	background-color:#f7f7f7;
	border:1px solid #ccc;
	}


/* お問合せ先
----------------------------------*/

.detailContainer .inquiryInfo .btnSearchInquiry a {
	background:url(../image/btnSearchInquiry_off.jpg) left top no-repeat;
	}
.detailContainer .inquiryInfo .btnSearchInquiry a:hover {
	background:url(../image/btnSearchInquiry_on.jpg) left top no-repeat;
	}

.detailContainer .inquiryInfo .btnRequest a {
	background:url(../image/btnRequest_off.jpg) left top no-repeat;
	}
.detailContainer .inquiryInfo .btnRequest a:hover {
	background:url(../image/btnRequest_on.jpg) left top no-repeat;
	}

.detailContainer .inquiryInfo .btnAppointment a {
	background:url(../image/btnAppointment_off.jpg) left top no-repeat;
	}
.detailContainer .inquiryInfo .btnAppointment a:hover {
	background:url(../image/btnAppointment_on.jpg) left top no-repeat;
	}


/* 詳細フッター
----------------------------------*/

.searchPage .btnSearchClose a {
	background:url(../image/btnSearchClose_off.jpg) left top no-repeat;
	}
.searchPage .btnSearchClose a:hover {
	background:url(../image/btnSearchClose_on.jpg) left top no-repeat;
	}
.detailContainer .btnOtherProperty a {
	background:url(../image/btnOtherProperty_off.jpg) left top no-repeat;
	}
.detailContainer .btnOtherProperty a:hover {
	background:url(../image/btnOtherProperty_on.jpg) left top no-repeat;
	}



/* 物件詳細フッター
----------------------------------*/

.detailFooter {
	background:url(../image/borderDotFooter.gif) left top repeat-x;
	}

.detailFooter .footerText a {
	color:#333;
	}

/*
-----------------------------------------------------------------------------
お問合せページ
-----------------------------------------------------------------------------*/

.inquiryContainer .titleHeaderPage h1 span {
	background:transparent url(../image/iconTitleEmail.gif) left center no-repeat;
	}

.inquiryContainer .inquiryForm textarea {
	border:1px solid #999;
	}

.inquiryContainer .propertyInfo .dataGridContainer th.propertyDataName {
	background-color:#FFB8D8;
	}

.inquiryContainer .inquiryForm .content li.border input  { border: solid 1px #999999; }



/* 個人情報保護方針
----------------------------------*/

.inquiryContainer .privacyContainer h2 span {
	background:transparent url(../image/textPrivacy.gif) center no-repeat;
	}

.inquiryContainer .privacyArea {
	border:1px solid #ccc;
	}

.inquiryContainer .privacyConfirm {
	color:#e00;
	}


/* 完了画面
----------------------------------*/

.inquiryContainer .thanksContent {
	border:1px solid #FF8ABA;
	background:url(../image/iconInquiryComplete.gif) 40px 20px no-repeat;
	}

.inquiryContainer .thanksContent h2 {
	background:url(../image/textInquiryComplete.gif) left top no-repeat;
	}


/* お問合せボタン
----------------------------------*/

.inquiryContainer .btnInquiryControl li a {
	background:url(../image/btnInquiryConfirm_off.jpg) left top no-repeat;
	}
.inquiryContainer .btnInquiryControl li.btnInquiryConfirm a:hover {
	background:url(../image/btnInquiryConfirm_on.jpg) left top no-repeat;
	}


.inquiryContainer .btnInquiryControl li.btnInquiryBack a {
	background:url(../image/btnInquiryBack_off.jpg) left top no-repeat;
	}
.inquiryContainer .btnInquiryControl li.btnInquiryBack a:hover {
	background:url(../image/btnInquiryBack_on.jpg) left top no-repeat;
	}


.inquiryContainer .btnInquiryControl li.btnInquiryComplete a {
	background:url(../image/btnInquiryComplete_off.jpg) left top no-repeat;
	}
.inquiryContainer .btnInquiryControl li.btnInquiryComplete a:hover {
	background:url(../image/btnInquiryComplete_on.jpg) left top no-repeat;
	}


.inquiryContainer .btnInquiryControl li.btnInquiryClose a {
	background:url(../image/btnInquiryClose_off.jpg) left top no-repeat;
	}
.inquiryContainer .btnInquiryControl li.btnInquiryClose a:hover {
	background:url(../image/btnInquiryClose_on.jpg) left top no-repeat;
	}


/*
-----------------------------------------------------------------------------
相互リンクページ
-----------------------------------------------------------------------------*/

.matualLink .titleHeaderPage .titleHeaderText span {
	background:transparent url(../image/iconTitleLink.gif) left center no-repeat;
	}

.matualLink .pageLinkContainer li {
	color:#333;
	}

.matualLink .pageLinkContainer li a {
	color:#FF0099;
	}

.matualLink .matualLinkContent {
	background:url(../image/borderDotAsh.gif) left top repeat-x;
	}

.matualLink .matualLinkContent h4 {
	color:#FF0099;
	}

.matualLink .matualLinkContent p,
.matualLink .matualLinkContent p a {
	color:#666;
	}

.matualLink .matualLinkContent .description {
	background:url(../image/borderDotAsh.gif) left bottom repeat-x;
	}
