body {
  background: url('../images/background.jpg') repeat-x;
  background-color: #CCC;
}
div#main img.topContTitle {
  padding-bottom: 15px;
}
div.wrapAdminTitle {
  float: left;
  padding-top: 10px;
}
h2 {
 float: left;
 width: 100%;
 line-height: 120%;
}
div#main div.topContent1 {
  padding-bottom: 15px;
  /*2007/12/21 START*/
  /*text-align: center;*/
  /*2007/12/21 START*/
}
div#main div.topContent2 {

}
div#main img.topImage {
  float :left;
  padding: 0 10px 10px 10px;
}

p.contentText {
  font-size: 97%;
  line-height: 160%;
  margin-bottom: 5px;
  text-indent: 15px;
}

/* 空室情報一覧(START) */
div.vaWrapBldInfo {
  float: left;
  padding-top: 15px;
}
h3.vaBildName {
  float: right;
  width: 361px;
  padding-top: 5px;
  font-size: 18px;
  font-weight: bold;
}
p.vaAddress {
  float: right;
  width: 361px;
  padding: 5px 0 15px 5px;
  line-height: 130%;
}
img.vaListAppearance {
  float: left;
  padding-bottom: 15px;
}
table.vaListTable {
  float: left;
  width: 430px;
  padding-top: 10px;
  border: 1px solid #999;
  font-size: 12px;
  vertical-align: middle;
}
table.vaListTable th {
  background-color: #ECECEC;
}
table.vaListTable th,
table.vaListTable td {
  text-align: center;
  padding: 3px;
  line-height: 110%;
  border-bottom: 1px solid #999;
}
.vaListTable th.image,
.vaListTable td.image {
  width: 100px;
  border-right: 1px solid #999;
}
.vaListTable td.image img.vacancyFloor {
  border: 1px solid #999; 
}
.vaListTable th.floor,
.vaListTable td.floor {
  width: 60px;
}
.vaListTable th.usage,
.vaListTable td.usage {
  width: 60px;
}
.vaListTable th.rent,
.vaListTable td.rent {
  width: 70px; 
}
.vaListTable th.available,
.vaListTable td.available {
  width: 90px; 
}
.vaListTable th.link,
.vaListTable td.link {
  width: 80px; 
  border-left: 1px solid #999;
}
/* 空室情報一覧(END) */

/* 空室情報詳細(START) */
div#detailHead {
  float: left;
  padding-top: 5px;
}
div#detailHead div.detailTitleWrap {
  float: left;
  padding: 5px 0 5px 10px;
  margin-bottom: 5px;
  border-left: 5px solid #999;
  background-color: #DFDFDF;
}
div#detailHead div.buildingNameWrap {
  float: left;
  width: 100%;
  background-color: #DFDFDF;
}
div#detailHead h3 {
  font-size: 18px;
  font-weight: bold;
}
div#detailHead p.detailComment {
  float: left;
  line-height: 110%;
  padding: 2px 5px 0 5px;
}
table.detailData {
  float: right; 
  width: 100%;
}
table.detailData th, 
table.detailData td {
  border: 1px solid #999;  
  text-align: left;
  padding: 2px 5px;
}
table.detailData td.detailDataTitle {
  background-color: #342;
  color: #FFF;
}
table.detailData td.inquiryItem {
  text-align: right;
  border: none;
}
div.detailLeftImages {
  float: left;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.detailLeftImages div.detailImage {
  float: left;
  width: 186px;
  margin: 8px;
  border: 3px solid #CDCDCD;
  text-align: center;
}
div.detailImage p {
  width: 100%;
  text-align: left;
  padding-top: 1px;
  border-top: 3px solid #CDCDCD;
}
div.detailLeftImages div.detailImage img {
  margin: 2px;
}

/* 空室情報詳細(END) */

/* ビル概要(START)  */
div#aboutRight {
  float: right;
  width: 500px;
}
p.aboutComment {
  float: left;
  width: 480px; 
  text-indent: 15px;
  padding: 5px 0 0 5px;
}
div#wrapAboutTable {
  float: left;
  padding-top: 10px;
  padding-left: 5px;
}
table#aboutTable {
  width: 460px;  
}
table#aboutTable th,
table#aboutTable td {
  padding: 2px 15px 2px 5px;
  border: 1px solid #999;
  line-height: 130%;
}
table#aboutTable th {
  font-weight: bold;
  text-align: left;
}
table#aboutTable td {
}

div#aboutLeftMakePadding {
  float: left;
  padding: 6px 6px 0 6px;
}
div#aboutLeft {
  float: left;
  width: 180px;
}
div#aboutBottom {
 float: left;
 padding-top: 10px; 
}
div#aboutLeft img.nhk {
  border: 3px solid #524C34;
  margin-bottom: 6px;
}
div#aboutBottom img.nhk {
  border: 3px solid #999;
}
div#aboutLeft img.park {
  border: 3px solid #879697;
  margin-bottom: 6px;
}
/* ビル概要(END)  */

