/* 共通CSS
-------------------------------------------------------- */

* {
	padding:0;
	margin:0;
}

img {
	border:0;
}

body {
	font-size:12px;
	color:#333333;
	line-height:140%;
}

a {
	color:#0000CC;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#0099FF;
}

#header {
	width:802px;
	margin:0 auto 0 auto;
	height:84px;
	background:url(../img/common/header.png) no-repeat;
	position:relative;
}

.clear {
	clear:both;
	height:0px;
}


#tab {
	height:30px;
	background:#D9E6F4;
}

#tab div {
	width:900px;
	margin:0 auto;
}

#tab ul {
	width:666px;
	float:right;
}
#tab ul li {
	float:left;
	padding-right:1px;
}



h1 {
	color:#666;
	font-size:10px;
	font-weight:lighter;
	margin:3px 0 -3px 0;
}
h1 a {
	color:#666;
}
h1 a:hover {
	text-decoration:none;
	color:#666;
}

#logo {
	width:240px;
	height:50px;
	margin:10px 0 0 10px;
}
#logo a {
	text-indent:-9999px;
	display:block;
	width:240px;
	height:50px;
}

/* ヘッダーメニュー */

#h_menu {
	list-style:none;
	position:absolute;
	left: 447px;
	top: 42px;
	width: 229px;
}
#h_menu li {
	float:left;
	height:20px;
}
#h_menu li a {
	display:block;
}
#h_menu01 {
	width:50px;
}
#h_menu01 a {
	text-indent:-9999px;
	width:50px;
	height:20px;
}
#h_menu02 {
	width:60px;
}
#h_menu02 a {
	text-indent:-9999px;
	width:60px;
	height:20px;
}
#h_menu03 {
	width:79px;
}
#h_menu03 a {
	text-indent:-9999px;
	width:79px;
	height:20px;
}
#h_menu04 {
	width:40px;
}
#h_menu04 a {
	text-indent:-9999px;
	width:40px;
	height:20px;
}

#login {
	background:url(../img/common/login.png) no-repeat;
	width:100px;
	height:26px;
	position:absolute;
	left: 702px;
	top: 39px;
}
#login a {
	text-indent:-9999px;
	width:100px;
	height:26px;
	display:block;
}
#login a:hover {
	background:url(../img/common/login.png) 0px -26px no-repeat;
}
 

/* グローバルナビゲーション
-------------------------------------------------------- */

#gnavi {
	width:802px;
	height:32px;
	background:url(../img/common/gnavi.png) no-repeat;
	margin:0 auto 0 auto;
	list-style:none;
}
#gnavi li {
	float:left;
	height:32px;
}
#gnavi li a {
	text-indent:-9999px;
	display:block;
	height:32px;
}
#gnavi01 {
	width:133px;
}
#gnavi01 a:hover {
	background:url(../img/common/gnavi.png) 0px -32px no-repeat;
}
#gnavi02 {
	width:133px;
}
#gnavi02 a:hover {
	background:url(../img/common/gnavi.png) -133px -32px no-repeat;
}
#gnavi03 {
	width:133px;
}
#gnavi03 a:hover {
	background:url(../img/common/gnavi.png) -266px -32px no-repeat;
}
#gnavi04 {
	width:133px;
}
#gnavi04 a:hover {
	background:url(../img/common/gnavi.png) -399px -32px no-repeat;
}
#gnavi05 {
	width:133px;
}
#gnavi05 a:hover {
	background:url(../img/common/gnavi.png) -532px -32px no-repeat;
}
#gnavi06 {
	width:136px;
}
#gnavi06 a:hover {
	background:url(../img/common/gnavi.png) -665px -32px no-repeat;
}

#line {
	background:url(../img/common/line.png) repeat-x;
	height:5px;
}


/* コンテンツ部分
------------------------------------------------------*/

#content_bg {
	background:#F6F6F6;
}
#wrap {
	width:802px;
	margin:0 auto 0 auto;
}

#content {
	background:#FFFFFF;
	padding:10px 10px 20px 10px;
	float:left;
	border-right:#B9B9B9 1px solid;
	border-left:#B9B9B9 1px solid;
}

#pan {
	list-style:none;
	margin:-5px 0 5px 0;
	font-size:10px;
}
#pan li {
	margin-left:5px;
	display:inline;
}


/* 左カラム
------------------------------------------------------*/

