@charset"Shift_JIS";

/* c-int StyleSheet.
         (C) 2006 CustomIntegrate */

/* ===================================================================================== */
/* 共通要素の初期化 */

*{
  margin: 0;
  padding: 0;
  }
  
th,td{
  padding: 3px;
  }

/* ===================================================================================== */
/* Body 共通設定 */

body{
  margin-top: 0pt;
  margin-left: 0pt; color:505050;
  font-size: 9pt;
  color: #000000;
  font-family: "ＭＳ Ｐゴシック",Osaka; 
  }

/* ===================================================================================== */
/* リンク設定 */

/*#rent_search a:link{
  color: blue;
  text-decoration: underline;
  }
  
#rent_search a:visited{
  color: blue;
  text-decoration: underline;
  }
  
#rent_search a:hover{
  color: red;
  text-decoration: underline;
  }
  
#rent_search a:active{
  color: red;
  text-decoration: underline;
  }*/

/* ===================================================================================== */
/* フォント設定 */

.midashi-w{
  font-weight: bold;
  font-size : 9pt;
  color: white;
  font-family: Osaka,"ＭＳ Ｐゴシック";
  }
  
.p9{
  font-size: 9pt; 
  font-family: "ＭＳ Ｐゴシック",Osaka;
  }
  
.p11{
  font-size: 11pt;
  font-family: "ＭＳ Ｐゴシック",Osaka;
  font-weight: bold;
  }
  
select{
  font-size: 9pt;
  }
  
.midashi{
  font-size: 9pt;
  font-family: "ＭＳ Ｐゴシック",Osaka;
  font-weight: bold;
  }

.p11-w{
  font-size: 11pt;
  font-family: "ＭＳ Ｐゴシック",Osaka;
  font-weight: bold;
  color: #ffffff;
  }

/* ===================================================================================== */
/* 各項目設定 */

td{
  font-size: 9pt;
  font-family: "ＭＳ Ｐゴシック",Osaka;
  }

/* テーブル外枠色 */
.c1{
  background-color: #140079;
  }

/* テーブル(th)色 */
.c2{
  background-color: #c9daeb;
  }

/* テーブル(td)色 */
.c3{
  background-color: #f1f5fa;
  }

/* テーブル見出し色 */
.c0{
  background-color: white;
  }
/* ===================================================================================== */
