/* ----------タグ---------- */

 html{
	font-size: 87.5%; /*14px*/
}

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

h2,h3,h4,h5,h6,p {
   margin: 0px;
}

h1 {
   	margin: -3px 0 2px 5px;
	color: #000;
	font-size: 0.7rem;
	font-weight: normal;
	text-align: left;
}

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: 1rem;
}

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

a:link {		/*未訪問の時*/
	color: #080;
	text-decoration: none;
}

a:visited {		/*既訪問の時*/
	color: #080;
	text-decoration: none;
}

a:hover {		/*カーソルが上にある時*/
	color: #333;
	text-decoration: none;

}

a:active {		/*クリックしたとき*/
	color: #333;
	text-decoration: none;
}

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

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

.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: 3px;
	left: 10px;
	position: relative;
	color: black;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1pt;
}

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

.position_p3 {
	top: 13px;
	left: 10px;
	position: relative;
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
}
/* ----------ヘッダ---------- */

#header{
	width: 100%;
	height: auto;
	margin: 5px 0 15px 5px;
	background: #fff;
}

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

#menu_container{	/* メニューコンテナ */
	width: 100%;
	height: 50px;
	background: #fff url(./../hp_img/menu_body.gif) bottom repeat-x;
	border-style: solid;
	border-width: 0 0 3px 0;
	border-color: black;
}

#menu {
	width: 100%;
	height: auto;
	text-align:center;
	background-color: transparent;
	border: solid #ccc 0px;
}

#menu ul {
   margin: 0;
   padding: 0;
   font-size: 1rem;
   list-style: none;
}

#menu li {
	width: 33.33%;
   margin: 0;
   padding: 0;
   border: 0 solid #ccc;
   border-bottom: none;
   float: left;
}

#menu li a {
   color: black;
   display: block;
   padding: 10px 5px;
   line-height: 30px;
   outline: none;
   text-decoration: none;
   background: #fff url(./../hp_img/bg_menu.gif) bottom repeat-x;
}

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

/* ---------- サブメニュー ---------- */

.submenu {
	width: 100%;
	text-align:left;
	background-color: transparent;
	border: solid #ccc 0px;
}

.submenu ul {
   margin: 5px 0 0 0;
   padding: 0;
   font-size: 1.1rem;
   list-style: none;
}

.submenu li {
	width: 100%;
	height: auto;
   margin: 4px 0 4px 0;
   padding: 0;
   border: 1px solid #ccc;
   background-color: #fff;
   background-position: 12px center;
   background-repeat: no-repeat;
}

.submenu li a {
   color: black;
   display: block;
   padding: 15px 28px;
   outline: none;
   text-decoration: none;
}

.image1 {background-image:url(./../hp_img/1.gif);}
.image2 {background-image:url(./../hp_img/2.gif);}
.image3 {background-image:url(./../hp_img/3.gif);}
.image4 {background-image:url(./../hp_img/4.gif);}
.image5 {background-image:url(./../hp_img/5.gif);}
.image6 {background-image:url(./../hp_img/6.gif);}
.image7 {background-image:url(./../hp_img/7.gif);}
.image8 {background-image:url(./../hp_img/8.gif);}
.image9 {background-image:url(./../hp_img/9.gif);}

/* ---------- リンク追加用 ---------- */

.etc {
	width: 100%;
	text-align:left;
	background-color: transparent;
	border: solid #ccc 0px;
	float: left;
}

.etc ul {
   margin: 10px 0 0 15px;
   padding: 0;
   font-size: 0.9rem;
   list-style: inside url(./../hp_img/list_r.gif);	/* リストアイコン */

}

.etc li {
	width: 100%;
	height: auto;
   padding: 0;
   border: 0px solid #ccc;
}

.etc li a {
   color: #080;
   padding: 0;
   text-decoration: none;
}

.etc li a:hover {
   color: black;
   text-decoration: underline;
}

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

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

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

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

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

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

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

.yakudachi ul {
   margin-left: 5px;
   padding: 0;
   font-size: 1rem;
   list-style: inside url(./../hp_img/list_r.gif);	/* リストアイコン */
}

.yakudachi li {
	width: 100%;
	height: auto;
   border: solid #ccc 0px;
}

/* ---------- footer ----------*/

#add {
	margin-top: 10px;
	width: 95%;
	height: 27px;
	border: solid #ccc 0px;
	background: #fff url(../hp_img/copy_sp.png) right no-repeat;
    float: left;
}
#hyouji {
	margin: 10px 0 10px 0;
	width: 100%;
	height: auto;
	padding-bottom: 35px;
	text-align: center;
	color: #666;
	font-size: 0.9rem;
	border: solid #ccc 0px;
    float: left;
}

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

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: 100%;
}

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