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

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

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

h1 {
	color: #000;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	padding: 1px 0 0 30px;
}

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

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: #564499;
	text-decoration: underline;
}

a:active {
	color: #333333;
	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;
}

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

.topposition {
	top: 12px;
	left: 10px;
	position: relative;
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
}

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

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

.position_p3 {
	top: 17px;
	left: 10px;
	position: relative;
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
}

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

#header_container{	/* ヘッダーコンテナ */
	width: 100%;
	height: 154px;
}

#header{	/* ヘッダ */
	width: 946px;
	height: 113px;
	border: solid #ccc 0px;
	background-image: url(../hp_img/hg08.png);	/* タイトル部のイメージ画像 */
	background-repeat: no-repeat;
	background-position: right bottom;
}

#logo a {
	top: 35px;
	left: 20px;
	position: relative;
	width: 255px;
	height: 35px;
 	border: solid #0f0 0px;
	float: left;
	background: url(../hp_img/logo.png);	/* 会社ロゴ */
}

#apo {
	top: 12px;
	left: 80px;
	position: relative;
 	width: 275px;
	height: 65px;
 	border: solid #0f0 0px;
	float: left;
	background: url(../hp_img/apo01.gif);	/* タイトル部の連絡先TEL */
}

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

#menu {
	margin-left: 2px;
	padding: 0;
	width: 946px;
	height: auto;
	background-color: transparent;
	border: solid #ccc 0px;
}

#menu ul{
	font: bold 13px Arial, Verdana, sans-serif;/*font size*/
	margin:0;
	padding:0;
	width: 952px;
	height: 27px;
	border: solid #000 0px;
	list-style:none;
}

#menu li{
	display:inline;
	text-transform:uppercase;
}

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

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

#menu a span{
	float:none;
}

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

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

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

#menu_under_line{
	clear: both;
	padding: 0;
	width: 100%;
	height: 3px;	/*under line height*/
	line-height: 8px;
	background: #564499;
}

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

#image_container {
	margin: 0 0 10px 0;
	padding: 0;
	width: 533px;
	height: 200px;
	background: transparent;	/* メイン画像コンテナのＢＧ */
	border: solid #ccc;
	border-width: 1px;
}

#main_image {
	color: #00f;
	margin: 0;
	padding: 0;
	width: 533px;
	height: 100%;
 	text-align: left;
	background: url(../hp_img/mg06.png) center no-repeat;	/* メイン画像 */
	border: solid #ccc;
	border-width: 0;
	float: left;
}

#catch_midashi {
	margin: 10px 0 0 20px;
}

#catch {
	margin: 5px 0 0 25px;
	line-height: 130%;
}

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

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

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

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

.side_midashi {	/* 左サイドメニュー見出し */
	width: 193px;
	padding-left:10px;
	border-bottom:1px solid #564499;
	border-left:6px solid #564499;
	line-height:200%;
	font-weight: bold;
	color: #564499;
	letter-spacing:2pt;
}

.midashi_p {	/* 左サイドメニュー見出し下の文字 */
	font-family: "ＭＳ Ｐゴシック";
	font-size: 0.8em;
	color: #444;
 	padding: 0 0 0 5px;
	line-height: 120%;
}

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

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

#side_menu_r {
	padding: 0;
	width: 180px;
	height: auto;
 	text-align: left;
	background-color: transparent;
	border: solid #000 0px;
	float: right;
}

.counter {
	margin: 0 0 10px 0;
	width: 178px;
	height: auto;
	border: solid #ccc 1px;
	background: #eeeeff url(../hp_img/machi_g.gif) bottom right no-repeat;
}

.side_midashi_r {	/* 右サイドメニュー見出し */
	width: 163px;
	padding-left:10px;
	border-bottom:1px solid #564499;
	border-left:6px solid #564499;
	line-height:200%;
	font-weight: bold;
	color: #564499;
	letter-spacing:2pt;
}

.midashi_p_r {	/* 右サイドメニュー見出し下の文字 */
	font-family: "ＭＳ Ｐゴシック";
	font-size: 0.8em;
	color: #444;
 	padding: 0 0 0 5px;
	line-height: 120%;
}

