@charset "UTF-8";

/*  リセット
==============================================*/

h1, h2, h3,h4,h5,p,ul,form{
margin:0px;
padding:0px;
}

/*  base
==============================================*/
body {
	margin: 0px 0px;
	text-align: center;
	font-family: "Helvetica", "Lucida Grande", "Hiragino Kaku Gothic Pro", "Geneva", "Arial", "Verdana", "Helvetica", sans-self;
}

a:link, a:visited { color: #663333; text-decoration: underline; }
a:active, a:hover { color: #CC6737; text-decoration: none; }


/*  wrapper
==============================================*/
#wrapper {
	margin: 50px auto 0px;
	width: 900px;
	text-align: left;
	}
	
.copyright {
	padding: 5px 0px;
	font: 11px/14px "Lucida Grande", "Hiragino Kaku Gothic Pro", "Geneva", "Arial", "Verdana", "Helvetica", sans-self;
	color: #333333;
	text-align: right;
	}