#left {
	width:200px;
	float:left;
}

#entry {
	padding:10px;
	background:#EAF0FD;
	list-style:none;
	margin:5px -10px 0 -10px;
}
#entry li {
	display:block;
	width:129px;
	height:32px;
	margin:5px auto 0 auto;
}
#entry li a {
	display:block;
	text-indent:-9999px;
	height:32px;
}
#entry01 {
	background:url(../img/common/btn_buy.png) no-repeat;
}
#entry01 a:hover {
	background:url(../img/common/btn_buy.png) 0px -32px no-repeat;
}
#entry02 {
	background:url(../img/common/btn_sell.png) no-repeat;
}
#entry02 a:hover {
	background:url(../img/common/btn_sell.png) 0px -32px no-repeat;
}
#staff03 {
	background:url(../img/common/btn_staff.png) no-repeat;
}
#staff03 a:hover {
	background:url(../img/common/btn_staff.png) 0px -32px no-repeat;
}

#faq_banner {
	height:110px;
	background:url(../img/common/faq.png) no-repeat;
	margin-bottom:15px;
}
#faq_banner a {
	display:block;
	height:110px;
	text-indent:-9999px;
}
#faq_banner a:hover {
	background:url(../img/common/faq.png) 0px -110px no-repeat;
}

.left_box {
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	padding:10px 10px 10px 25px;
	list-style:circle;
	line-height:180%;
	margin-bottom:15px;
}
.left_box02 {
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	padding:10px 10px 0px 10px;
	line-height:150%;
	margin-bottom:15px;
}


/* 右カラム
------------------------------------------------------*/

#right {
	width:570px;
	float:right;
}

/* トップページ */

#top_img {
	background:url(../img/top/top_img.png) no-repeat;
	height:200px;
	margin-bottom:10px;
	position:relative;
}
#top_img a {
	display:block;
	height:32px;
	width:129px;
	text-indent:-9999px;
}
.top_img01 {
	position:absolute;
	left: 288px;
	top: 160px;
}
.top_img01 a:hover {
	background:url(../img/top/top_img_01.png) no-repeat;
}
.top_img02 {
	position:absolute;
	left: 423px;
	top: 160px;
}
.top_img02 a:hover {
	background:url(../img/top/top_img_02.png) no-repeat;
}

#searchbox {
	height:61px;
	background:url(../img/top/searchbox.jpg) 50% 0px no-repeat;
	margin-bottom:15px;
	position:relative;
}
#search {
	width:300px;
	padding:2px 2px 3px 2px;
	position:absolute;
	top:19px;
	left:89px;
}
#searchbt {
	position:absolute;
	top:19px;
	left:404px;
}

/* 見出しタグ */

h2 {
	height:30px;
	background:url(../img/common/h2.png) no-repeat;
	line-height:30px;
	font-size:14px;
	color:#FFF;
	padding-left:25px;
	margin-bottom:15px;
	clear:both;
}

.h3_right {
	height:25px;
	line-height:25px;
	font-size:12px;
	padding-left:15px;
	margin-bottom:15px;
	clear:both;
	border-left:#4D85EE solid 4px;
	border-bottom:#999 solid 1px;
}
.h3_right02 {
	height:25px;
	line-height:25px;
	font-size:12px;
	padding-left:15px;
	clear:both;
	border-left:#4D85EE solid 4px;
	border-bottom:#999 solid 1px;
}

.h3_left {
	background:url(../img/common/h3.png) no-repeat;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#FFF;
	padding-left:25px;
	clear:both;
}

.nomargin {
	margin-bottom:0;
}


#news {
	background:url(../img/top/news.png) no-repeat;
	height:29px;
	line-height:30px;
	font-size:14px;
	color:#FFF;
	padding-left:25px;
	position:relative;
	margin-bottom:0px;
}
#all_view {
	position:absolute;
	width:85px;
	left: 430px;
	top: 8px;
}
#all_view a {
	display:block;
	height:15px;
	text-indent:-9999px;
}
#rss {
	position:absolute;
	width:27px;
	left: 530px;
	top: 8px;
	height: 14px;
}
#rss a {
	display:block;
	height:15px;
	text-indent:-9999px;
}


/* list */

.list {
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	padding:10px;
	list-style:none;
	line-height:180%;
	margin-bottom:15px;
}
.list li {
	display:inline;
	margin-right:10px;
}

