@charset "UTF-8";
/* CSS Document */
body{
	width:100%;
	font-family: 'Garamond Prmr W01 Md',serif;
	font-weight: 400;
	font-size:13px;
	letter-spacing:1.2px;
	overflow:hidden;
}
a{
	text-decoration:none;
}
a:link,
a:visited{
	color:#000;
	border-bottom:none;
}
.container{
	width:90%;
	margin:0 auto;
}

header{
	/*position:absolute;
	top:30px;
	left:23px;*/
	/*margin:23px 0 0 30px;*/
	margin-left:20px;
	margin:30px 20px 0;
	width:90%;
	height:150px;
	position:fixed;
	/*float:left;*/
}
h1{
	float:left;
	width:35%;
}
header nav{
	float:left;
	margin-top:30px;
	font-family: 'Garamond Prmr W01 Md It',serif;
	font-weight: 400;
}
header nav li{
	margin-bottom:22px;
}

#contents{
	width:100%;
	padding-top:100px;
}
h2{
	font-size:16px;
	font-family: 'Garamond Prmr W01 Md It',serif;
	font-weight: 400;
	letter-spacing:2px;
	float:right;
	margin-top:135px;
}
h3{
	margin-bottom:30px;
}
p{
	line-height:2;
}

footer{
	clear:both;
	position:fixed;
	top:95%;
	width:90%;
}
footer nav{
	float:left;
	width:50%;
}
footer article.credit{
	float:right;
	font-size:10px;
}
footer nav li{
	display:inline;
	margin-right:40px;
}
footer nav li:hover,
footer nav li.active{
	border-bottom:1px solid #000;
}

/* ----------------  slide  ---------------- */
/*#slide{
	width:3552px;
	height:386px;
	clear:both;
	overflow:hidden;
}
#slide p{
	float:left;
}*/
article.slide_nav{
	width:90%;
	position:fixed;
	top:570px;
	margin:0 auto;
}
p.left{
	float:left;
}
p.right{
	float:right;
}

#loopslider {
	margin: 0 auto;
	width: 3552px;
	height: 430px;
	text-align: left;
	position: relative;
	top:200px;
	overflow: hidden;
}

#loopslider ul {
	height: 360px;
	float: left;
	display: inline;
	overflow: hidden;
}

#loopslider ul li {
	width: 540px;
	height: 360px;
	float: left;
	display: inline;
	overflow: hidden;
}

/* =======================================
	ClearFixElements
======================================= */
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}
