/* Reset */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
  margin: 0;
  padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  vertical-align: baseline;
}

a img {
  border: none;
}


/* layout */

body {
	background-color: #ffffff;
	background-image: url(../img/common/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}




#footer {
	background-image: url(../img/common/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #996633;
	line-height: 20px;
}


#footer a,
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
	color: #333333;
	text-decoration:underline;
}


