@charset "UTF-8";


/*=========================
スタイルのリセット
=========================*/

html,body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size:100%;
	font-weight: normal;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol,ul {
	list-style:none;
}

fieldset,img {
	border:none;
}


/*=========================
スタイルの指定
=========================*/
body {
	text-align:center;
}
p {
	width:100%;
	text-align:center;
}

p a {
	display:block;
	width:475px;
	margin:auto;
	font-size:0.9em;
	line-height:2;
	border:1px dashed #ccc;
	background-color:#D9E8FF;
	text-decoration:none;
}



