@charset "utf-8";
/*////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////*/
* {
margin:0;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////*/
html {
	height: 100%;
}
body {
	background-color:#DEDAB0;
	background-image:url(../images/grd_bg2.gif);
	background-position:left top;
	background-repeat:repeat-x;
	height:100%;
}
/*--header--*/
#headerContariner {
	width:980px;
	height:75px;
	position:relative;
	margin:0 auto;
	text-align:left;
}
#headerNavigation {
	width:330px;
	margin:10px 0 0 0;
	float:right;
}
#headerNavigation li {
	float:left;

}
#bird {
	width:156px;
	height:119px;
	position:absolute;
	top:-65px;
	left:555px;
	z-index:100;
}
/*--contents--*/
#backGround {
	width:988px;
	background-image:url(../images/shadow_bg.png);
	background-position:left top;
	background-repeat:repeat-y;
	margin:0 auto;
	behavior:url(http://www.hotel-tikitiki.jp/common/css/iepngfix.htc);
}
#contentsContainer {
	width:980px;
	background-color:#2E231F;
	background-image:url(../images/pt_bg.gif);
	background-position:217px top;
	background-repeat:repeat-y;
	margin:0 auto;
	behavior:url(http://www.hotel-tikitiki.jp/common/css/iepngfix.htc);
}
h1 {
	margin:30px 0;
}
#leftArea {
	width:220px;
	padding:0 0 30px 0;
	float:left;
}
#navigation {
	margin:0;
	padding:0;
}
#navigation li {
	font-size:0;
	line-height:0;
	list-style:none;
	margin:0;
	padding:0;
}
#banner {
	margin:30px 0 0 0;
	padding:0;
}
#banner li {
	font-size:0;
	line-height:0;
	list-style:none;
	padding:0;	
}
#banner .ar {
	margin:10px 0 0 0;	
}
#rightArea {
	width:690px;
	text-align:center;
	padding:0 0 30px 0;
	float:right;
}
#rightContents {
	width:660px;
	position:relative;
	text-align:left;
	margin:15px auto 0 auto;
}

#rightContents h3 {
	margin:15px 0 10px 0;
}
.colbox {
	width:660px;
	position:relative;
}

/*-- footer --*/
#footer {
	width:988px;
	height:30px;
	background-image:url(../images/shadow_bg2.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 auto;
	padding:15px 0;
	behavior:url(http://www.hotel-tikitiki.jp/common/css/iepngfix.htc);
}
#copyright {
	margin:0 auto;
}
/*----------------------------------*/
.clear {
	clear:both;	
}
.left {
	float:left;
}
.right {
	float:right;
}
.red {
	color:#FF0000;
}
/*----------------------------------*/

