html {
    background: url(../img/screen_2014-1007b.jpg) no-repeat left center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body{
	width: 960px;
	margin: 0 auto;
	color: #FFF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
}

h1{
	margin: 10px 0;
	font-size: 24px;
	font-weight: lighter;
}

h3{
	margin: 60px 0;
	font-size: 36px;
	font-weight: lighter;
}

nav{
	width: 30%;
	height: 100%;
	float: left;
	margin-top: 30px;
	position: fixed;
	}

nav li{
	list-style: none;
	font-size: 28px;
	font-weight: lighter;
	line-height: 170%;
}

nav a{
	text-decoration: none;
	color: #FFF;
}

nav a:hover{
color:#ff0000;
}

div#content{
	width: 70%;
	height: 100%;
	font-size: 14px;
	list-style: none;
	margin-left:30%;
	position: relative;
}


div#title1{
	height: 60px;
}

div#title{
	margin-top: 20px;
}

div#Introduction{
	margin: 600px 0 200px 0;
	line-height: 160%;
}

div#Introduction p{
	line-height: 160%;
}


div#Works{
	margin-bottom: 200px;
}

div#OpeningParty{
	margin-bottom: 200px;
}

div#Access{
	margin-bottom: 200px;
}

div#SNS{
	margin: 30px 0 200px 0;
}

div#SNS img{
	margin: 15px 10px 0 0;
}

div#SNS a{
	color: #FFF;
}

div#SNS a:hover{
	opacity: 0.6;
}

div#Access iframe{
	margin-bottom: 20px;
}

div#backnumber{
	margin-bottom: 400px;
}

div#backnumber a{
	color: #FFF;
}

div#backnumber li{
	float: left;
	margin-left: 15px;
	font-size: 20px;
}

/* #filter
--------------------------- */
#filter {
	margin: 0 auto;
	padding: 15px 0;
	width: 600px;
	text-align: center;
}
#filter a:link { text-decoration:underline; color: #FFF;}
#filter a:visited { text-decoration:none; color: #FFF;}
#filter a:active { text-decoration:none; color: #FFF;}
#filter a:hover { text-decoration:none; color: #FFF;}

#filter .active {
	font-weight: bold;
}
#filter a.active:link { text-decoration:none; color: #ff0000;}
#filter a.active:visited { text-decoration:none; color: #ff0000;}
#filter a.active:active { text-decoration:none; color: #ff0000;}
#filter a.active:hover { text-decoration:none; color: #ff0000;}

/* #filterlist
--------------------------- */
#filterlist {
	margin: 0 auto;
	width: 550px;
	text-align: left;
}

#filterlist ul {
	margin: 0 auto;
	padding: 0;
	width: 550px;
	text-align: left;
}

#filterlist ul li {
	margin: 5px;
	width: 100px;
	text-align: left;
	float: left;
	display: inline;
	overflow: hidden;
}

#filterlist ul li img {
	width: 100px;
	float: left;
}


/* ClearFixElements
--------------------------- */
#filterlist ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#filterlist ul {
	display: inline-block;
	overflow: hidden;
}

/* footer
--------------------------- */
footer{
	text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
}

footer a{
	color: #FFF;
}

