@charset "Shift_JIS";

/*
========================================
ホテルパークアベニュー 共通スタイルシート
========================================*/
html, body, div, span, form, p, table, img, a{
	margin:0;
	padding:0;
	border:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

html {
	height: 100%;
}

img, div, li{
	behavior: url(../js/iepngfix.htc)
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

ul, ol{
	margin:0;
	padding:0;
}

body{
	height:100%;
	background: #FFF;
	font-size: 13px;
	line-height: 175%;
	color:#000;
	font-family:/*Meiryo, 'メイリオ', */'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', arial, sans-serif;
}

li span {
	display: none;
}

img {
	vertical-align:top;
}

p {
	margin-top: -0.3em;
	margin-bottom: 1.5em;
}

small {
	font-size: 90%;
}

.clear {
  clear: both;
  height: 0;
}

/*■ WRAPPER
---------------------------------------------------------- */
#Wrapper{
	width: 100%;
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin-bottom: 0;
}

/*■ HEADDER
---------------------------------------------------------- */
#Head{
	position: relative;
	background: url(../img/head_bg.gif) repeat-x bottom;
	width: 100%;
	height: 158px;
}

#HeadWrap{
	width: 950px;
	height: 124px;
	margin: 0px auto;
}

#Logo{
	width: 243px;
	height: 66px;
	margin-top: 20px;
	float: left;
	display: block;
}

#Lang{
	position: relative;
	float: right;
	width: 600px;
	height: 28px;
}

#Contact{
	width: 386px;
	height: 85px;
	float: right;
	font-size: 12px;
	text-align: right;
	margin-top: 9px;
}

#Contact span{
	font-size: 14px;
	font-weight: bold;
}

#Contact span.telephone{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}

#HeadWrap:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

#Gnavi{
	width: 950px;
	height: 34px;
	position: relative;
	margin: 0px auto;
}



/*■ CONTENTS
---------------------------------------------------------- */
#Contents{
	position: relative;
	width: 950px;
	margin: 20px auto 60px auto;
	padding: 0;
}

#Main{
	width: 708px;
	float: left;
}

#Sub{
	margin-top: 13px;
	width: 210px;
	float: right;
}

#Sub img.banner{
	margin-bottom: 15px;
}

#OnlineRsv{
	position: relative;
	width: 210px;
	height: 224px;
	background: url(../img/rsvnavi_bg.gif) no-repeat;
	margin-bottom: 15px;
}

#Twitter{
	margin-top: 15px;
}

#Contents:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

#Pagetop{
	position: fixed;
	width: 117px;
	height: 36px;
	right: 10px;
	bottom: 10px;
	z-index: 1;
    filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

#Adjust{
	height: 60px;
	clear:both;
}


/*■ FOOTER
---------------------------------------------------------- */
#Foot{
	min-width:950px;
	width:100%;
	background: url(../img/footbg2.gif) repeat-x top;
	position: relative;
	margin-bottom: 0;
	height:150px;
}


#FootNavi{
	background:url(../img/footnavibg.png)  no-repeat -6px 27px;
	position: relative;
	margin: 0 auto;
	width: 950px;
	height:80px;
}

#FootLogo{
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 32px;
	text-align: right;
	padding-top: 10px;
}

#FootCopy{
	background: url(../img/footcopy.gif) no-repeat 697px 1px;
	position: relative;
	margin: 0 auto;
	width: 950px;
	height:30px;
	text-indent: -9999px;
}



/*■ TEXT
---------------------------------------------------------- */
a{ text-decoration:none; color: #d1120d;}
a:hover{ text-decoration: underline; color: #d1120d;}

strong{ font-weight:bold;}