@charset "utf-8";

/*
	=====================================================================
	REC住宅情報
	
	Style Info	:	REC住宅コラム画面スタイル
	File Name	:	/common/css/sec/contents/column/column.css
	first Update:	2010.01.22
	Last Update	:	2010.01.30
	Auth		:	株式会社インタープロ
	=====================================================================
*/

/* p
---------------------------------------------------------------------- */
#contents p {
	color: #333;
	font-size: 75%;
	line-height: 150%;
	margin-bottom: 20px;
	}
	
	/* contact
	------------------------------------------------------------ */
	#contents p.contact {
		font-size: 87.5%;
		font-weight: bold;
		padding: 20px 0;
		border: 2px solid #333;
		text-align: center;
		}
	
	/* strong
	------------------------------------------------------------ */
	#contents p strong {
		font-size: 150%;
		font-family: arial;
		font-style: italic;
		}

/* ul
---------------------------------------------------------------------- */
#contents ul {
	color: #333;
	font-size: 75%;
	margin-bottom: 20px;
	padding-left: 20px;
	}
	
	/* li
	------------------------------------------------------------ */
	#contents ul li {
		margin-bottom: 5px;
		line-height: 150%;
		}
