@charset "utf-8";
/* CSS Document */
/*リセット */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,p,blockquote,th,td{
margin:0;padding:0;
}
table{css/base.css
border-collapse:collapse;border-spacing:0; font-size:100%;
}
img{ border:0;}
address,caption,cite,code,dfn,em,strong,th,var{
font-style:normal;font-weight:normal;
}
ul li,ol li { list-style:none; } 
h1,h2,h3,h4,h5,h6{
font-size:100%;font-weight:normal;
}
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
a img{border:none;}

/*レイアウト*/
body{
	font-size: 16px;
	line-height: 1.2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* border-top:#DC898B solid 3px; */
	
	text-align:center;
}
#wrap{
	width:789px;
	margin:auto;
	background-color: #F5E0E1;
	/* outline: solid 1px red; */
	
}
/* h1{
	x 0;margin: 50px 0 20p
} */
ul{
	overflow:hidden;
	width:824px;
	margin-bottom:10px;
}
li{
	float:left;
	margin-left:10px;/* 26 */
	margin-bottom:10px;margin-top:10px;/* 追加  */	
}
p{
	margin-bottom:20px;
}


