/* ----------Imagecolor main-#006DBA sub-orange ---------- */

body {
	margin:0;
	padding:0;
	height: 100%;
	font-size: 0.8em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	letter-spacing:1pt;
	color: #333333;
	background-repeat: repeat-x;
	background-color: #fff;		/*------------ ボディカラー ------------*/
}

h1,h2,h3,h4,h5,h6,p {
	vertical-align:middle;
}

h1 {
	color: #fff;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	top: 0;
 	left: 20%;
	position: absolute;
}

img {
   border: 0;
   vertical-align: bottom;
}

hr {
	margin: 7px 0 7px 0;
	width: 100%;
	height: auto;
	border: dotted #bbb;
	border-width: 1px 0 0 0;
}

td,th {
	text-align: left;
	font-size: 1em;
}

/*------------ link set ------------*/

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #006DBA;
	text-decoration: underline;
}

a:active {
	color: #333333;
	text-decoration: none;
}

/* ---------- マージン ---------- */

.margin {	/* 上下左右=10px */
	margin: 10px;
}

.margin_b {	/* 下 */
	margin-bottom: 50px;
}

.margin_ud5 {	/* 上下=5px */
	margin: 5px 0;
}

.margin_ud {	/* 上下=10px */
	margin: 10px 0;
}

.margin_dw {	/* 下=10px */
	margin: 0 0 10px 0;
}

.margin_lr {	/* 左右=10px */
	margin: 0 10px;
}

.margin_img {	/* 上左=20px */
	margin: 20px 0 0 20px;
}

/* ----------見出し位置---------- */

.position_p1 {
	top: 5px;
	left: 10px;
	position: relative;
	color: #006DBA;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1pt;
}

.position_p2 {
	top: 16px;
	left: 10px;
	position: relative;
}

.position_p3 {
	top: -4px;
	left: 15px;
	position: relative;
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
}

/* ----------ヘッダ---------- */

#topobi{
	background-color: #006DBA;
	height: 33px;
}

#header_container{	/* ヘッダーコンテナ */
	width: 100%;
	height: 200px;
	background: #fff;
    position: fixed;
    top: 0;
    left:0;
	z-index: 1;
}

#header{	/* ヘッダ */
	width: 100%;
	height: 150px;
	border: solid #ccc 0px;
}

#logo a {
	top: 8px;
	left: 12%;
	position: relative;
	width: 407px;
	height: 104px;
 	border: solid #0f0 0px;
	background: url(../hp_img/logo.png) bottom left no-repeat;	/* 会社ロゴ */
	float: left;
}

#apo {
	top: 7px;
	right: 15%;
	position: relative;
 	width: 580px;
	height: auto;
 	border: solid #0f0 0px;
	background: url() bottom left no-repeat;	/* タイトル部の連絡先TEL */
	float: right;
}

/* ----------メインメニュー ---------- */

#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align: center;
	font: bold 15px Arial, Verdana, sans-serif; /*font size*/
}

#menu li{
	margin:0;
	padding:0;
	display: inline-block;
	text-transform:uppercase;
	line-height:255%;
}

#menu a{
	margin:0 20px 0 0;
	padding:0;
	width: 100%;
	color: white;
	background: #006DBA;
	text-decoration:none;
	letter-spacing: 1px; /*font interval*/
	float:left;
}

#menu li a:hover {
   color: #fff;
   text-decoration: none;
   background: #cc00cc repeat;
}

#menu a span{
	float:left;
	display:block;
	padding:6px 14px 6px 15px;
}

#menu a span{
	float:none;
}

#menu a:hover{
	background-color: orange;
}

#menu a:hover span{
	background-color: orange;
}

#menu #current a, #menu #current span{ /*currently selected tab*/
	background-color: green;
}

#menu_line{
	padding: 0;
	width: 100%;
	height: 50px;	/*line height*/
	line-height: 8px;
	background: #006DBA;
	clear: both;
    position: fixed;
    top: 150px;
    left:0;
}

/* ----------背景---------- */

#bgimg {
	width: 100%;
	background: #ffffff url(../hp_img/aa19.gif) repeat;
}

#bg1 {
	margin-top: 144px;
	padding: 1px 0 5px 0;
	width: 95%;
	height: auto;
	background: #ffffff;
	box-shadow: 0 0 10px 0 gray inset;
}

/* ---------- メイン画像 ---------- */

#image_container {
	margin-top: 0px;
	width: 100%;
	height: auto;
	border: solid #ccc;
	border-width: 0px;
}

/* ---------- カウンタ ----------*/

