/* ◆別ウィンドウ表示のフォントの設定（コラム、間取り・プラン）　 */

/* ***************************************************************** */
/* ◆BODYの設定 */

body{
	background: #ECECDC;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka, "Lucida Grande",geneva,verdana,sans-serif;
	font-size: 0.8em;
	margin: 0px 0px;
	padding: 0;
}

/* ***************************************************************** */
/* ◆フォントの設定 */

a:link { color: #CC6633; text-decoration: none }
a:visited { color: #CC6633; text-decoration: none }
a:hover { color: #FF9900; text-decoration: none }
a:active { color: #FF9900; text-decoration: none }

.copyright2 { color: #BCBC9D; font-size: 10px }
.m2 { font-size: 6px; vertical-align: text-top }
.base1014 {	font-size: 10px; line-height: 14px}
.base1016 {	font-size: 10px; line-height: 16px }
.base1216 {	font-size: 12px; line-height: 16px }
.beige1016 { color: #92926D; font-size: 10px; line-height: 16px }
.beige1216 { color: #92926D; font-size: 12px; line-height: 16px }
.orange1016 { color: #CC6633; font-size: 10px; line-height: 16px }
.orange1216 { color: #CC6633; font-size: 12px; line-height: 16px }
.orange1416 { color: #CC6633; font-size: 14px; line-height: 16px }

/* ***************************************************************** */
/* ◆余白の設定 */

.divider10{
	clear: both;
	height: 20px;
	line-height: 0px;
	}

.divider20{
	clear: both;
	height: 20px;
	line-height: 0px;
	}

