@charset "utf-8";
/* CSS Document */


/* メインメニュー　選択
-----------------------------------------*/

#mHome img{
	visibility: hidden !important;
}



/* メインイメージ
-----------------------------------------*/

#mainimage{
	margin: 15px 0 25px 0;
}



/* コンテンツ
-----------------------------------------*/

/* オススメポイント */

#pointBox{
	width: 705px;
	height: 170px;
	background: url(../images/top/point_image.png) no-repeat left;
	margin: 0 0 35px 0;
}

#pointTxt{
	width: 440px;
	height: 100px;
	margin: 0 0 0 265px;
	padding: 70px 0 0 0;
	background: url(../images/top/point_frame.png) no-repeat;
}

#pointTxt p{
	margin: 15px 0 0 0;
}



/* 施設オープン */

#openBox{
	width: 705px;
	height: 150px;
	margin: 0 0 35px 0;
}

#openBox a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}



/* 新着情報 */

#newsBox{
	width: 705px;
}

#newsBox dl{
	margin: 15px 0 0 0;
}

#newsBox dt{
	width: 120px;
	float: left;
	clear: left;
	padding: 15px 0 15px 15px;
}

#newsBox dd{
	padding: 15px 15px 15px 120px;
	background: url(../images/dotline.gif) repeat-x bottom;
}




/* サブメニュー切替
-----------------------------------------*/

.careList,.groupList,.otherList{
	display: none;
}