@charset "Shift-Jis";


body{
	width: 100%;
	min-height: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image:url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	text-align:center;
	}
p,img,a{
	margin:0px;
	padding:0px;
	border:0px;
	}
img,ul{
	margin:0px;
	padding:0px;
	border:0px;
	}
h1{
	margin: 0;
	padding:20px 0;
	}
li{
	list-style:none;
	margin:0px;
	text-align:left;
	list-style-position:outside;
	}
#wrapper{
	margin: 0 auto;
	padding: 0 265px !important;
	width: 752px;
	min-height: 100%;
	height: auto;
	text-align:left;
	}
	* html #wrapper {
	width: 1282px;
	}
.png_bg {
	background: url(img/wrapperbg.png) 0 0 fixed no-repeat;
}
#navi{
	width:257px;
	float:left;
	}
#navi p{
	margin-bottom:10px;
	}
#navi li{
	margin-bottom:10px;
	}
#contents{
	width:475px;
	float:right;
	margin-bottom:28px;
	}