.counter {
	border-radius: 6px 6px 0 0;	/* ボックスの角を丸くする */ 
	margin: auto;
	padding-top: 20px;
	width: 86%;
	height: 230px;
	border: solid #ddd 1px;
	background: #fff url(../hp_img/machi_g.gif) bottom left repeat-x;
}

/* ---------- メインコンテナ ---------- */

#main_container {
	margin: 63px 0 0 0;
	padding: 0;
	width: 80%;								/*ページ幅を変える*/
	height: auto;
	background-color: transparent;
	border: solid #ccc 0px;
}

/* ---------- サイドメニュー---------- */

#side_menu {
	margin:0 0 0 0;
	padding: 0;
	width: 18%;
	height: auto;
 	text-align: left;
	background-color: transparent;
	border: solid #000 0px;
	float: left;
}

.side_midashi {	/* サイドメニュー見出し */
	width: 100%;
	height: 30px;
	border-style: solid;
	border-color: #006DBA;
	border-width: 0px 0px 1px 5px;
	background-color: #fff;
}

.midashi_p {	/* メニュー見出し下の文字 */
	font-size: 0.9em;
	color: #444;
 	padding: 0 0 0 5px;
	line-height: 140%;
}

.image1 {background-image:url(./../hp_img/list_r.gif);}
.image2 {background-image:url(./../hp_img/list_gr.gif);}
.image3 {background-image:url(./../hp_img/list_nb.gif);}
.image4 {background-image:url(./../hp_img/list_y.gif);}
.image5 {background-image:url(./../hp_img/list_o.gif);}
.image6 {background-image:url(./../hp_img/list_pp.gif);}

/* ---------- 会員登録・ログイン ---------- */

#member_login a {
   margin-top: 5px;
   width: 100%;
   height: 35px;
   display: block;
   background: #fff url(../hp_img/login_off_bl.png) bottom center no-repeat;
}

#member_login a:hover {
   background: #fff url(../hp_img/login_on_bl.png) bottom center no-repeat;
}

/* ---------- 条件で物件検索---------- */

.search {
   margin: 0 0 10px 0;
   width: 100%;
   height: 50px;
   border: solid #ccc 1px;
   background: url(../hp_img/bg_menu.gif) bottom left repeat-x;
}

.search a {
   color: #000;
   display: block;
   width: 100%;
   height: 50px;
   border: solid #ccc 0px;
   font-weight: bold;
   text-align: left;
   outline: none;
   background: url(../hp_img/bg_menu_off.gif) bottom right no-repeat;
}

.search a:hover {
   color: #006DBA;
   text-decoration: none;
   background: url(../hp_img/bg_menu_on.gif) bottom right no-repeat;
}

/* ---------- カテゴリー検索---------- */

.category {
    margin: 0;
    padding: 0;
	width: 100%;
	height: auto;
	background-color: transparent;
	border: solid #ccc 0px;
}

.category ul {
   margin: 0;
   padding: 0;
   font-size: 1.2em;
   list-style-type: none;
}

.category li {
   margin: 0 0 10px 0;
   width: 100%;
   height: 50px;
   border: solid #ccc 1px;
   background: url(../hp_img/bg_menu.gif) bottom left repeat-x;
}

.category li a {
   color: #000;
   display: block;
   width: 100%;
   height: 50px;
   font-weight: bold;
   text-align: left;
   outline: none;
   text-decoration: none;
   background: url(../hp_img/bg_category_off.jpg) bottom right no-repeat;
}

.category li a:hover {
   color: #006DBA;
   text-decoration: none;
   background: url(../hp_img/bg_category_on.jpg) bottom right no-repeat;
}

/* ---------- お役立ち ----------*/

.yakudachi {
	width: 100%;
	height: auto;
	line-height: 20pt;
}

.yakudachi ul {
   margin: 0;
   padding: 0;
   font-size: 1em;
   list-style: none;	/* リストアイコン */
}

.yakudachi li {
	width: 100%;
	height: auto;
   border: solid #ccc 0px;
   background-position: left center;
   background-repeat: no-repeat;
}

.yakudachi li a {
	width: 100%;
	height: auto;
   color: #000;
   padding-left: 18px;
   text-align: left;
   outline: none;
   text-decoration: none;
}

.yakudachi li a:hover {
   color: #006DBA;
   text-decoration: none;
}

/* ---------- お知らせ ----------*/
#topic {
	margin: 5px 0 0 0;
	width: 725px;
	height: 310px;
	border: solid #ccc 0px;
	background-color: #fff;
	float: right;
}

/* ---------- コンテンツ ----------*/

