/*----------------------------------------*/
/*------- 住み替えナビホームページ -------*/
/*----------------------------------------*/

/*-- body --*/
body {
  font-size: 1em;
  color: #333333;
  text-decoration: none;
  background: #FFFFFF;
  text-align: center;
  margin: 0px auto;
  padding: 0px 0px;
  width: 750px
}
/*-- w750 --*/
w750 {
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	background: #FFFFFF;
	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: #666666;
	font-size: small;
	background-repeat: no-repeat;
	letter-spacing: 2pt;
	background-image: url(img/h2_end.gif);
	background-position: right top;
	height: 31px;
	padding-top: 9px;
	margin-bottom: 8px;
	margin-top: 3px;






}

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;
}
/*-- パンくずリスト --*/
.bread_crumbs {
	font-size: 70%;
	margin: 2px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #666666;
	letter-spacing: 1pt;

}
/*-- 見出し --*/
.midashi {
	font-size: 110%;
	font-weight: bold;
	color: #4D4D4D;
	background-image: url(img/midashi_head.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 20px;
	padding-top: 2px;
	margin-bottom: 5px;
	letter-spacing: 1pt;
}
/*-- 検索ヒット数 --*/
.hit {
	font-size: 110%;
	font-weight: bold;
	color: #4D4D4D;
	background-image: url(img/midashi_head.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 2px;
	letter-spacing: 1pt;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #CDB3A3;
	border-right-color: #CDB3A3;
	border-bottom-color: #CDB3A3;
	border-left-color: #CDB3A3;
	padding-bottom: 3px;



}

/*-- ヘッダー　TABLE 全体 --*/
.header {
  padding: 0px;
  width: 750px;
}

/*-- ヘッダー　TABLE上 --*/
.header_a {
  height: 36px;
  margin: 0px;
  padding: 10px 0px 0px;
}

/*-- 検索 TABLE 全体 --*/
.search_table {
	border: 1px solid #CC3366;
	width: 750px;
}

/*-- 日付 --*/
.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;
}

/* definition:class block_margin(テーブルスペーシング) */
.sl_mgn {margin-top:8px;}

/*-- メイン TABLE右（本文） --*/
.right {
  padding: 0px;
  margin: 0px;
  width: 322px;
}

/*-- 本文最下部　ページトップへのリンク --*/
.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;
}
/*-- コピーライト --*/
.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;}
