/* ---------------------------------------------------------
JAPANハウジングセンター立川 recommend用（body背景なし等）
CascadingStyleSheet Settingfile

2008/08/18
--------------------------------------------------------- */
/***** recommend css *****/
/**********************/
/*** base style ***/
body{
	margin:0px;
	font-family:'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', 'Helvetica', 'Arial', 'Gothic', 'sans-serif';
	text-align:center;
	color:#666666;
	line-height: 130%;
}
/*** Fix Img ***/
img{
	border:0px;
	margin:0px;
	padding:0px;
}
/*** Fix Form ***/
form{
	margin:0px;
}
/*** Link Color ***/
A:link {
	color:#0066CC;
	text-decoration:none;
}
A:visited {
	color:#0066CC;
	text-decoration:none;
}
A:hover {
	color:#0066CC;
	text-decoration:underline;
}
A:active {
	color:#0066CC;
	text-decoration:underline;
}
/***Clear***/
.c-both {
	clear:both;
}