/* 施設・機能紹介(START) */
p.funcNoticeMessage {
  clear:both;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}
p.funcNoticeMessage span{
  border-bottom: 1px solid #999;
}
div.funcRowOdd,
div.funcRowEven,
div.funcRowPostOfficeOdd,
div.funcRowPostOfficeEven{
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #666;
}
div.funcRowOdd div.wrapImage {
  text-align: center;
  padding-left: 10px;
}
div.funcRowEven div.wrapImage {
  text-align: center;
  padding-right: 10px;
}
div.funcRowPostOfficeOdd div.wrapImage {
  float: left;
  padding: 0 10px 0 30px;
  text-align: center;
}
div.funcRowPostOfficeEven div.wrapImage {
  float: right;
  padding: 0 30px 0 10px;
  text-align: center;
}
div.funcRowOdd div.wrapImage {
  float: left;
  padding-right: 5px;
}
div.funcRowEven div.wrapImage {
 float: right;
  padding-left: 5px;
}
div.wrapImage a {
	cursor: url('/javascripts/highslide/graphics/zoomin.cur'), pointer;
}
div.wrapImage img {
  border: 3px solid #BBB;
}
div.funcRowOdd h3,
div.funcRowEven h3,
div.funcRowPostOfficeOdd h3,
div.funcRowPostOfficeEven h3{
  padding: 0 5px;
  font-weight: bold;
}
div.funcRowOdd h3 {
  float: left;
  width: 250px;
  text-align: left;
}
div.funcRowEven h3 {
  float: right;
  width: 250px;
  text-align: right;
}
div.funcRowPostOffice h3 {
  padding: 10px 5px 5px 5px;
  font-weight: bold;
  text-align: right;
}
div.funcRowOdd p {
  float: left;
  width: 250px;
}
div.funcRowEven p {
  float: right;
  width: 250px;
}
/* 施設・機能紹介(END) */

/* お問合せ(START) */
div#nhkWrapInqTable,
div#parkWrapInqTable {
  float: left;
  padding-top: 15px;
}
p.inquiryRequiredMessage {
  float: right;
  width: 100%;
  font-size: 12px;
  text-align: right;
}
p.inquiryRequiredMessage span {
  color: red;
  font-size: 14px;
}
table#inquiryTable {
  float: left;
  width: 100%;
  border: 1px solid #999;
}
table#inquiryTable th {
  width: 28%;
  padding: 3px 0 3px 2%;
  text-align: left;
  color: #FFFFF8;
  border: 1px solid #494859;
}
div#nhkWrapInqTable table#inquiryTable th {
  background-color: #914D16;
}
div#parkWrapInqTable table#inquiryTable th {
  background-color: #3D3D3D;
}
/**START 2007/12/22**/
body#tpc table#inquiryTable  {
  float: left;
  margin-top:20px;
}
body#tpc table#inquiryTable th {
  background-color: #77AAC4;
}
body#tpc div#rightSide {
  padding-right: 0;
}
body#tpc div#subWrapper {
  background: url(../images/tpc_page_background.gif) repeat-y scroll 0%;
  padding:0pt 11px 0pt 18px;
}
/**END 2007/12/22**/
p.inquiryDemandingInput {
  float:left;
  width:100%;
  padding-bottom: 10px;
  font-size: 15px;
  text-align:center;
  font-weight: bold;
  color: #B3000D;
  background-color: #FFF;
}
table#inquiryTable td {
  width: 68%;
  padding: 5px 0 5px 2%;
  border: 1px solid #999;
  text-align: left;
}
table#inquiryTable th span {
  color: red;
}
table#inquiryTable td span {
  font-size: 8pt;
  color: #666;
}
select.inquiryProperty {
  width: 93%;
}
input.companyName {
  width: 93%;
}
input.departmentName {
  width: 200px;
}
input.post {
  width: 200px;
}
input.name {
  width: 180px;
}
input.zip {
  width: 80px; 
}
input.address {
  width: 93%;
}
input.tel {
  width: 150px;
}
input.eMail {
  width: 230px;
}
input.desiredArea {
  float: left;
  width: 40px;
  height: 18px;
}
select.desiredAreaSelect {
  float: left;
  margin-left: 3px;
}
textarea.reason {
  width: 93%;
  height: 70px;
  font-size: 14px;
  overflow: auto;
}
textarea.else {
  width: 93%;
  height: 85px;
  font-size: 14px;
  overflow: auto;
}
/* 必須の背景色 */
input.companyName,
input.name,
input.address,
input.tel,
input.eMail {
  background-color: #FCEBEB;
}
.inqBorder {
  border-top: 2px solid #777;
  border-left: 2px solid #777;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding-left: 2px;
}
div.confirmButtonWrap {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
}
input.confirmButton {
  padding: 0 10px;
}
input.submitButton {
  display: inline; 
  padding: 0 10px;
}
input.modifyButton {
  display: inline; 
  padding: 0 10px;
}
div.submitWrap {
  float: left;
  width: 205px;
  padding-top: 5px;
  padding-right: 5px;
  text-align: right;
}
div.modifyWrap {
  float: left;
  width: 205px;
  padding-top: 5px;
  padding-left: 5px;
  text-align: left;
}
div#main p.confirmMessage {
  float: left;
  padding: 10px 0;
  width: 100%;
  line-height: 130%;
  text-align: center;
  font-size: 16px;
}
p#thanksMessage {
  float: left;
  width: 426px;
  text-align: center;
  padding: 60px 0;
  font-size: 16px;
  line-height: 160%;
  font-weight: bold;
}


