
<rss version="2.0">
    <channel>
        <title>まるさ住宅株式会社　都城本店のブログ</title>
        <link>https://www.marusa.net/blog/</link>
        <description>まるさ住宅株式会社　都城本店のブログ</description>
        <language>ja</language>
                
        <item>
            <title>ライフライン関連</title>
            <link>https://www.marusa.net/blog/entry-183315/</link>
            <description><![CDATA[
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta name="Excel Workbook Frameset">
<meta http-equiv=Content-Type content="text/html; charset=shift_jis">
<meta name=ProgId content=Excel.Sheet>
<meta name=Generator content="Microsoft Excel 15">
<link rel=File-List href="入居者FAQ.files/filelist.xml">
<![if !supportTabStrip]>
<link id="shLink" href="入居者FAQ.files/sheet001.htm">
<link id="shLink" href="入居者FAQ.files/sheet002.htm">
<link id="shLink" href="入居者FAQ.files/sheet003.htm">
<link id="shLink" href="入居者FAQ.files/sheet004.htm">
<link id="shLink" href="入居者FAQ.files/sheet005.htm">
<link id="shLink" href="入居者FAQ.files/sheet006.htm">

<link id="shLink">

<script language="JavaScript">
<!--
 var c_lTabs=6;

 var c_rgszSh=new Array(c_lTabs);
 c_rgszSh[0] = "ライフラインTOP";
 c_rgszSh[1] = "電気1";
 c_rgszSh[2] = "電気2";
 c_rgszSh[3] = "電気3";
 c_rgszSh[4] = "電気4";
 c_rgszSh[5] = "電気5";



 var c_rgszClr=new Array(8);
 c_rgszClr[0]="window";
 c_rgszClr[1]="buttonface";
 c_rgszClr[2]="windowframe";
 c_rgszClr[3]="windowtext";
 c_rgszClr[4]="threedlightshadow";
 c_rgszClr[5]="threedhighlight";
 c_rgszClr[6]="threeddarkshadow";
 c_rgszClr[7]="threedshadow";

 var g_iShCur;
 var g_rglTabX=new Array(c_lTabs);

function fnGetIEVer()
{
 var ua=window.navigator.userAgent
 var msie=ua.indexOf("MSIE")
 if (msie>0 && window.navigator.platform=="Win32")
  return parseInt(ua.substring(msie+5,ua.indexOf(".", msie)));
 else
  return 0;
}

function fnBuildFrameset()
{
 var szHTML="<frameset rows=\"*,18\" border=0 width=0 frameborder=no framespacing=0>"+
  "<frame src=\""+document.all.item("shLink")[0].href+"\" name=\"frSheet\" noresize>"+
  "<frameset cols=\"54,*\" border=0 width=0 frameborder=no framespacing=0>"+
  "<frame src=\"\" name=\"frScroll\" marginwidth=0 marginheight=0 scrolling=no>"+
  "<frame src=\"\" name=\"frTabs\" marginwidth=0 marginheight=0 scrolling=no>"+
  "</frameset></frameset><plaintext>";

 with (document) {
  open("text/html","replace");
  write(szHTML);
  close();
 }

 fnBuildTabStrip();
}

function fnBuildTabStrip()
{
 var szHTML=
  "<html><head><style>.clScroll {font:8pt Courier New;color:"+c_rgszClr[6]+";cursor:default;line-height:10pt;}"+
  ".clScroll2 {font:10pt Arial;color:"+c_rgszClr[6]+";cursor:default;line-height:11pt;}</style></head>"+
  "<body onclick=\"event.returnValue=false;\" ondragstart=\"event.returnValue=false;\" onselectstart=\"event.returnValue=false;\" bgcolor="+c_rgszClr[4]+" topmargin=0 leftmargin=0><table cellpadding=0 cellspacing=0 width=100%>"+
  "<tr><td colspan=6 height=1 bgcolor="+c_rgszClr[2]+"></td></tr>"+
  "<tr><td style=\"font:1pt\">&nbsp;<td>"+
  "<td valign=top id=tdScroll class=\"clScroll\" onclick=\"parent.fnFastScrollTabs(0);\" onmouseover=\"parent.fnMouseOverScroll(0);\" onmouseout=\"parent.fnMouseOutScroll(0);\"><a>&#171;</a></td>"+
  "<td valign=top id=tdScroll class=\"clScroll2\" onclick=\"parent.fnScrollTabs(0);\" ondblclick=\"parent.fnScrollTabs(0);\" onmouseover=\"parent.fnMouseOverScroll(1);\" onmouseout=\"parent.fnMouseOutScroll(1);\"><a>&lt</a></td>"+
  "<td valign=top id=tdScroll class=\"clScroll2\" onclick=\"parent.fnScrollTabs(1);\" ondblclick=\"parent.fnScrollTabs(1);\" onmouseover=\"parent.fnMouseOverScroll(2);\" onmouseout=\"parent.fnMouseOutScroll(2);\"><a>&gt</a></td>"+
  "<td valign=top id=tdScroll class=\"clScroll\" onclick=\"parent.fnFastScrollTabs(1);\" onmouseover=\"parent.fnMouseOverScroll(3);\" onmouseout=\"parent.fnMouseOutScroll(3);\"><a>&#187;</a></td>"+
  "<td style=\"font:1pt\">&nbsp;<td></tr></table></body></html>";

 with (frames['frScroll'].document) {
  open("text/html","replace");
  write(szHTML);
  close();
 }

 szHTML =
  "<html><head>"+
  "<style>A:link,A:visited,A:active {text-decoration:none;"+"color:"+c_rgszClr[3]+";}"+
  ".clTab {cursor:hand;background:"+c_rgszClr[1]+";font:9pt ＭＳ Ｐゴシック;padding-left:3px;padding-right:3px;text-align:center;}"+
  ".clBorder {background:"+c_rgszClr[2]+";font:1pt;}"+
  "</style></head><body onload=\"parent.fnInit();\" onselectstart=\"event.returnValue=false;\" ondragstart=\"event.returnValue=false;\" bgcolor="+c_rgszClr[4]+
  " topmargin=0 leftmargin=0><table id=tbTabs cellpadding=0 cellspacing=0>";

 var iCellCount=(c_lTabs+1)*2;

 var i;
 for (i=0;i<iCellCount;i+=2)
  szHTML+="<col width=1><col>";

 var iRow;
 for (iRow=0;iRow<6;iRow++) {

  szHTML+="<tr>";

  if (iRow==5)
   szHTML+="<td colspan="+iCellCount+"></td>";
  else {
   if (iRow==0) {
    for(i=0;i<iCellCount;i++)
     szHTML+="<td height=1 class=\"clBorder\"></td>";
   } else if (iRow==1) {
    for(i=0;i<c_lTabs;i++) {
     szHTML+="<td height=1 nowrap class=\"clBorder\">&nbsp;</td>";
     szHTML+=
      "<td id=tdTab height=1 nowrap class=\"clTab\" onmouseover=\"parent.fnMouseOverTab("+i+");\" onmouseout=\"parent.fnMouseOutTab("+i+");\">"+
      "<a href=\""+document.all.item("shLink")[i].href+"\" target=\"frSheet\" id=aTab>&nbsp;"+c_rgszSh[i]+"&nbsp;</a></td>";
    }
    szHTML+="<td id=tdTab height=1 nowrap class=\"clBorder\"><a id=aTab>&nbsp;</a></td><td width=100%></td>";
   } else if (iRow==2) {
    for (i=0;i<c_lTabs;i++)
     szHTML+="<td height=1></td><td height=1 class=\"clBorder\"></td>";
    szHTML+="<td height=1></td><td height=1></td>";
   } else if (iRow==3) {
    for (i=0;i<iCellCount;i++)
     szHTML+="<td height=1></td>";
   } else if (iRow==4) {
    for (i=0;i<c_lTabs;i++)
     szHTML+="<td height=1 width=1></td><td height=1></td>";
    szHTML+="<td height=1 width=1></td><td></td>";
   }
  }
  szHTML+="</tr>";
 }

 szHTML+="</table></body></html>";
 with (frames['frTabs'].document) {
  open("text/html","replace");
  charset=document.charset;
  write(szHTML);
  close();
 }
}

function fnInit()
{
 g_rglTabX[0]=0;
 var i;
 for (i=1;i<=c_lTabs;i++)
  with (frames['frTabs'].document.all.tbTabs.rows[1].cells[fnTabToCol(i-1)])
   g_rglTabX[i]=offsetLeft+offsetWidth-6;
}

function fnTabToCol(iTab)
{
 return 2*iTab+1;
}

function fnNextTab(fDir)
{
 var iNextTab=-1;
 var i;

 with (frames['frTabs'].document.body) {
  if (fDir==0) {
   if (scrollLeft>0) {
    for (i=0;i<c_lTabs&&g_rglTabX[i]<scrollLeft;i++);
    if (i<c_lTabs)
     iNextTab=i-1;
   }
  } else {
   if (g_rglTabX[c_lTabs]+6>offsetWidth+scrollLeft) {
    for (i=0;i<c_lTabs&&g_rglTabX[i]<=scrollLeft;i++);
    if (i<c_lTabs)
     iNextTab=i;
   }
  }
 }
 return iNextTab;
}

function fnScrollTabs(fDir)
{
 var iNextTab=fnNextTab(fDir);

 if (iNextTab>=0) {
  frames['frTabs'].scroll(g_rglTabX[iNextTab],0);
  return true;
 } else
  return false;
}

function fnFastScrollTabs(fDir)
{
 if (c_lTabs>16)
  frames['frTabs'].scroll(g_rglTabX[fDir?c_lTabs-1:0],0);
 else
  if (fnScrollTabs(fDir)>0) window.setTimeout("fnFastScrollTabs("+fDir+");",5);
}

function fnSetTabProps(iTab,fActive)
{
 var iCol=fnTabToCol(iTab);
 var i;

 if (iTab>=0) {
  with (frames['frTabs'].document.all) {
   with (tbTabs) {
    for (i=0;i<=4;i++) {
     with (rows[i]) {
      if (i==0)
       cells[iCol].style.background=c_rgszClr[fActive?0:2];
      else if (i>0 && i<4) {
       if (fActive) {
        cells[iCol-1].style.background=c_rgszClr[2];
        cells[iCol].style.background=c_rgszClr[0];
        cells[iCol+1].style.background=c_rgszClr[2];
       } else {
        if (i==1) {
         cells[iCol-1].style.background=c_rgszClr[2];
         cells[iCol].style.background=c_rgszClr[1];
         cells[iCol+1].style.background=c_rgszClr[2];
        } else {
         cells[iCol-1].style.background=c_rgszClr[4];
         cells[iCol].style.background=c_rgszClr[(i==2)?2:4];
         cells[iCol+1].style.background=c_rgszClr[4];
        }
       }
      } else
       cells[iCol].style.background=c_rgszClr[fActive?2:4];
     }
    }
   }
   with (aTab[iTab].style) {
    cursor=(fActive?"default":"hand");
    color=c_rgszClr[3];
   }
  }
 }
}

function fnMouseOverScroll(iCtl)
{
 frames['frScroll'].document.all.tdScroll[iCtl].style.color=c_rgszClr[7];
}

function fnMouseOutScroll(iCtl)
{
 frames['frScroll'].document.all.tdScroll[iCtl].style.color=c_rgszClr[6];
}

function fnMouseOverTab(iTab)
{
 if (iTab!=g_iShCur) {
  var iCol=fnTabToCol(iTab);
  with (frames['frTabs'].document.all) {
   tdTab[iTab].style.background=c_rgszClr[5];
  }
 }
}

function fnMouseOutTab(iTab)
{
 if (iTab>=0) {
  var elFrom=frames['frTabs'].event.srcElement;
  var elTo=frames['frTabs'].event.toElement;

  if ((!elTo) ||
   (elFrom.tagName==elTo.tagName) ||
   (elTo.tagName=="A" && elTo.parentElement!=elFrom) ||
   (elFrom.tagName=="A" && elFrom.parentElement!=elTo)) {

   if (iTab!=g_iShCur) {
    with (frames['frTabs'].document.all) {
     tdTab[iTab].style.background=c_rgszClr[1];
    }
   }
  }
 }
}

function fnSetActiveSheet(iSh)
{
 if (iSh!=g_iShCur) {
  fnSetTabProps(g_iShCur,false);
  fnSetTabProps(iSh,true);
  g_iShCur=iSh;
 }
}

 window.g_iIEVer=fnGetIEVer();
 if (window.g_iIEVer>=4)
  fnBuildFrameset();
//-->
</script>
<![endif]><!--[if gte mso 9]><xml>
 <x:ExcelWorkbook>
  <x:ExcelWorksheets>
   <x:ExcelWorksheet>
    <x:Name>ライフラインTOP</x:Name>
    <x:WorksheetSource HRef="入居者FAQ.files/sheet001.htm"/>
   </x:ExcelWorksheet>
   <x:ExcelWorksheet>
    <x:Name>電気1</x:Name>
    <x:WorksheetSource HRef="入居者FAQ.files/sheet002.htm"/>
   </x:ExcelWorksheet>
   <x:ExcelWorksheet>
    <x:Name>電気2</x:Name>
    <x:WorksheetSource HRef="入居者FAQ.files/sheet003.htm"/>
   </x:ExcelWorksheet>
   <x:ExcelWorksheet>
    <x:Name>電気3</x:Name>
    <x:WorksheetSource HRef="入居者FAQ.files/sheet004.htm"/>
   </x:ExcelWorksheet>
   <x:ExcelWorksheet>
    <x:Name>電気4</x:Name>
    <x:WorksheetSource HRef="入居者FAQ.files/sheet005.htm"/>
   </x:ExcelWorksheet>
   <x:ExcelWorksheet>
    <x:Name>電気5</x:Name>
    <x:WorksheetSource HRef="入居者FAQ.files/sheet006.htm"/>
   </x:ExcelWorksheet>
  </x:ExcelWorksheets>
  <x:Stylesheet HRef="入居者FAQ.files/stylesheet.css"/>
  <x:WindowHeight>12450</x:WindowHeight>
  <x:WindowWidth>28800</x:WindowWidth>
  <x:WindowTopX>0</x:WindowTopX>
  <x:WindowTopY>0</x:WindowTopY>
  <x:ProtectStructure>False</x:ProtectStructure>
  <x:ProtectWindows>False</x:ProtectWindows>
 </x:ExcelWorkbook>
</xml><![endif]-->
</head>

<frameset rows="*,39" border=0 width=0 frameborder=no framespacing=0>
 <frame src="入居者FAQ.files/sheet001.htm" name="frSheet">
 <frame src="入居者FAQ.files/tabstrip.htm" name="frTabs" marginwidth=0 marginheight=0>
 <noframes>
  <body>
   <p>このページで使用するフレームは、お使いのブラウザーではサポートされていません。</p>
  </body>
 </noframes>
</frameset>
</html>
]]></description>
            <pubDate>2019-10-27</pubDate>
        </item>
                
        <item>
            <title>【大家会議】2019年10月号 オーナー向け会報誌</title>
            <link>https://www.marusa.net/blog/entry-182455/</link>
            <description><![CDATA[<div style="text-align:center;word-break: break-all;"><p class="clearfix"><img src="//www.img-asp.jp/cms/182455_1_500_1000_1.jpg?t=1571631892" style="max-width: 100%;" alt=""></p></div><div style="text-align:center;word-break: break-all;"><p class="clearfix"><img src="//www.img-asp.jp/cms/182455_2_500_1000_1.jpg?t=1571631915" style="max-width: 100%;" alt=""></p></div><div style="text-align:center;word-break: break-all;"><p class="clearfix"><img src="//www.img-asp.jp/cms/182455_3_500_1000_1.jpg?t=1571631924" style="max-width: 100%;" alt=""></p></div><div style="text-align:center;word-break: break-all;"><p class="clearfix"><img src="//www.img-asp.jp/cms/182455_4_500_1000_1.jpg?t=1571631934" style="max-width: 100%;" alt=""></p></div><br><div>大家会議　2019-10</div><div><br></div><div>・第一印象で入居者の心を掴め！</div><div>　お部屋をセンス良く見せる「色」の基礎知識</div><div>・民法改正後の更新は、</div><div>　「連帯保証人」の「極度額」に注意</div><div>・土地は”面積”でなく”価値”で分割</div><div>　資産勝を最大化させる分筆方法</div>]]></description>
            <pubDate>2019-10-21</pubDate>
        </item>
                
        <item>
            <title>【大家会議】2019年9月号 オーナー向け会報誌</title>
            <link>https://www.marusa.net/blog/entry-182453/</link>
            <description><![CDATA[<div style="text-align:center;word-break: break-all;"><p class="clearfix"><img src="//www.img-asp.jp/cms/182453_1_500_1000_1.jpg?t=1571631042" style="max-width: 100%;" alt=""></p></div><div style="text-align:center;word-break: break-all;"><p class="clearfix"><img src="//www.img-asp.jp/cms/182453_2_500_1000_1.jpg?t=1571631054" style="max-width: 100%;" alt=""></p></div><div style="text-align:center;word-break: break-all;"><p class="clearfix"><img src="//www.img-asp.jp/cms/182453_3_500_1000_1.jpg?t=1571631070" style="max-width: 100%;" alt=""></p></div><div style="text-align:center;word-break: break-all;"><p class="clearfix"><img src="//www.img-asp.jp/cms/182453_4_500_1000_1.jpg?t=1571631083" style="max-width: 100%;" alt=""></p><p class="clearfix"><br></p><p class="clearfix" style="text-align: left;"><br></p><p class="clearfix" style="text-align: left;">2019-09　大家会議</p><p class="clearfix" style="text-align: left;"><br></p><p class="clearfix" style="text-align: left;">・最新賃貸住宅市場調査に見る傾向と対策</p><p class="clearfix" style="text-align: left;">・収納力不足を「外」で解決する新手法</p><p class="clearfix" style="text-align: left;">・防水性能は大丈夫？</p><p class="clearfix" style="text-align: left;">　外壁材の劣化予防で建物寿命を伸ばす。</p></div>]]></description>
            <pubDate>2019-10-21</pubDate>
        </item>
                
        <item>
            <title>【セミナー】オーナー向けセミナー　2019-10-24　宮崎市</title>
            <link>https://www.marusa.net/blog/entry-182446/</link>
            <description><![CDATA[<div style="font-size: 13.12px; text-align: center;"><span style="font-size: x-large; background-color: rgb(255, 255, 51); font-weight: bold; color: rgb(255, 0, 0);">ＩＲＥＭ　ＪＡＰＡＮ主催セミナー　</span></div><div style=""><div style="font-size: 13.12px; text-align: center;"><span style="font-size: x-large; background-color: rgb(255, 255, 51); font-weight: bold; color: rgb(255, 0, 0);">10月2４日(木)16：00～18：00</span></div><div style="font-size: 13.12px; text-align: center;"><span style="font-size: x-large; background-color: rgb(255, 255, 51); font-weight: bold; color: rgb(255, 0, 0);">宮日会館１０階 にて開催予定！</span></div><div style="font-size: 13.12px; text-align: center;"><br></div><div style="font-size: 13.12px; text-align: center;"><span style="font-size: medium; text-decoration-line: underline;">少子高齢化の日本、これからは人口減少時代に突入し、</span></div><div style="font-size: 13.12px; text-align: center;"><span style="font-size: medium; text-decoration-line: underline;">各業界の競り合いは益々激しさを増していきます。</span></div><div style="text-align: center;"><font size="3"><u>特に不動産業界はその影響が大きいことでしょう・・・</u></font></div><div style="font-size: 13.12px; text-align: center;"><br></div><div style="font-size: 13.12px; text-align: center;">「そろそろ売却しようかな・・・」「赤字でなければ十分だ・・・」</div><div style="font-size: 13.12px; text-align: center;">と諦めてしまっているオーナー様もいらっしゃることでしょうか。</div><div style="font-size: 13.12px; text-align: center;"><br></div><div style="font-size: 13.12px; text-align: center;">しかし！ 人間が住む場所を必要とする限り、ニーズは必ずあります！</div><div style="font-size: 13.12px; text-align: center;">そのニーズに応えられるか否か。　そこが重要なのです。</div><div style="font-size: 13.12px; text-align: center;"><br></div><div style="font-size: 13.12px; text-align: center;">今まで通りの賃貸経営では通用しない事は間違いありません！</div><div style="font-size: 13.12px; text-align: center;">しかし、賃貸経営が必ず損をするということでもありません！</div><div style="font-size: 13.12px; text-align: center;"><br></div><div style="font-size: 13.12px; text-align: center;">むしろ、法則さえ掴んでしまえば競い合うライバルもいない、</div><div style="font-size: 13.12px; text-align: center;">確実な収入源となることでしょう。</div><div style="font-size: 13.12px; text-align: center;"><span style="font-size: medium; color: rgb(255, 0, 0);"><br></span></div><div style="font-size: 13.12px; text-align: center;"><span style="text-decoration-line: underline; font-weight: bold; color: rgb(255, 0, 0); font-size: x-large;">今回開催するセミナーでは今後不動産業界で生き残るために</span></div><div style="font-size: 13.12px; text-align: center;"><span style="text-decoration-line: underline; font-weight: bold; color: rgb(255, 0, 0); font-size: x-large;">必要なもの全てが詰まっています！！</span></div><div style="font-size: 13.12px; text-align: center;"><br></div><div style="font-size: 13.12px; text-align: center;">年に１度しか開催していない、貴重なセミナーです！</div><div style="font-size: 13.12px; text-align: center;"><span style="font-size: medium;">興味のある方は是非ご参加していただき、</span></div><div style="font-size: 13.12px; text-align: center;"><span style="font-size: medium;">成功者となるための糧としてください！</span></div><div style="font-size: 13.12px; text-align: center;"><span style="font-size: medium;"><br></span></div><div style="font-size: 13.12px; text-align: center;"><span style="font-size: medium; background-color: rgb(51, 255, 255); font-weight: bold; color: rgb(255, 0, 0);"><br></span></div><div style="font-size: 13.12px; text-align: center;"><span style="font-size: medium; text-decoration-line: underline; background-color: rgb(51, 255, 255); font-weight: bold; color: rgb(255, 0, 0);">参加のお申込み又はお問い合わせの際はお気軽にご連絡下さい！</span></div><div style="font-size: 13.12px; text-align: center;"><span style="font-size: medium;">～～～～～～～～～～～～～～～～～～～～～～</span></div><div style="font-size: 13.12px; text-align: center;"><span style="font-size: medium;">まるさ住宅宮崎店　連絡先</span></div><div style="font-size: 13.12px; text-align: center;"><span style="font-size: medium;">(TEL:0985-33-9000 ）</span></div><div style="font-size: 13.12px; text-align: center;"><span style="font-size: medium;">（メールアドレス:info@marusa.asia)</span></div><div style="font-size: 13.12px; text-align: center;"><span style="font-size: medium;">～～～～～～～～～～～～～～～～～～～～～～</span></div><div style="text-align: center;"><font size="3">参加費：3,000円</font></div><div style="text-align: center;"><font size="3">懇親会：5,000円</font></div><div style="text-align: center;"><font size="3">～～～～～～～～～～～～～～～～～～～～～～</font></div><div style="text-align: center;"><div style="word-break: break-all;"><p class="clearfix"><img src="//www.img-asp.jp/cms/176382_3_718_1400_1.jpg?t=1568339275" style="max-width: 100%;" alt=""></p></div><br></div><div style="font-size: 13.12px; text-align: center;"><div style="word-break: break-all;"><p class="clearfix"><br></p></div><br></div></div>]]></description>
            <pubDate>2019-10-21</pubDate>
        </item>
                
        <item>
            <title>【大家会議】2019年8月号 オーナー向け会報誌</title>
            <link>https://www.marusa.net/blog/entry-182449/</link>
            <description><![CDATA[<div style="text-align:center;word-break: break-all;"><p class="clearfix" style="text-align: left;">弊社で管理している物件の大家様へ、毎月会報誌をお送りしております。</p><p class="clearfix" style="text-align: left;">市場調査の結果、空室対策など、家主にとって有用な情報をお送り致します。</p><p class="clearfix" style="text-align: left;">大家様の参考になれば幸いです。</p><p class="clearfix"><br></p><p class="clearfix"><img src="//www.img-asp.jp/cms/182449_1_500_1000_1.jpg?t=1571629739" style="max-width: 100%;" alt=""></p></div><div style="text-align:center;word-break: break-all;"><p class="clearfix"><img src="//www.img-asp.jp/cms/182449_2_500_1000_1.jpg?t=1571629792" style="max-width: 100%;" alt=""></p></div><div style="text-align:center;word-break: break-all;"><p class="clearfix"><img src="//www.img-asp.jp/cms/182449_3_500_1000_1.jpg?t=1571629813" style="max-width: 100%;" alt=""></p></div><div style="text-align:center;word-break: break-all;"><p class="clearfix"><img src="//www.img-asp.jp/cms/182449_4_500_1000_1.jpg?t=1571629848" style="max-width: 100%;" alt=""></p></div><br><div>大家会議　2019-08</div><div><br></div><div>・改正相続法で新設</div><div>　「配偶者居住権」と「特別寄与料制度」</div><div>　トラブル回避のための注意点</div><div>・トラブル防止＆収益アップ</div><div>　駐輪場整備のススメ</div><div>・保険料の最終引き上げ前に！</div><div>　「自身保険」の価値と重要性を考える。</div>]]></description>
            <pubDate>2019-10-19</pubDate>
        </item>
                
        <item>
            <title>都城オーナー向けセミナーのお知らせ</title>
            <link>https://www.marusa.net/blog/entry-108773/</link>
            <description><![CDATA[<div style="word-break: break-all;"><p class="clearfix"><img src="//www.img-asp.jp/cms/108773_3_500_1000_1.jpg?t=1524714379" style="max-width: 100%;float:left;" alt=""></p></div><br>]]></description>
            <pubDate>2018-04-26</pubDate>
        </item>
                
        <item>
            <title>住まいのトラブルFAQ（目次）</title>
            <link>https://www.marusa.net/blog/entry-146075/</link>
            <description><![CDATA[<div style="text-align:center;word-break: break-all;"><p class="clearfix"><img src="//www.img-asp.jp/cms/146075_1_500_1000_1.jpg?t=1572141341" style="max-width: 100%;" alt=""></p></div><div><span style="color: rgb(0, 0, 0); font-size: 13.12px; font-weight: bold;"><br></span></div><div><span style="color: rgb(0, 0, 0); font-weight: bold; font-size: large;">住まいのトラブル《 FAQ 》</span><span style="color: rgb(0, 0, 0);"><span style="font-size: large;">　</span><span style="font-size: x-large;">　</span></span></div><div><span style="font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);="" color:="" rgb(51,="" 51,="" font-weight:="" bold;"=""><a href="https://www.marusa.net/blog/entry-146077/" target="_blank">■セキュリティ</a></span></div><div><span style="font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);="" font-weight:="" bold;="" color:="" rgb(0,="" 0,="" 0);"=""><a href="https://www.marusa.net/blog/entry-146077/" target="_blank">・鍵</a></span></div><div><span style="background-color: rgb(255, 255, 255); font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" font-weight:="" bold;="" text-align:="" center;="" color:="" rgb(0,="" 0,="" 0);"=""><a href="https://www.marusa.net/blog/entry-146077/" target="_blank">・オートロック</a></span></div><div><span style="background-color: rgb(255, 255, 255); font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" font-weight:="" bold;="" text-align:="" center;="" color:="" rgb(0,="" 0,="" 0);"=""><a href="https://www.marusa.net/blog/entry-146077/" target="_blank">・インターフォン</a></span></div><div><span style="background-color: rgb(255, 255, 255); font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" font-weight:="" bold;="" text-align:="" center;="" color:="" rgb(0,="" 0,="" 0);"=""><a href="https://www.marusa.net/blog/entry-146077/" target="_blank">・防犯カメラ</a></span></div><div><a href="https://www.marusa.net/blog/entry-146077/" target="_blank"><span noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" font-weight:="" bold;="" text-align:="" center;="" color:="" rgb(0,="" 0,="" 0);"="" style="font-size: 13.12px; background-color: rgb(255, 255, 255);">・不審者情報</span><span noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" font-weight:="" bold;="" text-align:="" center;"="" style="font-size: 13.12px; background-color: rgb(255, 255, 255); color: rgb(51, 51, 255);">　</span></a></div><div><span style="font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);="" color:="" rgb(51,="" 51,="" font-weight:="" bold;"=""><br></span></div><div><span style="font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);="" color:="" rgb(51,="" 51,="" font-weight:="" bold;"="">■お部屋の設備</span></div><div><div><span style="font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" background-color:="" rgb(255,="" 255,="" 255);="" font-size:="" 14px;="" font-weight:="" bold;="" text-align:="" center;="" color:="" rgb(0,="" 0,="" 0);"="">・キッチン</span><span style="font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" background-color:="" rgb(255,="" 255,="" 255);="" color:="" rgb(51,="" 51,="" font-size:="" 14px;="" font-weight:="" bold;="" text-align:="" center;"="">　</span></div></div><div><span style="color: rgb(0, 0, 0); font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" font-weight:="" 700;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);"="">・浴室</span></div><div><span style="color: rgb(0, 0, 0); font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" font-weight:="" 700;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);"="">・洗面所</span></div><div><span style="color: rgb(0, 0, 0); font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" font-weight:="" 700;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);"="">・トイレ</span></div><div><span style="color: rgb(0, 0, 0); font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" font-weight:="" 700;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);"="">・エアコン</span></div><div><span style="color: rgb(0, 0, 0); font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" font-weight:="" 700;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);"="">・建具・内装</span></div><div><span style="font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);="" color:="" rgb(51,="" 51,="" font-weight:="" bold;"=""><br></span></div><div><span style="font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);="" color:="" rgb(51,="" 51,="" font-weight:="" bold;"="">■ライフライン</span></div><div><div><span style="font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" color:="" rgb(0,="" 0,="" 0);="" font-size:="" 14px;="" font-weight:="" 700;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);"="">・電気</span></div></div><div><span style="color: rgb(0, 0, 0); font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" font-weight:="" 700;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);"="">・ガス</span></div><div><span style="color: rgb(0, 0, 0); font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" font-weight:="" 700;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);"="">・水道</span></div><div><span style="color: rgb(0, 0, 0); font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" font-weight:="" 700;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);"="">・ケーブルTV・インターネット</span></div><div><span style="color: rgb(0, 0, 0); font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" font-weight:="" 700;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);"="">・お家賃</span></div><div><span style="color: rgb(0, 0, 0); font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" font-weight:="" 700;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);"="">・契約関係</span></div><div><br></div><div><span style="font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);="" color:="" rgb(51,="" 51,="" font-weight:="" bold;"="">■共用部・建物設備</span></div><div><div><span style="font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" color:="" rgb(0,="" 0,="" 0);="" font-size:="" 14px;="" font-weight:="" 700;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);"="">・駐車場・駐輪場</span></div><div><span style="font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" color:="" rgb(0,="" 0,="" 0);="" font-size:="" 14px;="" font-weight:="" 700;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);"="">・宅配BOX・メールボックス</span></div><div><span style="font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" color:="" rgb(0,="" 0,="" 0);="" font-size:="" 14px;="" font-weight:="" 700;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);"="">・ゴミ置き場</span></div><div><span style="font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" color:="" rgb(0,="" 0,="" 0);="" font-size:="" 14px;="" font-weight:="" 700;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);"="">・共用灯</span></div><div><span style="font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" color:="" rgb(0,="" 0,="" 0);="" font-size:="" 14px;="" font-weight:="" 700;="" text-align:="" center;="" background-color:="" rgb(255,="" 255,="" 255);"="">・鳥獣害虫・植物</span></div><div><span style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: Lato, " noto="" sans="" japanese",="" "helvetica="" neue",="" helvetica,="" 游ゴシック,="" yugothic,="" "hiragino="" sans",="" kaku="" gothic="" pron",="" meiryo,="" sans-serif;="" font-size:="" 14px;="" font-weight:="" 700;="" text-align:="" center;"="">・騒音・異臭</span></div><div><br></div></div>]]></description>
            <pubDate>2019-02-19</pubDate>
        </item>
                
        <item>
            <title>セキュリティFAQ</title>
            <link>https://www.marusa.net/blog/entry-146077/</link>
            <description><![CDATA[<div style="text-align:center;word-break: break-all;"><p class="clearfix"><img src="//www.img-asp.jp/cms/146077_1_500_1000_1.jpg?t=1572141122" style="max-width: 100%;" alt="鍵・セキュリティFAQ"></p></div><div><br></div><div><span style="font-weight: bold; font-size: medium;">


■鍵・ドア</span></div>
<div><span style="font-size: 13.12px;">
<details>
  <summary><span style="font-weight: bold; color: rgb(102, 0, 204);">

鍵を貸して欲しい</span></summary><br>

弊社ではお客様の住居鍵をお預かりしていないためお貸しすることができません。※一部特殊鍵除く<br>
部屋の解錠には、鍵の業者手配が必要です。<br><br>
◇専門業者参考価格<br>
室内に鍵がある場合：開錠費用10,000円(税別)～<br>
室内に鍵が無い場合：開錠費用10,000円(税別)～
　+シリンダー交換費用13,000円(税別)～<br>
<br>
<b>緊急時の鍵交換業者：
<br>クイックサービス  070-2415-6266</b><br>
当日の状況によって、すぐに訪問できない場合があります。<br>
また、鍵の形状によっては、開錠までにお時間を頂く場合がございます。<br><br><br></details></span></div>

<div><span style="font-size: 13.12px;">
<details>
  <summary><span style="font-weight: bold; color: rgb(102, 0, 204);">
鍵を交換したい</span></summary><br>
鍵の業者をご紹介しますので弊社までご連絡ください。 <br><br>
</details></span></div><div><span style="font-size: 13.12px;"><span style="color: rgb(102, 0, 204); font-weight: bold;">
</span>
<div><span style="font-size: 13.12px;">
<details>
  <summary><span style="font-weight: bold; color: rgb(102, 0, 204);">
鍵のスペアーがほしい</span></summary><br>
<br>
鍵の種類によって販売方法が異なりますので、弊社までご連絡ください。
<br>
<br>
</details></span></div>
<div><span style="font-size: 13.12px;"><span style="font-weight: bold; color: rb(102, 0, 204);">
</span><details>
  <summary><span style="font-weight: bold; color: rgb(102, 0, 204);">
ドアの開閉が重い・固い</span></summary><br>
経年劣化で蝶番などが錆びて開閉時にドアが固かったり重く感じることがあります。<br>
一度蝶番に油式スプレーをさしてみてください。<br>
それでも改善しない場合はお問い合わせください。<br>

入居者費用負担の可能性：有り<br>
専門業者参考価格：5,000円(税別)～<br><br>
</details></span></div>

<div><span style="font-size: 13.12px;">
<details>
  <summary><span style="font-weight: bold; color: rgb(102, 0, 204);">
鍵が回りにくい</span></summary><br>
原因の多くは鍵を落として傷がついたり、汚れたまま使用することで鍵穴にゴミが入り、鍵が回りにくくなります。<br>
　
メンテナンスとして乾式潤滑スプレーを使用しましょう！<br>
間違っても油式スプレーを使用しないように・・・<br>
油式は埃がつきやすくなりすぐに回りにくくなります。<br>
乾式スプレー○・油式スプレー×<br>
<br>
入居者費用負担の可能性：有り<br>
専門業者参考価格：5,000円(税別)～<br><br>
</details></span></div>

<div><span style="font-size: 13.12px;">
<details>
  <summary><span style="font-weight: bold; color: rgb(102, 0, 204);">
鍵を無くした</span></summary><br>
弊社ではお客様の住居鍵（カギ）を御預かりしていません。<br>
※一部特殊鍵除く<br>
部屋の解錠には、鍵の業者手配が必要になります。<br>
弊社でも業者の御紹介を致します。）<br></details></span></div>
<br>

<div><span style="font-size: medium; font-weight: bold;">
■オートロック</span></div>
<div><span style="font-size: 13.12px;">
<details>
  <summary><span style="font-weight: bold; color: rgb(102, 0, 204);">
オートロックの鍵穴に鍵を刺したら、抜けなくなった</span></summary><br>

鍵を落とした場合に鍵が変形し、このような症状になることがあります。<br>
専門業者で対応になりますので、<br>
一度弊社までご連絡下さい。<br>
鍵変形が原因の場合は、対応費用が入居者様の負担になる可能性があります。<br><br></details></span></div>

<div><span style="font-size: 13.12px;">
<details>
  <summary><span style="font-weight: bold; color: rgb(102, 0, 204);">
鍵を持たないでオートロックの外に出てしまったので入れない</span></summary><br>

弊社で作業員を向かわせることも可能ですが、有償で時間もかかります。<br>
他の入居者が戻られたタイミングで入館するか、他の入居者にエントランスのインターフォンで事情を説明して開錠をお願いしてください。<br><br><br></details></span></div>

<div><span style="font-size: 13.12px;">
<details>
  <summary><span style="font-weight: bold; color: rgb(102, 0, 204);">
エントランスのオートロックが作動しない
</span></summary><br>
電源が落ちている可能性があります。<br>
引越業者の作業員が一時的に電源スイッチをＯＦＦにして、作業後にＯＮにするのを忘れている場合や、落雷などでブレーカーが落ちている事が考えられます。<br>
まずは手動で開くか確認してみてください。<br>
または、裏口がある場合は裏口から出入りされてください。<br>
機器の故障であれば、修理に数週間かかる可能性がありますので、一度弊社まで御連絡下さい。<br>
<br></details></span></div>

<br>
<div><span style="font-size: medium; font-weight: bold;">
■インターフォン</span></div><div><span style="font-size: 13.12px;">

<div><span style="font-size: 13.12px;">
<details>
  <summary><span style="font-weight: bold; color: rgb(102, 0, 204);">
チャイムが鳴らない（通話不可タイプ）
</span></summary><br>
電池切れが原因の場合があります。電池を交換してみましょう！<br>
<br></details></span></div>

<div><span style="font-size: 13.12px;">
<details>
  <summary><span style="font-weight: bold; color: rgb(102, 0, 204);">
インターフォンの音が聞こえない
</span></summary><br>
インターフォン親機のボリュームがOFFになっているか、音量が小さくなっている可能性がありますのでご確認ください。<br><br></details></span></div>

<div><span style="font-size: 13.12px;">
<details>
  <summary><span style="font-weight: bold; color: rgb(102, 0, 204);">
インターフォンが鳴らない</span></summary><br>

室内のブレーカーが落ちている可能性がありますので、一度ご確認をお願いいたします。<br>
オートロックが付いている建物で、インターフォンが鳴らない場合や、モニターの映像が映らない場合は故障が考えられますので、一度弊社までご連絡ください。
<br><br></details></span></div>

<br>
<div><span style="font-size: medium; font-weight: bold;">
■防犯カメラ</span></div><div><span style="font-size: 13.12px;">

<div><span style="font-size: 13.12px;">
<details>
  <summary><span style="font-weight: bold; color: rgb(102, 0, 204);">
防犯カメラを設置して欲しい
</span></summary><br>
基本的には共用設備の追加設置はできかねます。<br>
設備として防犯カメラは設置がない物件として募集をしています。<br>
仮に設置した場合は、入居のみなさまに共益費増額をお願いする可能性があります。<br>
<br><br></details></span></div>

<div><span style="font-size: 13.12px;">
<details>
  <summary><span style="font-weight: bold; color: rgb(102, 0, 204);">
防犯カメラの映像を確認したい
</span></summary><br>
防犯カメラの映像については入居者様へ開示しておりません。<br>
事件や事故などで警察から映像確認の照会文書が出された場合は、捜査協力で映像の開示を行っております。<br>
事件や事故などの被害にあわれた場合には、まず警察へ相談をお願い致します。<br>
</details></span></div><br>

<div><span style="font-size: medium; font-weight: bold;">
■防犯関係</span></div><div><span style="font-size: 13.12px;">

<div><span style="font-size: 13.12px;">
<details>
  <summary><span style="font-weight: bold; color: rgb(102, 0, 204);">
防犯のためにセンサーライトを設置してほしい</span></summary><br>

基本的には共用設備の追加設置はできかねます。<br>
仮に設置した場合は、入居のみなさまに共益費増額をお願いする可能性があります。<br>
<br><br></details></span></div>


<div><span style="font-size: 13.12px;">
<details>
  <summary><span style="font-weight: bold; color: rgb(102, 0, 204);">
不審者が建物周辺にいてマンションに入れない
</span></summary><br>
申し訳ございませんが弊社では対応できかねるため警察へご連絡ください。</details></span></div></span></div></span></div></span></div></span></div>]]></description>
            <pubDate>2019-02-19</pubDate>
        </item>
            </channel>
</rss>
