@charset "UTF-8";

/*
京都アニメーション
Copyright (C) Kyoto Animaion Co.,Ltd. All Rights Reserved.
*/

/* ---------- headerWrap ---------- */
#logo { width: 340px; height: 98px; }

/* ---------- mainVisual ---------- */
#bg { position: fixed; }

/* ---------- mainContentWrap ---------- */
#mainContentWrap {
	margin: 7px auto 50px;
	width: 980px;
}
#caption { text-align: right; }
/* ---------- footerWrap ---------- */
#footerWrap {
	position: relative;
	width: 100%;
	height: 50px;
	bottom: 0;
}
#pageTopWrap {
	display: none;
	position: fixed;
	width: 60px;
	height: 60px;
	right: 20px;
	bottom: 20px;
	background: url(/images/footer/pageTop2.jpg) no-repeat 0 0;
	cursor: pointer;
	z-index: 99;
}
	#pageTopWrap:hover { background-position: 0 -60px; }
	#pageTopWrap span { display: none; }
#copy { text-align: center; }









