@charset "utf-8";
/* CSS Document */


/* メインメニュー　選択
-----------------------------------------*/

#mHome img{
	visibility: hidden !important;
}



/* メインイメージ
-----------------------------------------*/

#mainimage{
	margin: 15px 0 25px 0;
}



/* コンテンツ
-----------------------------------------*/

/* ご挨拶 */

#greetingBox{
	width: 705px;
}

#greetingBox p{
	margin: 15px 0 15px 0;
}

/* 新着情報 */

#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;
}