* {
	margin: 0;
	padding: 0; }

body {
	background: #fff;
	font-weight: normal;
	font-size: 12px;
	line-height: 125%;
	color: #000; }

p {
	margin-bottom: 0.5em; }

h1, h2, h3, h4, h5, h6 {
	line-height: 100%; }

a {
	text-decoration: none; }

table {
	border: none; }



/* 共通 */
div#container {
	width: 780px;
	margin: 0 auto;
	background: url(images/container_bg.gif) repeat-y; }

div#header {
	width: 100%;
	height: 66px;
	background: url(images/header_bg.gif) no-repeat; }

div#headerinner {
	padding-top: 12px;
	padding-left: 580px; }

div#contents {
	width: 100%;
	margin: 8px 0; }

a.contents {
	display: block;
	float: left;
	width: 170px;
	height: 32px; }

a.btn1 {
	background: url(images/btn_bg_01.gif) 0 0 no-repeat; }
a.btn2 {
	background: url(images/btn_bg_02.gif) 0 0 no-repeat; }
a.btn3 {
	background: url(images/btn_bg_03.gif) 0 0 no-repeat; }
a.btn4 {
	background: url(images/btn_bg_04.gif) 0 0 no-repeat; }
a.btn1:hover {
	background: url(images/btn_bg_01.gif) 0 -32px no-repeat; }
a.btn2:hover {
	background: url(images/btn_bg_02.gif) 0 -32px no-repeat; }
a.btn3:hover {
	background: url(images/btn_bg_03.gif) 0 -32px no-repeat; }
a.btn4:hover {
	background: url(images/btn_bg_04.gif) 0 -32px no-repeat; }

div.inner {
	padding: 0 25px; }

div.hr {
	font: 0/0;
	width: 100%;
	height: 3px;
	margin: 3px 0;
	background: #4d2; }



/* top */
div#topmap {
	width: 312px;
	height: 220px;
	float: left; }

div#toptable {
	width: 400px;
	float: right; }

div#toptable table {
	border: solid 2px #2b5; }

div#toptable td {
	padding: 0.5em 0.3em; }

div#counter {
	width: 100%;
	margin-bottom: -16px;
	text-align: right; }

div.ossbox {
	width: 220px;
	float: left; }

div.ossblank {
	width: 35px;
	float: left; }



/* 物件リスト */
p.ttl_result {
	font-size: 1.2em;
	font-weight: bold;
	color: #253; }

table.navi {
	background: #062; }

table.navi td {
	padding: 3px;
	font-size: 1.2em;
	font-weight: bold; }

table.navi td a {
	color: #fff; }

table.blist_outer {
	border: solid 1px #999; }

table.blist_outer td {
	padding: 4px 0; }

table.blist {
	height: 165px; }

table.blist th,
table.blist td {
	padding: 0 4px;
	border-bottom: solid 1px #999; }

table.odd th {
	background: #bfa; }
table.even th {
	background: #fea; }



/* 物件明細 */
table.cmeisai,
table.bmeisai {
	border-top: solid 1px;
	border-left: solid 1px; }

table.cmeisai th,
table.cmeisai td,
table.bmeisai th,
table.bmeisai td {
	padding: 3px;
	border-right: solid 1px;
	border-bottom: solid 1px; }

table.cmeisai th,
table.bmeisai th {
	font-weight: bold;
	text-align: center; }

table.cmeisai,
table.cmeisai th,
table.cmeisai td {
	border-color: #2b5; }

table.bmeisai,
table.bmeisai th,
table.bmeisai td {
	border-color: #f71; }

table.cmeisai th {
	background: #bfa; }

table.bmeisai th {
	background: #fea; }



.hsp {
	font: 0/0; }
.clear {
	clear: both; }

.big {
	font-size: 1.25em; }
.small {
	font-size: 0.85em; }

.left {
	text-align: left; }
.center {
	text-align: center; }
.right {
	text-align: right; }

.bold {
	font-weight: bold; }

.red {
	color: #f00; }
.green {
	color: #2b5; }
.blue {
	color: #1a9; }
.orange {
	color: #f71; }
