@charset "UTF-8";

/*

Cascading Style Sheets : campus-life.css

- Last Updated on 2012. 07. 17
- (c) 2012 社会環境デザイン工学コース｜長崎大学工学部工学科 - http://cee.nagasaki-u.ac.jp/

- Written by : Sayoko Nishimura (oniguili), Wataru Shitami (contrast)

*/


#Caption {
	width: 960px;
	height: 500px;
	margin-top: 50px;
	background: url(../img/caption-bg.jpg) no-repeat 0 0;
	margin-bottom: 100px;
}

#Caption p {
	padding: 330px 0 0 1px;
	line-height: 2;
}

#CampusLife {
	margin-top: 30px;
}

#CampusGallery {
	width: 960px;
	height: 420px;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
}

.viewport {
	width: 960px;
	height: 400px;
	overflow: hidden;
}

.overview {
	width: 960px;
	position: absolute;
	left: 0;
	top: 0;
}

.overview li {
	width: 960px;
	height: 400px;
	margin-right: 20px;
	float: left;
}

#CampusGallery a.PrevBt, #CampusGallery a.NextBt {
	position: absolute;
	top: 185px;
	z-index: 100;
}

#CampusGallery a.PrevBt {
	left: 20px;
}

#CampusGallery a.NextBt {
	right: 20px;
}

#OneDay {
	height: 1085px;
	margin-top: 50px;
	background: url(../img/gallery-bg.png) no-repeat center 20px;
	position: relative;
}

#OneDay li {
	position: absolute;
}

#GotoSchool {
	top: 0;
	left: 0;
}

#AmLecture {
	top: 40px;
	right: 0;
}

#Lunch {
	top: 285px;
	left: 0;
}

#PmLecture {
	top: 380px;
	right: 0;
}

#Report {
	top: 565px;
	left: 0;
}

#Circle {
	bottom: 80px;
	right: 0;
}

#ComingHome {
	bottom: 0;
	left: 0;
}








