body,h1,h2,h3,h4,h5,h6,h7,
div,p,ul,li,dl,dt,dd,
span,a,img {
	font-size:100%;
	font-weight:normal;
	text-decoration:none;
	list-style-type:none;
	border:none;
	padding:0;
	margin:0;
}

p {
	padding:10px 0 0 10px;
	line-height:170%;
	font-size:12px;
	/font-size:11px;
}

img {
	float:left;
}

a:link {
	text-decoration:underline;
	color:#000000;
}

a:visited {
	text-decoration:underline;
	color:#000000;
}

body {
	width:100%;
	height:100%;
	background-color:#ffffff;
	text-align:center;
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
}

#wrapper {
	width:897px;
	margin:0 auto;
	border:solid 1px #000000;
	text-align:left;
}

#header h1 {
	width:878px;
	height:155px;
	background-image:url("../images/common/graceheader.gif");
	background-repeat:no-repeat;
	margin:0;
	padding:5px 0 0 19px;
}

.clearfix:after {
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

.clearfix {
	zoom:1;
}

#content {
	width:897px;
	float:left;
	margin:10px 0 0 0;
}

