@charset "utf-8";

/* 全体構造
---------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 80%;
	line-height:1.6;
	color:#666666;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align:center;
	overflow-x:hidden;
	background:url(../images/bg.jpg) repeat-x #e6a33d;
}
#wrapper{
	width:760px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background:#fff;
}
a{list-style:none;}
img {border:none;}
p{
	padding-bottom:1em;
}
hr{
	clear:both;
	visibility:hidden;
	padding-bottom:20px;
}

#content{
	padding:10px;
}

/* リンク
---------------------------------------------------- */
a {outline:none;}

a:link {
  color:#003399;
  background: transparent;
}
a:visited {
  color: #666666; a
  background: transparent;
}
a:hover, a:active {
  color: #ff9933;
  background: transparent;
}


/* ヘッダー
---------------------------------------------------- */
#header{
	width:760px;
	height:91px;
	x_background:url(../images/header.jpg) no-repeat;
	background:url(../images/new_header.jpg) no-repeat;
}
#header h1{
	text-indent:-9999px;
}
#header h1 a{
	display:block;
	width:300px;
	height:91px;
}
#header #h-navi{
	float:right;
}
#header #h-navi li{
	list-style:none;
	display:inline;
	padding:0 15px;
	background:url(../images/icon.jpg) no-repeat;
	background-position:0 2px;
}
#header #h-navi li a{
	color:#666666;
	text-decoration:none;
}
#header #h-navi li a:hover{
	color:#333;
	text-decoration:none;
}


/* ナビゲーション
---------------------------------------------------- */
#navigation{
	list-style: none;
	width:760px;
	height:41px;
	display:inline-block;
	zoom:100%;
	margin-bottom:1px;
}
#navigation:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
#navigation li {
  display:block;
  float:left;
}
#navigation li a {
  text-decoration: none;
  display: block;
  height:41px;
  text-indent:-9999px;
}
/*#navi01 a{ background:url(../images/navi/navi01a.jpg); width:126px;}
#navi02 a{ background:url(../images/navi/navi02a.jpg); width:126px;}
#navi03 a{ background:url(../images/navi/navi03a.jpg); width:126px;}
#navi04 a{ background:url(../images/navi/navi04a.jpg); width:126px;}
#navi05 a{ background:url(../images/navi/navi05a.jpg); width:126px;}
#navi06 a{ background:url(../images/navi/navi06a.jpg); width:130px;}

#navi01 a:hover{ background:url(../images/navi/navi01b.jpg); width:126px;}
#navi02 a:hover{ background:url(../images/navi/navi02b.jpg); width:126px;}
#navi03 a:hover{ background:url(../images/navi/navi03b.jpg); width:126px;}
#navi04 a:hover{ background:url(../images/navi/navi04b.jpg); width:126px;}
#navi05 a:hover{ background:url(../images/navi/navi05b.jpg); width:126px;}
#navi06 a:hover{ background:url(../images/navi/navi06b.jpg); width:130px;}

#navi01-on a{ background:url(../images/navi/navi01b.jpg); width:126px;}
#navi02-on a{ background:url(../images/navi/navi02b.jpg); width:126px;}
#navi03-on a{ background:url(../images/navi/navi03b.jpg); width:126px;}
#navi04-on a{ background:url(../images/navi/navi04b.jpg); width:126px;}
#navi05-on a{ background:url(../images/navi/navi05b.jpg); width:126px;}
#navi06-on a{ background:url(../images/navi/navi06b.jpg); width:130px;}*/

#navi01 a{ background:url(../images/navi/navi01a.jpg); width:152px;}
#navi02 a{ background:url(../images/navi/navi02a.jpg); width:152px;}
#navi03 a{ background:url(../images/navi/navi03a.jpg); width:152px;}
#navi04 a{ background:url(../images/navi/navi04a.jpg); width:152px;}
#navi05 a{ background:url(../images/navi/navi05a.jpg); width:152px;}

#navi01 a:hover{ background:url(../images/navi/navi01b.jpg); width:152px;}
#navi02 a:hover{ background:url(../images/navi/navi02b.jpg); width:152px;}
#navi03 a:hover{ background:url(../images/navi/navi03b.jpg); width:152px;}
#navi04 a:hover{ background:url(../images/navi/navi04b.jpg); width:152px;}
#navi05 a:hover{ background:url(../images/navi/navi05b.jpg); width:152px;}

#navi01-on a{ background:url(../images/navi/navi01b.jpg); width:152px;}
#navi02-on a{ background:url(../images/navi/navi02b.jpg); width:152px;}
#navi03-on a{ background:url(../images/navi/navi03b.jpg); width:152px;}
#navi04-on a{ background:url(../images/navi/navi04b.jpg); width:152px;}
#navi05-on a{ background:url(../images/navi/navi05b.jpg); width:152px;}



/* フッタ
---------------------------------------------------- */
#footer{
	font-size:90%;
	text-align:center;
	padding:10px 0 0px 0;
	color:#999;
}

#pagetop{
	clear:both;
	text-align:right;
	height:26px;
	margin:20px 0;
}

#footer-link {
	text-align:center;
	font-size:90%;
}
#footer-link ul{
	padding:10px 0;
}

#footer-link li{
	display:inline;
	padding:0px 15px;
	border-right:1px solid #ccc;
}
#footer-link li a{
	color:#999;
	text-decoration:none;
}
#footer-link li a:hover{
	color:#666;
	text-decoration:underline;
}
#footer-link .nobd{
	border-right:none;
}


