@charset "Shift_JIS";

/*------------------------------------------------
	IDENTIFICATION DIVISION.
	Version.					0.8.2
	Author.					Kenta Aga

	PROGRAM-ID		"トップページのみ"
------------------------------------------------*/

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/

/*------------------------------------------------
	メイン枠
------------------------------------------------*/
#index h2#catTitle{
	height								: 127px;
	background					: url(../img/top/catch.jpg) no-repeat top left;
	overflow							: hidden;
}
#index h2#catTitle span{
	padding-top					: 265px;
	height								: 0px;
	background					: url(../img/top/catch.jpg) no-repeat top left;
	overflow							: hidden;
}
#index #contents{
	float								: left;
	margin							: 5px 0px 0px 0px;
	width								: 597px;
}

#index #contents #main{
	float								: right;
	width								: 394px;
}

#index #contents #sub{
	float								: left;
	display							: inline;
	margin-left					: 9px;
	width								: 180px;
}

#index #ex{
	float								: right;
	display							: inline;
	margin							: 5px 9px 0px 0px;
	width								: 180px;
}

/*	大バナー表示
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#tourInfo{
	overflow							: hidden;
	width								: 394px;
}

#tourInfo li{
	display							: inline-block;
	margin-right					: -22px;
	_margin-left					: -16px;
}
*:first-child + html #tourInfo li{
	margin-left					: -16px;
}

#tourInfo dl{
	float								: left;
	margin-right					: 22px;
	width								: 186px;
}


/*	最新情報
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#news{
	margin-bottom				: 10px;
	padding-bottom			: 10px;
	border							: 1px solid #ccc;
	display							: inline-block;
}
#news:after{
	content							: ".";
	display							: block;
	clear								: both;
	height								: 0;
	visibility							: hidden;
}

#news h3{
	border-bottom				: 1px solid #ccc;
}
#news dl{
	margin							: 8px 17px;
}

#news dt{
	clear								: left;
	float								: left;
	width								: 7em;
}

#news dd{
	float								: left;
	margin-bottom				: 3px;
	width								: 20.5em;
	max-width						: 372px;
}

#news .result-link{
	clear								: both;
	margin							: 8px 17px 0 17px;
	padding-top					: 4px;
	text-align						: right;
	border-top						: 1px solid #ccc;
}

/*------------------------------------------------
	横のところ
------------------------------------------------*/
#sub .framework .descriptionImage{
	float								: right;
	margin-top					: 6px;
}

/* 現在日時 */
.lastUpDate{
	margin-top					: -0.5em;
	text-align						: right;
	font-size							: 85%;
}