@charset "Shift_JIS";

/* 石のカケラexhibitionCSS */

/* ■背景画像無し */
body#exhibition {
	font-size: 0.8em;
	background-image: none;
}

/* ■ヘッダ 下220pxカット */
#exhibition #header {
	height: 60px;
	margin: 0 auto 40px auto;
}

/* ■gallery:exhibition */
#exhibition a#glgallery {
	background: url("images/glinkmouseover2.jpg") 0px 0px;
}
#exhibition a#glgallery:active {
	background: url("images/glinkmouseover2.jpg") 0px 54px;
	line-height: 3;
}
#exhibition a#glgallery:hover {
	background: url("images/glinkmouseover2.jpg") 0px 54px;
	line-height: 3;
}

#exhibition .wrapper {
	background-image: none;
}

#exhibition #main {
	width: 1000px;
	background-image: none;
}

#exhibition h2 {
	margin: 0 0 1em 0;
	color: #666666;
	font-size: 1.3em;
	font-weight: bold;
}

.column {
	text-align: left;
	width: 700px;
	margin: 0 auto 4em auto;
	padding: 0.5em 50px 0.5em 50px;
	background-color: #fafafa;
	border: 2px solid #dcdcdc;
}

#exhibition .panel {
	margin: 0 20px 4em 20px;
	text-align: center;
}
#exhibition .panel > img {
	display: block;
	margin: 0 auto 0.5em auto;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #f8f8f8;
	text-align: center;
}


/* ■フッタ exhibitionでは上60pxカット */
#exhibition #footer {
	height: 80px;
	margin: 20px auto 0 auto;
	background-position: 50% -60px;
}

#exhibition .credit {
	padding: 25px 70px 0 70px;
}