.num {
	margin:0 10px 15px 30px;
}
.num li {
	margin-bottom:5px;
}

/* table */

.view {
	border:#999 solid 1px;
	margin-bottom:15px;
	width:100%;
	border-collapse:collapse;
}
.bg_b {
	background:#F4FAFF;
}
.view td {
	padding:5px;
	border-collapse:collapse;
	border:#999 solid 1px;
}

.price {
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	width:100%;
	border-collapse:collapse;
	margin-bottom:5px;
}
.price td {
	padding:5px;
	border-collapse:collapse;
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	text-align:center;
}
.price th {
	padding:5px;
	border-collapse:collapse;
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	text-align:center;
}

.text {
	padding:0 10px 0 10px;
	margin-bottom:15px;
}


/* img */

.img_left {
	padding:2px;
	border:#CCCCCC 1px solid;
	float:left;
	margin:0 10px 10px 0;
}

/* contatc */

.error_msg {
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	background:#F6F6F6;
	font-weight:bold;
	padding:10px 10px 10px 80px;
	color:#CC0000;
}

.matrix {
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	margin-bottom:15px;
	width:100%;
	border-collapse:collapse;
}
.matrix td {
	padding:5px 5px 5px 10px;
	border-collapse:collapse;
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
}
.matrix th {
	padding:5px 5px 5px 10px;
	border-collapse:collapse;
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	text-align:left;
	background:#C4CCFF;
}

.check {
	border:#CCCCCC 1px solid;
	background:#F6F6F6;
	padding:10px;
	margin-bottom:15px;
	text-align:center;
}

.SS {
	width:50px;
}
.S {
	width:100px;
}
.M {
	width:150px;
}
.L {
	width:350px;
}

.R {
	color:#CC0000;
	font-size:10px;
}


/* フッター
----------------------------------------------------*/

#totop {
	background-color:#FFF;
	background-image:url(../img/common/footer.png);
	background-position:-1px 10px;
	background-repeat:no-repeat;
	height:19px;
	clear:both;
	padding:10px 10px 0 0;
	border-right:#B9B9B9 1px solid;
	border-left:#B9B9B9 1px solid;
	margin:0 auto 0 auto;
	width:790px;
}
#totop a {
	display:block;
	width:80px;
	height:19px;
	float:right;
	text-indent:-9999px;
}

#footer {
	list-style:none;
	background:#FFF;
	padding:10px;
	line-height:140%;
	width:780px;
	border-right:#B9B9B9 1px solid;
	border-left:#B9B9B9 1px solid;
	margin:0 auto 0 auto;
	font-size:10px;
}
#footer li {
	display:inline;
}
#footer a {
	color:#666666;
}
#footer a:hover {
	color:#666666;
}

address {
	text-align:center;
	font-style:normal;
	font-weight:bold;
	color:#FFF;
	background:#000;
	padding:5px;
	width:792px;
	margin:0 auto 0 auto;
}




/* 検索結果一覧
----------------------------------------------------*/

#sub_con {
	width:700px;
	border-right:#B9B9B9 1px solid;
	border-left:#B9B9B9 1px solid;
	margin:0 auto 0 auto;
	background:#FFFFFF;
	padding:10px 50px 20px 50px;
}

#sub_pan {
	list-style:none;
	margin:-5px 0 5px -40px;
	font-size:10px;
}
#sub_pan li {
	margin-left:5px;
	display:inline;
}

.long {
	background:url(../img/sub/h2_long.png) no-repeat;
	margin-bottom:0;
}
.long02 {
	background:url(../img/sub/h2_long.png) no-repeat;
}
.long_s {
	background:url(../img/sub/h2_long_s.png) no-repeat;
	margin-bottom:0;
	padding-left:30px;
}
.long_b {
	background:url(../img/sub/h2_long_b.png) no-repeat;
	margin-bottom:0;
	padding-left:30px;
}

.img-right {
	float:right;
	clear:both;
	margin:4px 10px 0 10px;
}

.touroku {
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	font-size:14px;
	padding:12px;
	margin-bottom:20px;
}
.talk {
	text-align:center;
	margin-top:10px;
}
.select {
	padding-left:30px;
	margin-bottom:10px;
}

.pre-next {
	border-top:#999 2px solid;
	border-bottom:#999 1px solid;
	margin-bottom:10px;
	background:#ECF0FF;
	height:27px;
	clear:both;
}