.hr_r {
	margin: 7px 0 7px 0;
	width: 172px;
	height: auto;
	border: dotted #bbb;
	border-width: 1px 0 0 0;
}

/* ---------- 会員登録 ---------- */

#member a {
   width: 210px;
   height: 140px;
   display: block;
   background: url(../hp_img/toroku04.png) bottom right no-repeat;
}

#member a:hover {
   background: url(../hp_img/toroku03.png) bottom right no-repeat;
}

/* ------------ ログイン ------------ */

#member_login a {
   margin-top: 5px;
   width: 210px;
   height: 35px;
   display: block;
   background: url(../hp_img/login01.png) bottom right no-repeat;
}

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

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

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

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

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

.category {
    margin: 0;
    padding: 0;
	width: 208px;
	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: 208px;
   height: 50px;
   border: solid #ccc 1px;
}

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

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

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

.yakudachi {
	width: 208px;
	height: auto;
	line-height: 20pt;
}

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

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

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

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

/* ---------- お知らせ ----------*/
.topic {
	margin: 5px 0 0 0;
	width: 533px;
	height: auto;
	border: solid #ccc 0px;
	background-color: transparent;
}

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

.topcontents {
	margin: 0 0 0 10px;
	width: 545px;
	height: auto;
	text-align: left;
	border: solid #000 0px;
	background-color: transparent;
	float: left;
}

.topcontents_midashi {	/* コンテンツ見出し */
	color: #fff;
	width: 520px;
	padding: 0 0 0 15px;
	background: url(../hp_img/bg_pp1.gif) repeat;	/* メインコンテンツ見出しＢＧ */
	line-height:280%;
	font-weight: bold;
	font-size: 0.9em;
	font-family:  "ＭＳ Ｐゴシック", "MS P Gothic";
	letter-spacing:2pt;
}

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

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

.contents {
	margin: 0;
	padding: 0;
	width: 725px;
	height: auto;
	text-align: left;
	border: solid #000 0px;
	background-color: transparent;
	float: right;
}
.contents_midashi {	/* コンテンツ見出し */
	color: #fff;
	width: 710px;
	padding: 0 0 0 15px;
	background: url(../hp_img/bg_pp1.gif) repeat;	/* メインコンテンツ見出しＢＧ */
	line-height:280%;
	font-weight: bold;
	font-size: 0.9em;
	font-family:  "ＭＳ Ｐゴシック", "MS P Gothic";
	letter-spacing:2pt;
	float: right;
}

.contents_height {
	margin: 5px 0 0 0;
	padding: 0 10px;
	width: 710px;
	height: 1350px;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック";
	border: solid #000 1px;
	background-color: transparent;
	float: right;
}

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

#foot_text {
	margin: 10px 0 0 0;
	padding: 0;
	width: 946px;
	height: auto;
	color: #666;
	font-family: "ＭＳ Ｐゴシック";
	text-align: left;
	font-size: 0.9em;
	line-height: 120%;
	border: solid #ccc 0px;
	clear: both;
}

#foot_menu {
	padding: 30px 0 0 0;
	width: 900px;
	height: 15px;
	border: solid #000 0px;
	clear: both;
}

#foot_menu ul {
   margin: 0;
   padding: 0;
   font-size: 0.9em;
   list-style: none;
}

#foot_menu li {
   color: #666;
   border: solid #ccc 0px;
   float: left;
}

#foot_menu li a {
   color: #666;
   width: 100px;
   text-decoration: none;
   float: left;
}

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

#add {
	margin: 20px 0 10px 0;
	width: 500px;
	height: 15px;
	color: #666;
	font-size: 0.9em;
	border: solid #ccc 0px;
}

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

#member_image {
	margin: 0 0 100px 0;
	padding: 0;
	width: 936px;
	height: 340px;
 	text-align: left;
	color: #00f;
	font-family: "メイリオ", Meiryo;
	font-style: italic;
	background: url(../hp_img/member1.png);
	border: solid #564499;
	border-width: 5px;
}

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

.submenu {
	margin: 0 0 5px 0;
	color: #666;
	width: 720px;
	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: url(../hp_img/bl946.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: transparent;
}

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

.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: 945px;
}

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