/* 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.xyz/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:950px;
	text-align:left;
	margin:0 auto;
	height:62px;
	}
	
#content {
	width:100%;
	margin:0 auto;
	background:#BF920F;
	color:#333;
	}
	
#content_inner {
	width:950px;
	margin:0 auto;
	text-align:left;
	background:#000;
		position:relative;
	}
	
#footer {
    background-color: #F4F5F6;
    color: #888;
    font-family: '游明朝' , 'Yu Mincho', 'YuMincho' , 'ＭＳ Ｐ明朝' , 'ＭＳ 明朝' , Georgia;
    font-size: 14px;
    padding: 25px 0;
    text-align: center;
    font-weight: bold;
	}
#footer p {
	font-size: 100%;
}