.contents {
	margin: 0px 0 0 10px;
	padding: 0;
	width: 80%;
	height: auto;
	text-align: left;
	border: solid #000 0px;
	background-color: transparent;
	float: right;
}

.contents_midashi {	/* コンテンツ見出し */
	border-radius: 4px;	/* ボックスの四つ角を丸くする */ 
	width: 100%;
	height: 40px;
	border: solid #006DBA 0px;
	background-color:#006DBA;	/* メインコンテンツ見出しＢＧ */
	line-height:150%;
	float: right;
}

.toku {
	margin: 15px 0 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: left;
	border: solid #ccc 0;
	background-color: transparent;
	float: right;
}

.toku2 {
	margin: 20px 0 50px 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: left;
	border: solid #ccc 0;
	background-color: transparent;
	float: right;
}

.contents_height {
	margin: 5px 0 0 0;
	padding: 0 10px;
	width: 710px;
	height: 1350px;
	text-align: left;
	border: solid #000 1px;
	background-color: transparent;
	float: right;
}

.point {
	border-radius: 4px;
	margin: 9px 10px 10px 10px;
	line-height: 130%;
	padding: 15px 5px 5px 5px;
	border: dotted #000 1px;
	background: #cee7ff;
}

.point_img {
	margin: -27px 0 0 0;
	border: solid #000 0px;
	position: relative;
	top: 20px;
	left: 30px;
}

/* ---------- フッタ ---------- */

#foot_text {
	margin: 10px 0 0 0;
	padding: 0;
	width: 80%;
	height: auto;
	color: #666;
	text-align: left;
	font-size: 0.9em;
	line-height: 120%;
	border: solid #ccc 0px;
	clear: both;
}

#foot_menu ul {
	margin: 0;
	padding: 30px 0 0 0;
	list-style: none;
	text-align: center;
	border: solid #ccc 0px;
	clear: both;
}

#foot_menu li {
	display: inline-block;
	font-size: 12px;
	padding: 0 10px;
}

#foot_menu li a {
	display: inline-block;
	font-size: 12px;
	padding: 0 10px;
	color: #666;
	text-decoration: none;
}

#foot_menu li a:hover {
	color: #999;
	text-decoration: none;
}

#add {
	margin: 0 0 30px 0;
	padding: 30px 0 0 0;
	width: 100%;
	height: 13px;
	border: solid #ccc 0px;
	background: url(../hp_img/copy.gif) bottom center no-repeat;
	clear: both;
}

/* ---------- 会員ページ ---------- */

#member_image {
	margin: 10px 0 0 0;
	padding: 0;
	width: 67%;
	height: 230px;
 	text-align: left;
	color: #00f;
	font-style: italic;
	background: #fff url(../hp_img/member.png) top center no-repeat;
	border: solid #a00;
	border-width: 5px;
}

.kaiin_img {
	margin: 50px 10px 0 0;
	float: right;
}

.submenu {
	margin: 0 0 5px 0;
	color: #666;
	width: 100%;
	height: 15px;
	font-size: 0.9em;
 	text-align: left;
	text-decoration: none;
	float: right;
}

.kaiin_midashi {	/* 会員専用物件検索見出し */
	width: 936px;
	height: 35px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
	border: solid #f8f;
	border-width: 0px;
	background: #fff url(../hp_img/r946.png) no-repeat right;	/* 会員ページ見出しＢＧ */
 	padding: 15px 0 0 10px;
}

/*------------ ロールオーバーで画像を透過 ------------*/

a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}

/*------------ 地域で探すロールオーバー ------------*/

