/* -----------------------------------------------------------
    全体
-------------------------------------------------------------- */
body {
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 13px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFFFFF;	/*全体の背景色*/
}
h1,h3,h4,h5,p,ul,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}





/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333333;	/*リンクテキストの色*/
}
a:hover {
	color: #990000;	/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したままがいいならこの１行削除。*/
}

a:hover img {
    filter: alpha(opacity=75);
    opacity:0.75;
}



/* -----------------------------------------------------------
    見出し
-------------------------------------------------------------- */
h1 {
	font-weight :normal;
}


/*h1見出しタグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 13px;		/*文字サイズ*/
	text-align: left;		/*中央せ*/
	line-height: 25px;
	background: #FFF;
}
h1 a {
	text-decoration: none;
             
}



h2 {
	font-size:20px;
    text-shadow:1px 1px 0px #000, -1px 1px 0px #000, 
    1px -1px 0px #000, -1px -1px 0px #000;
    color:#fff;
	line-height: 1.5;
    padding-left:1em;
	margin: 0px;
}

h3{
	margin:0 0 10px 0;
	padding:10px 8px;
	border-width:3px 0;
	border-color:#7fcedd;
	border-style:dotted;
	background:#ffffff;
	color:#3e3e3e;
	line-height:1.2;
	font-weight:bold;
	font-size:18px;


}

/* -----------------------------------------------------------
    リスト
-------------------------------------------------------------- */


.listleft {
  width:207px;
  padding:0px;
  background:#bacadc;
  border:1px solid #225012;
}
.listleft ul {
  list-style-type:none;
  }
  
.listleft ul li {
  margin-bottom:8px;

  /*ここから追加*/

}


.listsoudan ul {
  list-style-type:none;
}

.listsoudan ul li {
  padding:5px;

}



/* -----------------------------------------------------------
    テーブル
-------------------------------------------------------------- */

table3 { 

border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #CCCCCC solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
} 

.table3 TD { 
border: 1px #CCCCCC solid; /* セルの枠線（太さ・色・スタイル） */ 
padding: 6px; /* セル内の余白 */ 
} 


/* -----------------------------------------------------------
    フッターメニュー ・物件ページ見出し背景
-------------------------------------------------------------- */

#footmenu,
h2#bgcolor {
  background:#1A254A;
  padding:5px;

} 


/* -----------------------------------------------------------
    社長挨拶・会社特徴・よくある質問に使用
-------------------------------------------------------------- */
.table2 {
  font-size: 14px;
  text-align: left;
  line-height:1.6;
  padding:10px 8px;

}


/* -----------------------------------------------------------
    アクセスマップに使用
-------------------------------------------------------------- */
.mappadding {
  font-size: 12px;
  line-height:1.6;
  padding-left:60px;

}



/* -----------------------------------------------------------
    免責事項中タイトルに使用
-------------------------------------------------------------- */
.title1 {
  font-size: 12px;
  text-align: left;
  color: #FF6600;
  font-weight:bold;
}

/* -----------------------------------------------------------
    右コンテンツに使用
-------------------------------------------------------------- */
.table4 {
	padding:20px;
	font-size: 14px;
	text-align:left;
	font-weight:bold;
	line-height:2.0;
}

.table5 {
	padding:10px;
	font-size: 12px;
	text-align: left;
	background: #FFFFFF;
	line-height:1.4;
}
/* -------------------------------------------------------
      売却の流れ　ブロックデザイン
-------------------------------------------------------------- */

.btn {
	background: #dfefff;
	border: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #111;
	width:80%;
	padding: 20px 10px;
	margin:20px auto  ;
    font-size: 15px ;

}

.btn2 {
	background: #8e8e8e;
	border: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #111;
	width:82%;
	padding: 10px 10px;
	margin:20px auto  ;
    font-size: 15px ;

}

.btn span{
	font-size: 24px ;
	color: #3b3b3b;
	text-shadow:
	-1px -1px 0px #5c5c5c,
	1px -1px 0px #5c5c5c,
	1px 1px 0px #5c5c5c,
	-1px 1px 0px #5c5c5c,
	1px 2px 3px rgba(0, 0, 0, 0.6);
}

.btn font{
   font-weight: bold;
	margin:10px 0 10px 0;
}

.btn2 span{
	font-size: 24px ;
	color: #fff;
	font-weight: bold;
}

.red {
    color: red;
	background: #fff;
	border: 0px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height:1.5;
	padding: 5px 10px;
    font-size: 14px ;
}

.white {
    color: #fff;
    font-size: 12px ;

}
/* -------------------------------------------------------
仲介・買取　説明
-------------------------------------------------------------- */
#meritdemerit{
	width:95%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#meritdemerit th{
	width: 33%;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	color: #444;
	background-color: #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#meritdemerit td{
	text-align: left;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#meritdemerit li{
	font-size: 12px ;
	margin:10px 10px 10px 2px  ;

}

/* -----------------------------------------------------------
    見出しデザイン用
-------------------------------------------------------------- */

.menuLineDoubleLight {
	margin:0 0 10px 0;
	padding:30px 15px;
	border-width:0 0;
	border-color:#7fcedd;
	border-style:dotted;
	background:#eee;
	color:#626262;
	line-height:140%;
	font-weight:bold;
}
/*-----------------------------------------------------------
トップへ戻るリンク
---------------------------------------------------------------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background:url(../images/home.png) no-repeat;
    text-align: center;
    color: #222;
    font-size: 11px;
    text-decoration: none;
    padding: 27px 17px;
}
 
.pagetop a:hover {
    display: block;
    background:url(../images/home2.png) no-repeat;
    text-align: center;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    padding:27px 17px;
}
/* -----------------------------------------------------------
  売却機能オプション　ブルー
-------------------------------------------------------------- */

