@charset "utf-8";
/* CSS Document */



/*
	ファイル名：/css/top.css
	概要：このファイルはトップページの初期設定用です。
	サイト名：Hotel イバルマのホームページ
	URL：http://www.hotel-ibaruma.jp/
	著作権および所有権：株式会社 MEITOU, 常陽エンジニアリング株式会社

*/



@import url("common/header.css");
@import url("common/main.css");
@import url("common/footer.css");
@import url("common/layout.css");

#titleBlock{
	width:874px;
	margin:0 auto;
	
	
	position: relative;
}
#topImage{
	position: absolute;
	top:310px;
	z-index: 200;
}
#flash {
	height: 350px;
	width:984px;
	z-index:1;
	margin: 0 auto;
}