.area {
	width:150px;
	height:30px;
	background:url(../cgi_img/area_on.png) no-repeat left bottom;
	float:left;
}
.area a {
	display:block;
	width:150px;
	height:30px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.area a:hover {
	text-indent:-9999px;
}

/*------------ 沿線駅で探すロールオーバー ------------*/

.station {
	margin: 0 0 0 7px;
	width:150px;
	height:30px;
	background:url(../cgi_img/station_on.png) no-repeat left bottom;
	float:left;
}
.station a {
	display:block;
	width:150px;
	height:30px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.station a:hover {
	text-indent:-9999px;
}

/*------------ 学校で探すロールオーバー ------------*/

.school {
	margin: 0 0 0 7px;
	width:150px;
	height:30px;
	background:url(../cgi_img/school_on.png) no-repeat left bottom;
	float:left;
}
.school a {
	display:block;
	width:150px;
	height:30px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.school a:hover {
	text-indent:-9999px;
}

/*------------ table style set ------------*/

.cell-p{
	padding: 7px 0 7px 0;
}
.text-l{
	text-align: left;
	line-height: 140%;
}
.text-c{
	text-align: center;
	line-height: 140%;
}
.text-r{
	text-align: right;
	line-height: 140%;
}
.tb{
	background-color: #cccccc;
}
.tb1{								/* 枠下部線無し */
	border-width: 1px 1px 0px;
	border-style: solid;
	border-color: #cccccc;    		/* 枠線カラー */
	line-height: 110%;
}
.tb1a{								/* 枠 */
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	line-height: 110%;
}
.tb-cell {
	background-color: #cccccc;    	/* 濃セルカラー */
	font-weight: bold;
	color: #000000;
	border-width: 0px 0px 1px;
	border-style: solid;
	border-color: #cccccc;   	 	/* 枠線カラー */
	padding: 2px 3px 2px 10px;
}
.tb-cell1 {
	background-color: #eeeeee;    	/* 薄セルカラー */
	color: #000000;
	border-width: 0px 0px 1px;
	border-style: solid;
	border-color: #cccccc;    		/* 枠線カラー */
	padding: 2px 3px 2px 10px;
}
.tb-cell11 {
	background-color: #eeeeee;    	/* 薄セルカラー */
	color: #000000;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #cccccc;    		/* 枠線カラー */
}
.tb-cell12 {
	background-color: #eeeeee;    	/* 薄セルカラー */
	color: #000000;
	border-width: 0px;
}
.tb-cell2 {
	background-color: #FFFFFF;    	/* 値セルカラー */
	color: #000000;
	border-width: 0px 0px 1px;
	border-style: solid;
	border-color: #cccccc;    		/* 枠線カラー */
    padding: 2px 3px 2px 5px;
}
.tb-cell21 {
	background-color: #FFFFFF;    	/* 値セルカラー */
	color: #000000;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #cccccc;    		/* 枠線カラー */
    padding: 2px 3px 2px 5px;
}
.tb-cell22 {
	background-color: #FFFFFF;    	/* 値セルカラー */
	color: #000000;
	border-width: 0px;
    padding: 2px 3px 2px 5px;
}

/*------------m table style set ------------*/
.mtb{
	background-color: #a3c8ee;   	/*カテゴリー項目セルカラー*/
}
.mtb1{
	border-width: 1px 1px 0px;
	border-style: solid;
	border-color: #006ddb;    		/* 枠線カラー */
	line-height: 110%;
}
.mtr-light{
	background-color: #ffffff;    	/* 奇数行カラー */
}
.mtr-dark{
	background-color: #e6f2ff;    	/* 偶数行カラー */
}
.mtb-cell1 {
	background-color: #dddddd;    	/* カテゴリー項目セルカラー */
	color: #000000;
	border-width: 0px 0px 1px;    	/* 下辺の枠線 */
	border-style: solid;
	border-color: #cccccc;    		/* 枠線カラー */
	padding: 2px 3px 2px 10px;
}
.mtb-cell11 {
	background-color: #dddddd;    	/* 項目セルカラー */
	color: #444444;
	border-width: 0px 1px 0px 0px;  /* 右辺の枠線 */
	border-style: solid;
	border-color: #cccccc;    		/* 項目枠線カラー */
}
.mtb-cell12 {
	background-color: #dddddd;   	/* 項目セルカラー */
	color: #444444;
	border-width: 0px;
}
.mtb-cell2 {
	color: #000000;
	border-width: 0px 0px 1px;
	border-style: solid;
	border-color: #cccccc;    		/* 枠線カラー */
}
.mtb-cell21 {
	color: #000000;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #cccccc;    		/* 枠線カラー */
}

/*------------------------------------*/

.td_bgcolor1 { background-color: #993300;}     /* company_underline */

.underline {
	background-color: #555555;
}

/*-----------枠幅を指定---------------*/

/* 物件検索の幅を指定 */
#kensakuhaba {
	width: 100%;
}

/* 検索結果の幅を指定 */
#kekkahaba {
	width: 97%;
}

/* 物件詳細の幅を指定 */
#syosaihaba {
	width: 725px;
	float: right;
}

/*----------ページトップに移動ボタン---------*/

    #pageTop {
      position: fixed;
      bottom: 20px;
      right: 70px;
    }

    #pageTop i {
      padding-top: 6px;
    }

    #pageTop a {
      display: block;
      z-index: 999;
      padding: 8px 0 0 8px;
      border-radius: 30px;
      width: 45px;
      height: 45px;
      background: #006DBA url(../hp_img/up-s.png) no-repeat 18px 18px;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
    }

    #pageTop a:hover {
      text-decoration: none;
      opacity: 0.7;
    }

