@charset "UTF-8";
/*-----------------------------------
DEFAULT CSS
FILE DATA: index.css
-------------------------------------*/
body{
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}
/*-----------------------------------*/
/* LAYOUT */
#content{
	padding:10px 0 0 0;
	background:#FFFFFF;
}
#top{
	padding:0 0 30px 0; 
	margin:0 auto 0 auto;

}
#footer{
	color:#FFFFFF;
	background:url(footer.jpg) repeat-x;
	height:70px;
}
#footer address{
	padding:10px 0 0 0;
	margin:0 auto;
	width:475px;
	text-align:left;
	font-size:70%;
	font-style:normal;
	line-height:1.5em;
}
.null{
	display:none;
}

}
#top1{
	width:475px;
	position: static;
}
