@charset "utf-8";
/* CSS Document */

/* 共通レイアウト 
------------------------------------------*/
* {
  padding : 0;
  margin : 0;
}

img {
	border : 0;
}

body {
	text-align : center;
	font-size : 0.8em;
	font-family :"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	background-image: url(../image/y8b.gif);*/
	background-color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
}

/* 基本リンク 
------------------------------------------*/
a {
	text-decoration : none;
	color : #04F;
}
a:link {
	text-decoration : none;
	color : #04F;
}

a:hover { 
	text-decoration : none;
	color : #F00;
}

/* 詳細ページ全体 
------------------------------------------*/
#container {
	width: 600px;
	margin: auto;
}

#header {
	text-align: left;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	background-color:#01AD4E;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
}
	
#frame1 {
	color: #666;
	text-align: left;
	border: 1px solid #3C3;
	background-color: #FFF;
	margin-top: 10px;
	padding: 5px;
}

.item_name {
	font-size: 1.4em;
	color: #01AD4E;
	font-weight: bold;
	margin-left: 5px;
}

/*賃料・間取り・所在地・地図*/
#shosaiTable1 {
	width: 100%;
	color: #333;
	margin-top: 10px;
	border-top: 1px solid #01AD4E;
	border-left: 1px solid #01AD4E;
}

#shosaiTable1 th {
	background-color: #DCFFBE;
	padding: 5px;
	text-align: center;
	border-right: 1px solid #01AD4E;
	border-bottom: 1px solid #01AD4E;
}

#shosaiTable1 td {
	padding: 5px;
	text-align: center;
	border-right: 1px solid #01AD4E;
	border-bottom: 1px solid #01AD4E;
}

.price {
	color: #F00;
	font-weight: bold;
}


/*物件詳細*/
#shosaiTable2 {
	width: 100%;
	color: #333;
	margin-top: 10px;
	border-top: 1px solid #01AD4E;
	border-left: 1px solid #01AD4E;
}

#shosaiTable2 th {
	background-color: #DCFFBE;
	padding: 5px;
	text-align: center;
	border-right: 1px solid #01AD4E;
	border-bottom: 1px solid #01AD4E;
}

#shosaiTable2 td {
	padding: 5px;
	text-align: left;
	padding-left: 10px;
	border-right: 1px solid #01AD4E;
	border-bottom: 1px solid #01AD4E;
}


/*画像枠*/
#photoFrame {
	color: #333;
	border: 1px solid #01AD4E;
	margin-top: 10px;
}

#photo_ttl {
	font-weight: bold;
	background-color: #DCFFBE;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #01AD4E;
}

#photo_img {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*その他の画像テーブル*/
#photoTable {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#photoTable td {
	padding: 5px;
}



