@media print{

@charset "Shift_JIS";

/*=====基本=====*/

body {
	background-color: #fff;
	background-image:url(img/toumei.gif);
	font-size: 85%;
	font-style: normal;
	line-height: 1.7;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
em {
	font-weight: bold;
	font-style: normal;
	color: #000;
}
strong {
	font-weight: bold;
	color: #F00;
}

.text_ll {
	font-size: 140%;
}
.text_l {
	font-size: 120%;
}
.text_m {
	font-size: 100%;
}
.text_s {
	font-size: 90%;
}
.text_ss {
	font-size: 80%;
}
.catch {
	color:#000;
	font-size:140%;
	margin:10px 0;
}

/*=====リンク=====*/
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	color: #36F;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #F90;
	text-decoration: underline;
}

/*==========見出し==========*/

h1 {
	font-size: 160%;
	font-weight: bold;
	color: #451F04;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	letter-spacing:0.2em;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #663300;
	background-color:#EFE3C6;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	letter-spacing:0.1em;
	padding: 7px 10px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #336600;
	background-color: #FFF;
	padding:3px 0px 0px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing:0.1em;
}
h4 {
	color:#000000;
	margin:10px 0;
}


/*=====レイアウト=====*/


div.photo {
	color:#222222;
	background: #f1f1f1;
	font-weight:bold;
	padding:3px;
	margin:0 0 5px 0;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#bbbbbb;
}


.back {

	display:none;
}


#container {
	width: 720px;
	margin: 0 auto;
	text-align: left;
	background-color:#fff;
} 

#header {
	display:none;
} 

#menu_area {
	display:none;
} 

#contents_area {
	float:left;
} 

#sidebar {
	display:none;
} 

#maincontents_area {
	width:720px;

} 

.kakomi {
	font-size: 100%;
	padding: 10px 20px;
	border: 1px solid #D6B089;
	color:#333;
	background:#FDF8E8;
}

#footer {
	display:none;
} 

#pagetop {
	display:none;
} 

#copyright {
	display:none;
} 

#tab {
	display:none;
} 


 /* 詳細ページ用 */
 
h1.syousai_tit {
	font-size: 140%;
	font-weight: bold;
	color: #451F04;
	background:#EBDDB8;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 12px 0px 15px 18px;
	letter-spacing:0.1em;
}

.mainphoto {
	text-align:center;
	padding:7px 0;
	border:1px solid #ccc;
	background:#fff;
}

.photo_tit {
	font-size:120%;
	color:#336600;
	background: #fff;
	font-weight:bold;
	padding:3px;
	margin:0 7px 7px 7px;
	border-bottom:1px dotted #ccc;
}


.other_p_tit {
	font-size:120%;
	color:#336600;
	font-weight:bold;
	padding:3px;
	margin:0 17px 17px 7px;
	border-bottom:1px dotted #ccc;
}

.other_p {
	background:#f2f2f2;
	padding:10px 0px 0px 10px;
}


.other_p img {
	margin:0px 0px 17px 7px;
}


.daido {
	font-size: 100%;
	padding: 10px 20px;
	border: 1px solid #ccc;
	color:#333;
	background:#fff;
}


/*==========テーブル（物件一覧）==========*/




table.ichiran {
	border-collapse:collapse;
	border-top: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-spacing:0;
	empty-cells:show;
}

table.ichiran th {
	color:#333;
	border-collapse:collapse;
	font-weight: bold;
	background-color: #FFF0C4;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: dotted;
	border-top-color: #ccc;
	border-right-color: #ccc;
	
}

table.ichiran td {
	border-collapse:collapse;
	background-color: #fff;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
}
table.ichiran td.midashi {
	border-collapse:collapse;
	background-color: #f8f8f8;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-top-style: dotted;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
}

table.ichiran td.tokusen {
	border-collapse:collapse;
	background-color: #FFE6E6;
	font-size: 12px;
}



/*==========テーブル（物件詳細）==========*/

table.syousai td,th {
	font-size: 12px;
	color:#222222;

}

table.syousai td {
	background:#fff;
	padding:4px 2px 4px 4px;
	border-bottom:1px dotted #666;
}

table.syousai td.midashi {
	
	background:#FFF0C4;
	padding:4px 0 4px 4px;
	border-left:2px solid #996633;
}





} 

