@charset "Shift_JIS";

@media screen{

/*=====初期化=====*/
body, p, h1, h2, h3, h4, ul, ol, li {
	margin: 0px;
	padding: 0px;
}
/*=====基本セット=====*/
body {
	background-color: #f1f1f1;
	background-image:url(img/naka_bg.jpg);
	background-repeat:repeat-x;
	font-size: 85%;
	font-style: normal;
	line-height: 1.8;
	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;
}
/*=====リンク=====*/
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;
	background-image: url(img/icon_h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 50px;
	letter-spacing:0.2em;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #663300;
	background-image: url(img/icon_h2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:#FFF5DE;
	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;
	background-image: url(img/icon_h3.gif);
	background-repeat: no-repeat;
	color: #336600;
	background-color: #FFF;
	padding:3px 0px 0px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing:0.1em;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
}
/*=====見出し=====*/
.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%;
}
/*=====文字装飾=====*/
.indent {
	padding-left: 2em;
}
.kakomi {
	font-size: 100%;
	padding: 10px 20px;
	border: 1px solid #D6B089;
	color:#333;
	background:#FDF8E8;
}
.kakomi02 {
	font-size: 100%;
	padding: 10px;
	border: 1px solid #eee;
	background:#eee;
	color:#333;
}
.kakomi_top {
	font-size: 90%;
	padding: 10px;
	border: 1px solid #ddd;
	color:#333;
	background-color:#ddd;
}
ol {
	margin: 10px;
	padding-left: 2em;
}
ul {
	margin: 10px;
	padding-left: 2em;
	list-style-position: outside;
	list-style-image: url(img/icon_list.gif);
	list-style-type: none;
}


/*==========テーブル（線）==========*/


table.line td {
	background:url(img/table_bg.gif) ;
	background-repeat:repeat-x;
	padding:4px 2px;
}

table.line td.tate {
	background:url(img/table_tate02.gif) ;
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:0px 0px;
}

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


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;
	background:url(img/table_bg.gif) ;
	background-repeat:repeat-x;
	background-position:top;
}
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;
	background:url(img/table_bg.gif) ;
	background-repeat:repeat-x;
	background-position:bottom;
}

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



/*=====テーブル=====*/
table.hyou {
	border-collapse:collapse;
	border: 1px solid #ccc;
	border-spacing:0;
	empty-cells:show;
}
table.hyou th {
	border-collapse:collapse;
	font-weight: bold;
	background-color: #f1f1f1;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	
}
table.hyou td {
	border-collapse:collapse;
	background-color: #fff;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
}
table.hyou td.midashi {
	border-collapse:collapse;
	background-color: #FFF4C4;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
}

td,th {
	font-size: 12px;	
	font-style: normal;
	line-height: 1.7;
	color: #333;

}

}
