/* CSS Document */

/* body12px = 75% フォントサイズ
-----------------------------------------------------
10px = 83.3%   11px = 91.7%   12px = 100%   13px = 108.3%
14px = 116.7%  15px = 125%    16px = 133.3%  17px = 141.7%
------------------------------------------------------
*/ 

* {
	padding:0px;
	margin:0px;
	outline:none;
	}
	
html {
	overflow-y:scroll;
	}
	
body {
	background:url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_header/bg02.gif) repeat-x;
	text-align:center;
	font-size:75%;
	}
 
img {
	vertical-align:top;
	border:0;
	}

h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
	text-align:left;
	}

a {
	color:#333333;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}

ul,li {
	margin:0;
	padding:0;
	list-style:none;
	}

p {
	margin:0;
	padding:0;
	line-height:1.4;
	font-size:117%
	}

#prince_wrap {
	text-align:center;
	}

#prince_header {
	width:980px;
	text-align:left;
	margin:0 auto;
	height:62px;
	}
	
#content {
	width:100%;
	margin:0 auto;
	background:#FFF;
	color:#333;
	}
	
#content_inner {
	width:958px;
	margin:0 auto;
	text-align:left;
	background:#FFF;
		position:relative;
	}
	
#prince_footer {
	background:url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;
	padding:25px 0px 15px 0px;
	}
	
#copyright {
	width:980px;
	text-align:right;
	margin:0 auto;
	}
