@charset "utf-8";

/* --------------------------------------------------------
Structure
-------------------------------------------------------- */

body{
	font-size:14px;
	line-height:150%;
	background:#ffffff;
	text-align:center;
}

a:link{
	color:#333333;
	text-decoration:underline;
}

a:visited{
	color:#333333;
	text-decoration:underline;
}

a:hover{
	color:#999999;
	text-decoration:underline;
}

a:active{
	color:#999999;
	text-decoration:underline;
}

h1,h2,h3,h4,h5,h6,form,input,p,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}

img{
	border:0;
}




/* Wrapper */

#wrapper{
	width:800px;
	margin:0 auto;
	text-align:center;
	padding:100px 0;
}

#copy{
	color:#660000;
	font-weight:bold;
}

#txt{
	padding:15px 0 0 0;
	margin:0 0 60px 0;
}

dt{
	font-weight:bold;
	margin:0 0 0.5em 0;
}

dd{

}



