@charset "utf-8";

@import "../default.css"; 
@import "../base.css"; 
@import "../header.css"; 
@import "../side.css";
@import "../footer.css"; 
@import "../main.css";  

/*****************************************************************************
 壁リース広告
 **************************************************************************/

/****共通****/

h3{
 background:url(../img/mark_line.gif) left no-repeat;
 font-weight:bold;
 font-size:120%;
 padding-left:20px;
 margin:10px 0;
}

/*****メインページ（一覧）******/

#leaselist .listbox{
 padding:20px 0;
 border-top:2px #79205e dotted;
 zoom:1;
}

#leaselist .listbox .inner_l{
 float:left; 
 width:250px;
}

#leaselist .listbox .inner_r{
 float:right;
 width:330px;
}

#leaselist .listbox .inner_r h4{
 font-weight:bold;
 margin-bottom:5px;
}

#leaselist .listbox .inner_r h4 a,
#leaselist .listbox .inner_r h4 a:visited{
 text-decoration:underline;
 color:#000000;
}

#leaselist .listbox .inner_r h4 a:hover{ 
 text-decoration:none;
 color:#79205E;
}

#leaselist .listbox .inner_r ul{
 list-style:square outside;
 margin-left:20px;
 font-size:80%;
}

#leaselist .listbox .inner_r ul li{
 border-bottom:1px #cccccc solid;
}



/*ページ分割リスト*/

.pagelist {
 text-align : center;
 margin-top : 30px;
font-size: 0.9em;
}

.pagelist ul li {
list-style-type: none;
display: inline;
background-color: #FFFFFF;
}

.pagelist ul li a {
text-decoration: none;
border: 1px solid #666666;
padding: 1px 7px;
color: #666666;
margin: 2px;
}

.pagelist ul li a:hover {
 color : #FFF;
 background-color : #666666;
}

.link_before ul li a:hover {
text-decoration : none;
}

.pagelist ul span.current_page {
padding: 2px 8px;
margin: 1px;
color: #fff;
background-color : #666666;
}


/*****エントリー******/

#leaseentry h3{
 margin-top:60px;
}

#leaseentry #data_area{
 margin:40px 0;
 zoom:1;
}

#leaseentry #data_area .inner_l{
 width:278px;
 float:left;
 border:1px #cccccc solid;
 padding:10px;
}

#leaseentry #data_area .inner_r{
 width:278px;
 float:right;
}

#leaseentry #data_area .inner_r p{
 border-bottom:1px #000000 solid;
 padding:3px 0;
}

#leaseentry #data_area .inner_r p span{
 font-weight:bold;
}

#leaseentry #data_area .inner_r ul{
 list-style:square outside;
 margin-left:15px;
 font-size:90%;
}

#leaseentry #data_area .inner_r ul li{
 padding:3px 0;
 border-bottom:1px #666666 dotted;
}

#leaseentry #data_area .inner_r ul li.last{
 border-bottom:none;
}

#leasecontactbox{
 margin:20px 0;
 text-align:center;
}

