/*----------------------------------------*/
/*------- 住み替えナビホームページ -------*/
/*----------------------------------------*/

/*-- body --*/
body {
  font-size: 1em;
  color: #333333;
  text-decoration: none;
  background: #FFFFFF;
  text-align: center;
  margin: 0px auto;
  padding: 0px 0px;
  width: 750px
}
/*-- td --*/
td {
	font-size: 80%;
	line-height: 17px;
	color: #333333;

}

/*-- 共通 --*/
p,h2,h3,h4,h5,.header_a,.header_b,.left_navi,.right {  text-decoration: none; text-align: left;}
h1,h2,h3,h4,h5 {  font-weight: bold;}

/*-- h 要素 --*/
h1 {
	color: #999999;
	font-size: 10px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-weight: normal;
	vertical-align: top;
	width: 532px;

}

h2 {
  color: #FFFFFF;
  font-size: medium;
  padding: 0px 0px;
  margin: 0px 0px;
}

h3 {
  color: #006600;
  font-size: medium;
  padding: 0px 0px;
  margin: 0px 0px;
  margin: 0px 0px 10px 0px;
}

h4 {  padding: 5px 0px 0px;}
h5 {  padding: 0px 0px;}

/*-- フォント --*/
.font14 {
	font-size: 14px;
	line-height: 19px;
}
.font12 {
	font-size: 12px;
	line-height: 17px;
}
.font10 {
	font-size: 10px;
	line-height: 15px;
}
.small {
	font-size: xx-small;
	line-height: 15px;

}

/*-- P 要素 --*/
p {  padding: 0px 0px 0px 5px;}

/*-- strong 要素 --*/
strong {  font-size: 100%;}

/*-- 共通（ヘッダー、フッター、コピーライト） --*/
.header,.footer,.copyright{
  text-decoration: none;
  margin: 0px auto;
  text-align: center;
  width: 750px;
}


/*-- ヘッダー　TABLE 全体 --*/
.header {
  padding: 0px;
  width: 750px;
}

/*-- ヘッダー　TABLE上 --*/
.header_a {
  height: 36px;
  margin: 0px;
  padding: 10px 0px 0px;
}

/*-- オフィス --*/
.office {
	margin: 0px;
	font-size: 14px;
	width: 416px;
	color: #000099;
	font-weight: bold;
	line-height: 160%;
	padding-bottom: 4px;
	padding-top: 3px;


}
/*-- オフィス内リンク --*/
.office a:link,.office a:visited {
	color: #000099;
	text-decoration: none;
}
.office a:hover  {
	color: #000099;
}

/*-- 検索・借りたい --*/
.rent {
	padding: 0px;
	margin: 0px;
	width: 205px;
	border-top: 1px none #CB4C67;
	border-right: 1px solid #CB4C67;
	border-bottom: 1px solid #CB4C67;
	border-left: 1px solid #CB4C67;
}

/*-- 検索・買いたい --*/
.buy {
	padding: 0px;
	margin: 0px;
	width: 205px;
	border-top: 1px none #478DDC;
	border-right: 1px solid #478DDC;
	border-bottom: 1px solid #478DDC;
	border-left: 1px solid #478DDC;
}

/*-- 検索・売りたい --*/
.sell {
	padding: 5px;
	margin: 0px;
	width: 322px;
	border-top: 1px none #309A8F;
	border-right: 1px solid #309A8F;
	border-bottom: 1px solid #309A8F;
	border-left: 1px solid #309A8F;
	font-size: 80%;
	color: #333333;

}

/*-- リスト・アロー --*/
.arrow1 {
	list-style-image:   url(img/arrow_red.gif);
	list-style-position:outside;
	font-size : 100%;
	line-height: 150%;
	padding-top: 7px;
	padding-bottom: 5px;
	color: #333333;
}
.arrow2 {
	list-style-image:   url(img/arrow_blue.gif);
	list-style-position:outside;
	font-size : 100%;
	line-height: 150%;
	padding-top: 7px;
	padding-bottom: 5px;
	color: #333333;
}
.arrow3 {
	list-style-image:   url(img/arrow_green.gif);
	list-style-position:outside;
	font-size : 100%;
	line-height: 150%;
	padding-top: 7px;
	padding-bottom: 5px;
	color: #333333;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/*-- 日付 --*/
.date {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	color: #177952;
}
/*-- ドット下線 --*/
.dot {
	padding: 0px;
	margin: 0px;
	border-top: 1px dotted #999999;
	border-right: 1px #999999;
	border-bottom: 1px #999999;
	border-left: 1px #999999;
	height: 3px;


}
/*-- メイン TABLE左セル（コンテンツメニュー） --*/
.left {
  padding: 0px;
  margin: 0px;
  width: 428px;
}

/*-- 〃セル内TABLE --*/
.left_navi {
  font-size: x-small;
  padding: 0px 0px;
  margin: 0px auto;
  line-height: 1.5em;
}

/*-- メイン TABLE右（本文） --*/
.right {
  padding: 0px;
  margin: 0px;
  width: 322px;
}

/*-- 文字色 --*/
.color_green { color: #65B64F}
.color_lightgreen { color: #CFEA61}
.color_darkgreen { color: #166C27}
.color_black { color: #333333}


/*-- 本文内TABLEセル --*/
.menue_a,.menue_b,.menue_c{  font-size: x-small; text-align: center; vertical-align: top; padding: 10px 10px; width: 190px}

.menue_a {  background: #CFEA61}
.menue_b {  background: #99D47F}
.menue_c {  background: #FFFFFF}

/*-- 本文上ページナビ --*/
.head_navi{
  color: #666666;
  font-size: x-small;
  text-align: right;
  margin: 0px 0px;
  padding: 5px 20px 0px 0px
  text-decoration: none;
}

.head_navi u{  color: #666666;}

head_navi内リンク
.head_navi a:link,.head_navi a:visited { color: #666666; text-decoration: none;}
.head_navi a:active,.head_navi a:hover  { color: #65B64F; text-decoration: none;}


/*-- 本文最下部　ページトップへのリンク --*/
.pageup {
  background:  url(img/bar_bottom.gif) repeat-x center bottom;
  vertical-align: bottom;
  text-align: right;
  margin: 0px 0px;
  padding: 6px 40px 6px 0px;
}
/*-- 関連サイト --*/
.kanren {
	font-size: x-small;
	text-decoration: none;
	padding: 5px;
	line-height: 1.3em;
	border-top: 1px #C0B2A2;
	border-right: 1px solid #C0B2A2;
	border-bottom: 1px solid #C0B2A2;
	border-left: 1px solid #C0B2A2;
}

/*-- コピーライト --*/
.copyright { font-size: x-small ;  padding: 5px 0px;}

/*-- コピーライト内リンク --*/
.copyright a:link,.left_navi a:visited { color: #333333; text-decoration: none;}
.copyright a:active,.left_navi a:hover  { color: #000099; text-decoration: none;}