p#thanksLink {
  float: left;
  width: 426px;
  text-align: center;
  font-size: 14px;
}

/* お問合せ(END) */

/* 周辺環境(START) */
div#surroundingsWrapper {
  float: left;
  width: 728px;
  background: url("../images/page_background_no_right.gif") repeat-y;
  background-color: #FFF;
}
div#surroundingsInnerWrapper {
  float: left;
  padding: 0 4px;
}
div.surroundingsTitleMakePadding {
  float: left;
  padding: 0 10px;
}
div.surroundingsWrapper h2 {
  width: 700px;
}
div.surroundingsComments {
  float: left;
  padding: 5px 0 15px 15px;
}
div.surroundingsComments h3.subTitle {
 width: 670px; 
 padding: 5px 0;
 font-weight: bold;
}
div.surroundingsComments p {
 width: 670px; 
}
div.surroundingRowWrap {
  float: left;
  width: 100%;
}
div.surroundingRow {
  float: left;
  padding: 0 14px 0 14px;
}
p.surroundingInstruction {
  float: left;
  padding-left: 15px;
  width: 90%;
  font-size: 13px;
  font-weight: bold;
}
p.surroundingInstruction span{
  font-size: 11px;
}
div.surroundingRow div.eachPhoto {
  float: left;
  margin-right: 5px;
  text-align: center;
}
div.eachPhoto img {
  border: 1px solid #999;
}
div.surroundingRow p {
  width: 107px;
  font-size: 12px;
  line-height: 110%;
  text-align: left;
  padding-top: 1px;
}
div#surroundGmapMakePadding {
  
}
/*
div#surroundPd {
   float: left;
   padding-left: 2px;
}
.surroundingRow {
  float: left;
  text-align: center;
  padding: 0 30px; 
}
.surroundWrapEach {
  float: left;
  width: 210px;
}
h4.surroundTitle {
  line-height: 120%; 
  font-weight: bold;
}
p.surroundText {
  float: left;
  width: 200px;
  padding-bottom: 10px;
  font-size: 13px;;
  text-align: left;
  line-height: 120%;
}
*/
div.popUpText {
  float: left;
  font-size: 13px;
  line-height: 120%;
  padding-left: 3px;
}
div.popUpText p {
  float: left;
  padding-top: 7px;
}
div.popUpText span {
  font-size: 11px;
  line-height: 110%;
}
div.downStop {
  font-size: 10px;
  line-height: 100%;
  padding-top: 5px;
}
div.popUpSpace {
}
div.popUpSpace .popUpRight{
  float: left;
  padding-left: 5px;
  width: 145px;
}
div.popUpSpace h2 {
  float: left;
  width: 140px;
  padding-bottom: 2px;
  font-size: 15px;
  font-weight: bold;
}
div.popUpSpace img {
  border: 3px solid #9C9C9C;
}
div.popUpSpace p{
  float: left;
  width: 140px;
  font-size: 14px;
  line-height: 110%;
}
/* 周辺環境(END) */

/* アクセス(START) */
div#accessWrapper {
  float: left;
  padding: 0 4px;
  background: url("../images/page_background_no_right.gif") repeat-y;
  background-color: #FFF;
}
div#accessTitleMakePadding {
  float: left;
  padding: 0 10px;
}
div#accessWrapper h2 {
  width: 700px;
}