/* 各種タイトル
---------------------------------------------------- */
h2{
	margin-bottom:10px;
}
h3{
	clear:both;
	background:#dde2e5;
	border-left:4px solid #5194b3;
	padding:3px 0 3px 10px;
	margin-bottom:5px;
	margin-top:20px;
	font-size:110%;
}

h4{
	border-bottom:1px dashed #666;
	margin-bottom:5px;
	margin-top:10px;
}

/* 汎用CSS
---------------------------------------------------- */
.clear {clear:both;}
.red{ color:#FF0000; font-size:10px;}
.red2{ color:#FF0000;}
.blue{color:blue;}
.yellow{color:#FF9900;}
.green{color:green;}
.img-right{float:right; margin-left:10px; margin-bottom:10px;}
.img-left{float:left; padding-right:10px;}
.align-right{text-align:right; padding:10px;}

/* トップページ
---------------------------------------------------- */
.search-area{
	border:2px solid #d9993c;
	background:#f1f1e3;
	padding:10px;
}

/*売買物件
------------------------------------------------ */
.sale-table,
.sale-table2{
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
}
.sale-table td,
.sale-table th,
.sale-table2 td,
.sale-table2 th{
	padding:5px;
	border:1px solid #999999;
}
.sale-table img,
.sale-table2 img{
	padding-left:5px;
	padding-right:3px;
}

.sale-table th{
	background:#eee;
	font-weight:normal;
}
.sale-table2 th{
	background:#eee;
	font-weight:normal;
	width:150px;
}
.sale-photo{
	width:260px;
}


/* プライバシーポリシー
---------------------------------------------------- */
.privacy-txt{
	width:670px;
	border:1px solid #999999;
	padding:10px 10px 2px 10px;
	margin:10px 0;
}


/* リンク
---------------------------------------------------- */
#link-table{
	width:100%;
}
#link-table td{
	width:33%;
	padding:5px 0;
}



/*会社案内
------------------------------------------------ */
ol{
	margin-left:30px;
}
ol li{
	padding-bottom:10px;
}


/*アンケート
------------------------------------------------ */
.questionnaire-table{
	width:760px;
	margin:10px 0px 20px 0px;
	border-collapse:collapse;
}
.questionnaire-table td,
.questionnaire-table th{
	padding:5px 10px;
}
.questionnaire-table th{
	background:#f0f0f0;
	text-align:left;
	border-bottom:1px solid #f9fafb;
	border-left:3px solid #dadada;
	width:350px;
}




/*お問い合わせ
------------------------------------------------ */
.contact-table{
	width:738px;
	margin:10px 0px 20px 0px;
	border-collapse:collapse;
}
.contact-table td,
.contact-table th{
	padding:5px 10px;
}
.contact-table th{
	background:#f0f0f0;
	text-align:left;
	border-bottom:1px solid #f9fafb;
	border-left:3px solid #dadada;
	width:150px;
}
.contact-table td{
	border-bottom:1px dashed #dadada;
}

.contact-table input,
.contact-table textarea{
	padding:3px;
}

label{
	margin-right:10px;
}

.form00{width:30px;border:1px solid #999999;}
.form01{width:60px;border:1px solid #999999;}
.form02{width:150px;border:1px solid #999999;}
.form03{width:300px;border:1px solid #999999;}
.form04{width:450px; height:200px;border:1px solid #999999;}

.button{
	text-align:center;
	padding:20px 0 20px 0;
}















.contact-table2{
	width:738px;
	border-collapse:collapse;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.contact-table2 td,
.contact-table2 th{
	padding:5px 10px;
}
.contact-table2 th{
	text-align:left;
	width:200px;
	border-bottom-width: 1px;
	/*border-left-width: 3px;*/
	border-bottom-style: dashed;
	/*border-left-style: solid;*/
	border-bottom-color: #999999;
	/*border-left-color: #999999;*/
}
.contact-table2 td{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#wrapper #content .bunjo03_kukaku {
	background-color: #FFCC33;
	padding: 3px;
	text-align: center;
}
#wrapper #content .bunjo03_menseki {
	background-color: #66CC66;
	text-align: center;
	padding: 3px;
}
#wrapper #content .bunjo03_kakaku {
	background-color: #FFCCCC;
	text-align: center;
	padding: 3px;
}
#wrapper #content .bunjo3_tani {
	background-color: #FFFFFF;
	text-align: center;
	padding: 3px;
}
#wrapper #content .bunjo_syosai01 {
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
}
#wrapper #content .bunjo_syosai01_b {
	background-color: #FFFFFF;
	text-align: right;
	padding: 2px;
	font-size: 120%;
	font-weight: bold;
}
#wrapper #content .bunjo_syosai02 {
	background-color: #FFFF33;
	text-align: center;
	padding: 2px;
}
#wrapper #content .bunjo_syosai02_b {
	background-color: #FFFF33;
	text-align: right;
	padding: 2px;
	font-size: 120%;
	font-weight: bold;
}
#wrapper #content .bunjo_l {
	float: left;
	width: 365px;
	margin-right: 8px;
	color: #000000;
}
#wrapper #content .bunjo_r {
	float: right;
	width: 365px;
	color: #000000;
}
.del {
	text-decoration: line-through;
	color: #990000;
}
#wrapper #content .top_campaign {
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
	line-height: 30px;
}


.introduction3-1 {
	background-image: url(../images/03/banner2.jpg);
	background-repeat: no-repeat;
	text-indent: -9800px;
	height: 397px;
	width: 739px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.introduction3-1 .introduction3-txt {
	display: none;
}

