@charset "shift_jis";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
	background-color: #E9ECD2;
}
a:link {
	color: #73B70C;
}
a:visited {
	color: #73B70C;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #73B70C;
}

a img{border:0}

strong{
	font-size: 18px;
}
img{max-width: 100%; height: auto;}

.type03{background:#73B70C; color: #fff; padding: 10px; font-weight: bold; font-size: 120%;}
.zyunbichu{text-align: center; font-size: 30px;}

#container {
	width: 900px;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #BDC778;
} 
#header {
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	text-align: center;
} 
#header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}

/* #sidebar1 に関するヒント：
1. 単位は相対単位であるため、サイドバーで余白を使用することは回避してください。標準に準拠したブラウザでは、余白は全体の幅に追加されるため、実際の幅が不特定の幅になります。 
2. サイドバーの値の単位として em が使用されているので、その幅が初期設定のテキストサイズに応じて変化することに注意してください。
3. 「#sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/
#sidebar1 {
	float: right; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 1.8em;
	vertical-align: text-top;
	width: 280px;
	margin-right: 8px;
}
.footer_line {
	color: #ffffff;
}

#sidebar1 h3, #sidebar1 p {
	margin: 0px;
}


#mainContent {
	clear: none;
	width: 540px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 20px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainContent p {
	margin: 0;
	padding: 0; 
}

#footer {
	padding: 0 10px;
	background-color: #73B70C;
	text-align: center;
} 
#footer p {
	margin: 0;
	padding: 10px 0; 
}

#footer a:link {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	text-decoration: none;
}
#footer a:active {
text-decoration: none;
	color: #FFFFFF;
}


#pageContent {
	clear: none;
	width: 800px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 50px;
}
.dot_line {
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #73B70C;
}

.dot_line1 {
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}



/* 再使用できる各種クラス */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.photo {
	padding: 2px;
	border: 1px dotted #999999;
}
.photo_cm {
	font-size: 10px;
	color: #73B70C;
	padding-left: 5px;
}

.red {
	font-weight: normal;
	color: #FF0000;
}
.img_cm {
	font-size: 11px;
	color: #666666;
	padding-left: 20px;
}
.text {
	line-height: 1.5em;
	padding-right: 70px;
	padding-left: 70px;
	text-align: left;
}

/*　分譲地　価格表　*/

.list{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.list table{
	border: 2px solid #999999;
	font-size: 14px;
}
.list th{
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	font-weight: normal;
	background-color: #E8EBBE;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	white-space: nowrap;
	font-size: 13px;
	text-align: center;
}
.list td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	font-size: 13px;
}
.list strong{
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.kakaku_l{
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
.type{
	font-size: 12px;
	color: #FFF;
	background-color: #73B70C;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
}
