/* CSS Document */

* {
	padding:0;
	margin:0px;
	outline:none;
	font-size:12px;

	}
	
html {
	overflow-y:scroll;
}

/* ie6 hack */
* html body {
	font-size:80%;
/*	line-height: 1.6em; */
}
/* ie7 hack */
*:first-child+html body {
	font-size:80%;
/*	line-height: 1.6em;*/
}

h1{
	margin:0;
	padding:0;
}

h2{
	margin:0;
	padding:0;
	font-size:20px;
    color: #333;
    font-weight: inherit;
}

body {
	text-align:center;
	color: #ffffff; 
	font-size: 12px; 
/*	line-height: 140%; */
	}
 
img {
	vertical-align:middle;;
	border:0;
	}

.logo {
	padding:0 10px;
    background-color: #fff;
}
.logo .logo_left{
	width:30%;
	float:left;
	padding:0 0 0 5%;
}
.logo .logo_left img {
	float:left;
}
.logo .logo_right{
	width:30%;
	float:right;
	padding:0 5% 0 0;
}
.logo .logo_right img {
	float:right;
}

#content {
	width:100%;
	}
	
#box {
	width:1280px;
	margin: 0 auto;
	}
	
#footer {
	background:url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;
	padding:25px 0px 15px 0px;
    background-color: #fff;    
}
	
#copyright {
	text-align:center;
	margin:0 auto;
}

#foot_copy {
	font-size: 12px;
	padding-bottom: 20px;
}
#foot_copy a {
	text-decoration:none;
}
#foot_copy a:hover {
	text-decoration: underline;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /**//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* --- bottom area --- */

#bottom-area {
padding: 80px 0 20px;
	background-color:#FFF;
}


.links {
	padding: 10px 0 30px;
	text-align: center;
	line-height:200%;
	color:#222222;

}
.links a:link,
.links a:visited{
	font-size: 100%;
    text-decoration:none;
    color:#222222;
}
.links a:hover,
.links a:active{
    color:#222222;
    text-decoration:underline;
}

/* --- bottom area --- */