@charset "Shift_JIS";

/*------------------------------------------------
	IDENTIFICATION DIVISION.
	Version.					0.8.2;
	Author.					Kenta Aga

	init.css					: "初期化設定";
	font.css					: "文字設定について";
	menu.css				: "メニューについて";
	page.css				: "各ページ設定";
------------------------------------------------*/
@import "init.css";
@import "font.css";
@import "menu.css";


/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/

html,body{
	margin						: 0px;
	width							: 100%;
	height							: 100%;
	text-align					: center;
}

body{
	color							: #23201b;
	font-size						: 0.8em;
	font-family					: Verdana, "メイリオ",Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	background				: #d0ccc6;
	text-align					: center;

}

/*	基本カラム
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#header{
	position						: relative;
	margin						: 0 auto;
	width							: 765px;
	text-align					: left;
}

#contents{
	margin						: 0 auto;
	padding						: 11px 0 15px 0;
	display						: inline-block;
	width							: 765px;
	text-align					: left;
}

#footer{
	margin						: 0 auto;
	width							: 765px;
	border-top					: 3px solid #463b36;
}

/*------------------------------------------------
	ヘッダー部分詳細
------------------------------------------------*/
#header h1{
	position						: absolute;
	top								: 0;
	left								: 0;
}

#header #eyeCatch{
	position						: absolute;
	top								: 105px;
	left								: 0;
}

/*------------------------------------------------
	コンテンツ部分詳細
------------------------------------------------*/


/*------------------------------------------------
	サブ部分詳細
------------------------------------------------*/
#sub .oasisPhoto{
	margin-bottom			: 10px;
	vertical-align				: bottom;
}

#sub .oasisPhoto02{
	margin					: 5px 0 10px 0;
}
#sub address{
	font-size						: 85%;
}

#sub .banner{
	margin-top				: 8px;
	width							: 100%;
	text-align					: center;
}


/*------------------------------------------------
	フッター部分詳細
------------------------------------------------*/
#copyright{
	font-size					: 80%;
	text-align				: right;
}

/*------------------------------------------------
	clearfixという名の魔法
------------------------------------------------*/
#contents:after{
	content					: ".";
	display					: block;
	clear						: both;
	height						: 0;
	visibility					: hidden;
}