@charset "UTF-8";
/* CSS Document */

body{
	width:100%;
  	font-family: 'Garamond Prmr W01 Md',serif;
	font-size:13px;
	letter-spacing:1.2px;
	/*overflow-y: hidden;*/
}
a{
	text-decoration:none;
}
a:link,
a:visited{
	color:#000;
	border-bottom:none;
}

/* ----------------  index  ---------------- */

.container{
	width:90%;
	margin:0 auto;
}
header{
	width:25%;
	height:100%;
	float:left;
	position:fixed;
}
header h1{
	margin-left:20px;
	margin-top:40px;
	/*position:absolute;
	top:10%;*/
}
header nav{
	margin-left:50px;
	margin-top:50px;
}
header nav a:hover{
	border-bottom:1px solid #000;
}
header ul.slide{
	font-family:'Garamond Prmr W01 Md It', serif;
	line-height:2;
}
header nav li{
	margin-bottom:20px;
}
header nav li.all{
	margin-top:40px;
}
header nav ul.global_navi{
	margin-top:95px;
}
header nav span{
	/*position:absolute;
	top:94%;*/
	display:block;
	font-size:10px;
	letter-spacing:1px;
	line-height:1.5;
	margin-top:60px;
}

section#pic_thum{
	width:65%;
	height:100%;
	float:right;
	margin:0 0 0 auto;
}
section#pic_thum ul{

}
section#pic_thum li img{
	float:left;
}