div#gmapWrapMakePadding {
  padding: 0 5px;
}
div#gmapWrap {
  float: left;
  width: 700px;
}
div#gmap {
  width: 700px;
  height: 400px;
  border: 5px solid #666;
}
div.accessImagesWrap {
  clear: both;
  padding-left: 5px; 
}
div.accessImagesWrap p.accessTitle {
  float: left;
  padding-left: 10px;
  padding-top: 10px;
}
div.accessImageMakePadding {
  padding-left: 9px;
}
div.accessImagesWrap img.accessNHK,
div.accessImagesWrap img.accessPark {
  float: left;
  border: 1px dotted #999;
}
div.photoImage img {
  border: 3px solid #9C9C9c;
}
/* アクセス(END) */

/* BEGIN 2007-12-22 鉄砲町ビル追加時 */
body#tpc {
  background: url('../images/tpc_background.gif') repeat-x;
  background-color: #EEE;
  font-color: #656565;
}
div#headerTpc {
  background-color: #FFF;
  height: 95px;
}
div#headerTpc div#tpcWrapTitle {
  padding-top: 15px;
  padding-left: 20px;
}
div#tpcTopSubWrapper {
  padding: 0 4px;
  background: url("../images/tpc_top_background2.gif") no-repeat;
  background-color: #FFF;
}
div#tpcSubWrapWrapper {
  background: url("../images/tpc_content_background.gif") repeat-y;
  padding:0pt 4px 5px;
  
}
div#wrapper div#tpcInformation {
  padding:0pt 14px 0pt 18px;
}
div#tpcSubWrapWrapper p#attention {
  font-size:  9px;
  text-align: right;
  line-height: 1.5em;
}
div#tpcSubWrapWrapper p.tpc_inquiry_attention {
  font-size:  12px;
  text-align: left;
  line-height: 1.5em;
}
div#tpcSubWrapWrapper span {
  color: red;
}
div#tpc_around_p {
  height: 50px;
}
div#main div#tpc_around_p p.inquiry {
  font-size: 0.7em;
  text-align: left;
  color: red;
  font-weight: bold;
  line-height: 1.5em;
}
h3.bukken_info {
  margin-top: 20px; 
  background:transparent url("../images/tpc_main_title01.gif") no-repeat scroll 0%;
  text-align: right;
}
h3.bukken_info a {
  padding-right: 15px;
  position: relative;
  top: -10px;
}
div#around_table {
  padding: 10px;
  font-size: 10px;
}
div#table_left {
  float: left;
}
div#table_left table {
  width: 300px; 
  margin-left: 5px; 
}
div#table_right {
  float: right;
}
div#table_right table {
  width: 343px;
  margin-left: 20px;
}
div#tpcInformation {
  width: 688px;
}
div#around_table table th, td{
  border-bottom:1px solid #9C9C9c;
}
div#around_table table th {
  width: 33%;
  text-align: left;
  font-weight: bold;
}
div#around_table table td {
  width: 67%;
  text-align: left;
}
div#wrapper div#tpcInformation_access {
  padding: 0 5px;
}
div#wrapper div#tpcInformation_access h2.access {
  background:transparent url("../images/title_access.gif") no-repeat scroll 0% 50%;
  height: 28px;
}
div#tpc_accessTitleMakePadding {
 
}
div#tpcSubWrapWrapper p.accessTitle {
  text-align:left;
  padding-left: 12px;
  padding-top: 10px;
  font-size: 14px;
}
div.accessImagesWrap img.accessNHK,
div.accessImagesWrap img.accessPark {
  border: 1px dotted #999;
}
div#tpc_gmapWrap {
  width: 700px;
}
div#tpc_gmapWrapMakePadding {

}
div#wrapper div#tpcInformation_surroundings {
  padding: 0 5px;
}
div#tpc_surroundingsTitleMakePadding {
 
}
div#wrapper div#tpcInformation_surroundings h2.surroundings {
  background:transparent url("../images/title_surroundings.gif") no-repeat scroll 0% 50%;
  height: 28px;
}
div.tpc_surroundingsTitleMakePadding {
  padding: 0 10px;
}
div#tpc_surroundingsComments {
  float:left;
  padding:5px 0pt 15px 5px;
}
div#tpc_surroundingsComments h3.subTitle {
 width: 670px; 
 margin: 5px 0;
 font-weight: bold;
}
div#tpc_surroundingsComments p.surround_comment {
 width: 670px; 
}
div.surroundingRow p {
  font-size:12px;
  line-height:110%;
  padding-top:1px;
  text-align:left;
  width:107px;
}

div#tpcAccessDesc {
  clear: both;
  padding-top: 10px;
  padding-left: 20px;
}
div#tpcAccessDesc ul#accessWays {
  list-style-position: inside;
  padding-top: 5px;
}
ul#accessWays li {
  float: left;
  margin-right: 20px;
}
ul#accessWays span {
  font-size: 0.8em;
}
div#tpcAccessDesc p.tpcNotice {
  clear:both;
  font-size: 0.8em
}
/* END 2007-12-21 鉄砲町ビル追加時 */
