@charset "utf-8";
/* CSS Document */

/*-------------------------
	トップページイメージ
-------------------------*/
#image-box {
	width: 860px;
	height: 300px;
	overflow: hidden;
	margin-top: 5px;
}

/*-------------------------
	見出し
-------------------------*/
#contents h2 {
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-bottom: 13px;
	width: 570px;
	height: 27px;
}

#contents h2#greeting-h {
	background-image: url(../images/top/greeting_h2.gif);
}

#contents h2#news-event-h {
	background-image: url(../images/top/news-event_h2.gif);
}

#contents h2#photo-h {
	background-image: url(../images/photo/photo_h2.gif);
}

/*-------------------------
	コンテンツ
-------------------------*/

/*	一覧へ	*/
p.to-detail {
	width: 50px;
	float: right;
	margin-top: -36px;
}

/*	フォトギャラリー	*/

#contents .ngg-widget img {
	margin:0 29px 25px 0;
}
