/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://kida-kaikei.com/css/design.css);
@import url(http://kida-kaikei.com/css/contents.css);
/* end StyleCatcher imports */

body,div,ul,ol,li,h1,p
{
	margin:0;
	padding:0;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}

/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image:url(../img/back.jpg) ;
	font: 100% 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 140%;
	color: #333333;
	}

.clear{
clear:both;
}

