﻿@charset "utf-8";

.MainContents {
	padding-top: 30px;
	width: 664px;
}

/*リスト*/
.GalleryListItem {
	background-image: url('images/GalleryListItemBack.png');
	background-repeat: no-repeat;
	width: 152px;
	height: 170px;
	margin-right: 14px;
	margin-bottom: 14px;
	float: left;
}
.GalleryListItemPhoto,.GalleryListItemPhoto a {
	width: 136px;
	height: 136px;
}
.GalleryListItemPhoto {
	padding: 8px 8px 0px 8px;
}
.GalleryListItemPhoto a {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.SideNaviOuter {
	padding-top: 40px;
}
.SideNaviOuter h3 {
	margin: 0px;
	padding: 0px;
}
.SideNaviOuter h3 img {
	margin-bottom: 100px;
	_behavior: expression(IEPNGFIX.fix(this));
}