.display {
	line-height:27px;
	padding-left:10px;
	float:left;
	width:200px;
}
.display span {
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
	margin-right:5px;
}
.thumb-num {
	color:#CC0000;
	float:right;
	width:400px;
	line-height:27px;
	padding-right:10px;
	text-align:right;
	font-weight:bold;
}
.thumb-num a {
	color:#333333;
	font-weight:lighter;
}

#order {
	list-style:none;
	margin-bottom:10px;
}
#order li {
	background:url(../img/sub/order.png) no-repeat;
	float:left;
	padding:0 20px 0 0;
	text-indent:18px;
}
#order li a {
	display:block;
	height:100%;
}

.view {
	width:100%;
	border:#999 1px solid;
	margin-bottom:10px;
	clear:both;
	border-collapse:collapse;
}
.view th {
	background-image:url(../img/sub/h3_search.png);
	background-repeat:no-repeat;
	background-color:#96B7E3;
	text-indent:25px;
	font-size:14px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	text-align:left;
	border:#999 1px solid;
}
.view th a {
	display:block;
	height:100%;
	color:#333;
}
.view td {
	padding:5px;
	border:#999 1px solid;
}

.view02 {
	width:100%;
	border:#999 1px solid;
	margin-bottom:10px;
	clear:both;
	border-collapse:collapse;
}
.view02 th {
	background-image:url(../img/sub/h3_search_b.png);
	background-repeat:no-repeat;
	background-color:#96B7E3;
	text-indent:25px;
	font-size:14px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	text-align:left;
	border:#999 1px solid;
}
.view02 th a {
	display:block;
	height:100%;
	color:#333;
}
.view02 td {
	padding:5px;
	border:#999 1px solid;
}

.info {
	text-align:center;
	font-weight:bold;
	background:#EFEFEF;
}


/* 案件詳細ページ
--------------------------------------------------------- */

.date {
	text-align:right;
	margin-bottom:10px;
}

#d-left {
	width:345px;
	float:left;
	margin-bottom:20px;
}

#d-right {
	width:345px;
	float:right;
	margin-bottom:20px;
}

.h3_detail {
	height:28px;
	border-right:#999 1px solid;
	border-left:#999 1px solid;
	border-top:#999 1px solid;
	background:url(../img/sub/h3_detail.png) no-repeat;
	text-indent:25px;
	font-size:14px;
	line-height:28px;
}

.data {
	margin-bottom:5px;
	border:#999 1px solid;
	padding:5px;
}
.data dt {
	background:url(../img/sub/point.png) 3px 4px no-repeat;
	font-weight:bold;
	padding-left:15px;
}
.data dd {
	padding:5px;
	margin-bottom:5px;
}

.info02 {
	text-align:left;
	font-weight:bold;
	background:#EFEFEF;
	text-indent:5px;
}

.data_r {
	width:100%;
	margin-bottom:5px;
	border-collapse:collapse;
	border:#999 solid 1px;
}
.data_r th {
	padding:5px 5px 5px 10px;
	background:#C4CCFF;
	text-align:left;
	border-collapse:collapse;
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
}
.data_r td {
	padding:5px 5px 5px 10px;
	border-collapse:collapse;
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
}

.comment {
	height:30px;
	background:url(../img/sub/h3_comment.png) no-repeat;
	line-height:30px;
	font-size:14px;
	color:#333;
	padding-left:25px;
	margin-bottom:0px;
	clear:both;
	border:#999 1px solid;
}
.comment_p {
	border-left:#7E9E91 1px solid;
	border-bottom:#7E9E91 1px solid;
	border-right:#7E9E91 1px solid;
	font-size:14px;
	padding:10px;
	margin-bottom:20px;
}

/* ログイン
----------------------------------------------------------- */

#loginbox {
	background:url(../img/login/login_box.jpg) no-repeat;
	width:556px;
	height:181px;
	margin:20px auto 20px auto;
}

#loginbox p {
	margin:17px 0 10px 100px;
	line-height:120%;
}

.login {
	width:100%;
	border-collapse:collapse;
	border:0;
}

.login td {
	padding:3px;
}


.alpha {
	font-size:14px;
	color:#CC0000;
	font-weight:bold;
}

#keiyaku {
	overflow:auto;
	height:200px;
	width:95%;
	border:#CCC 1px solid;
	text-align:left;
	padding:10px;
	line-height:120%;
}

