@charset "Shift_JIS";
/*********************************************************************
  common.css


*********************************************************************/
@import url(head.css);
@import url(main.css);
@import url(navi.css);
@import url(foot.css);

body{
	text-align: center; /* 注1:IE6では、xhtml文書であることを認識しないので */
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-color: #E0DFE3;
}
#wrapper{
	width: 750px;
	background-image: url(../images/wrapperbg.gif);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left; /* 注1より、IE6対策としてセンタリングをしているので */
	margin-left: auto;
	margin-right: auto;
}
#inner-wrapper{
	margin: 0px;
}
img{
	border-width: 0px;
}