/* 基本レイアウト ================================================================================ */
body {
	font-family: "メイリオ", "Verdana", "Helvetica", "ＭＳ ゴシック", "Osaka－等幅";
	background-color: #FFFFFF;
	color: #666666;
	font-size: 75%;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
a {
	color: #0000FF;
}
a:hover {
	color: #CC0000;
}

.small {
	font-size: 90%;
}
.arrow1 {
	list-style: outside url(../images/arrow1.jpg);
}

.float_clear {
	clear: both;
}

/* clearfix ハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */





/* 基本レイアウト */
#base {
	padding: 0px 0px 50px 0px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 127px;
	width: 960px;
}

#main {
	width: 715px;
	float: left;
}

#right {
	float: right;
	width: 234px;
}

#foot {
	clear: both;
	padding-top: 20px;
}


/* ヘッダー */
#base h1 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#head_navi {
	float: right;
	padding-top: 40px;
	height: 53px
}
#head_navi li {
	display: inline;
}
#head_navi a {
	padding-left: 12px;
	margin-right: 10px;
	background-image: url(../images/arrow1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#head_line1 {
	clear: both;
	height: 4px;
	background-color: #99CC00;
}
#head_line2 {
	padding-top: 9px;
	height: 21px;
	background-color: #E0F0B2;
}
#head_line2 strong {
	font-size: 150%;
	color: #FF0000;
}

/* 緊急メッセージ */
#message {
	width: 960px;
	color: #FF0000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}


/* フッター */
#foot_line1 {
	clear: both;
	height: 4px;
	background-color: #996600;
}
#foot_line2 {
	font-size: 90%;
	width: 960px;
	padding-top: 9px;
	height: 21px;
	background-color: #E0D1B2;
	text-align: center;
}
#foot_navi ul {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
#foot_navi li {
	display: inline;
}
#foot_navi a {
	padding-left: 12px;
	padding-right: 10px;
	background-image: url(../images/arrow1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}


/* トップページ ================================================================================ */

/* 検索フォーム */
#search #price1 {
	width: 70px;
}
#search #price2 {
	width: 70px;
}
#search #word {
	width: 200px;
}
#search_waku1 {
	background-image: url(../images/search_waku1.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 715px;
}
#search_waku2 {
	background-color: #F2F2F2;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6699CC;
	border-left-color: #6699CC;
	padding-left: 10px;
	padding-right: 10px;
}
#search_waku3 {
	background-image: url(../images/search_waku2.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 715px;
	margin-bottom: 10px;
}

/* 不動産会社を探す */
#search2_waku1 {
	background-image: url(../images/search2_waku1.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 234px;
}
#search2_waku2 {
	background-color: #FFF0D1;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	padding-left: 5px;
	padding-right: 5px;
}
#search2_waku2 ul {
	margin-left: 20px;
	padding: 0px;
}
#search2_waku2 li {
	line-height: 1.5;
}

#search2_waku3 {
	background-image: url(../images/search2_waku2.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 234px;
	margin-bottom: 10px;
}

/* 加盟店ログイン */
#member_login {
	background-color: #F2F2F2;
	width: 218px;
	border: 1px solid #CCCCCC;
	padding: 8px;
	margin-bottom: 5px;
}

/* 新着物件 */
/*#main_right strong {*/
#main_right strong {
	font-size: 150%;
	color: #FF0000;
}

.new_chintai {
	width: 175px;
	padding-right: 3px;
	float: left;
}
.new_chintai_clear {
	clear: both;
	height: 5px;
	width: 100%;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.strong_red {
	font-size: 150%;
	color: #FF0000;
}

/* リンクフリー */
#top_link {
	margin-top: 20px;
	width: 100%;
	clear: both;
}

/* 携帯デモ */
#mobile_demo {
	width: 234px;
	overflow: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #66CCFF;
}


/* 検索結果 ================================================================================ */
#list th {
	font-weight: normal;
	font-size: 100%;
	text-align: center;
	background-color: #FED981;
}
#list td {
	font-size: 100%;
	text-align: center;
	background-color: #FFFFFF;
}
#list .bg {
	font-size: 100%;
	text-align: center;
	background-color: #F6F6F6;
}
.list_comment {
	width: 100%;
	text-align: left;
}

#list .td_line {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
}

#list strong {
	font-size: 120%;
}
#list .font_ensen {
	font-size: 90%;
}

#detail th {
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	background-color: #F2F2F2;
}
#detail td {
	font-size: 100%;
	text-align: left;
	background-color: #FFFFFF;
}
.comment {
	margin: 0px;
	padding: 0px;
	font-size: 120%;
}


/* 加盟店登録 ================================================================================ */
#kamei_mes {
	width: 740px;
	margin-left:110px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#kamei_mes2 {
	width: 740px;
	margin-left:110px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#muryou {
	text-align: center;
	font-size: 2em;
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 10px;
}

#kamei_kakunin {
	width: 740px;
	margin-left:110px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* 加盟店一覧 ================================================================================ */
.store_list {
	width: 750px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.store_list_none {
	width: 750px;
	height: 100px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}

.store_list img {
	margin-right: 20px;
}


/* 免責事項 ================================================================================ */
#agreement {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#agreement ul {
	line-height: 2.5;
}


/* プライバシー＆ポリシー ================================================================================ */
#privacy {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#privacy h2 {
	font-size: 1.2em;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#privacy ul {
	line-height: 2.5;
}


/* スタッフ募集 ================================================================================ */
#job {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}


/* 広告募集 ================================================================================ */
#banner {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}


/* サイトマップ ================================================================================ */
#sitemap {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	line-height: 2;
}

