/* CSS Document */

* {
	padding:0;
	margin:0px;
	outline:none;
	}
	
html {
	overflow-y:scroll;
	}
	
body {
	background:url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_header/bg02.gif) repeat-x;
	text-align:center;
	}
 
img {
	vertical-align:top;
	border:0;
	}

#wrap {
	text-align:center;
	}

#header {
	width:950px;
	text-align:left;
	margin:0 auto;
	height:63px;
	}
#content {
	width:950px;
	margin:20px auto;
	}
	
#footer {
	background:url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;
	padding:25px 0px 15px 0px;
	}
	
#copyright {
	width:950px;
	text-align:right;
	margin:0 auto;
	}

