*{
	margin:0;
	padding:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
img{
	border-style:none;
	}
img a {
	border-style:none;
	}
body {
		font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝","HiraMinProN-W3",serif;

/*	font-family:Arial, Helvetica, sans-serif;*/
	text-align: center;
	padding:0;
	margin: 0;
	background-color: rgba(172,172,172,0.8);
	color:#444444;
}
#wrapper {
	background-color: #FFF;
	text-align: left;
	margin: 0 auto 0;
	width: 940px;
}
#top{
	width: 640px;
	height: 870px;
	float: left;
	background-image:url(../img/samu003.png); /* 背景画像のURL */
    background-repeat:no-repeat; /* 背景画像の繰り返し指定 */
	background-size: contain;
   
}
#top img{
	float:left;
	
}
nav{
	text-align:center;
	width:220px;
	margin-left:700px;
	padding-top:30px;
	height: 470px;
		}
footer{
	width: 940px;
	clear:both;
    margin: 0 auto 0;
	text-align:right;
	position: relative;
	top:-318px;
	right:8px;
	}
footer p{
	font-size: 12px;
	color: #FFF;
	
}
li{
	list-style:none;
}
nav ul{
	padding-top: 35px;
}
nav li a{
	margin-top:22px;
	position: relative;
	left:-315px;
	font-size:28px;
	text-decoration:none;
    display: block;
    text-shadow: 0px 0px 4px #FFF;
    color: #585858;
	margin-bottom:8px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
nav:hover li a{
    text-shadow: 0px 0px 4px #000;
    color: transparent;
    background: #FFF;
}
nav li a:hover{
    background: #FFF;
    text-shadow: 4px 4px 0px #000;
}
nav img{
	position: relative;
	left:-300px;
}
#social{
	float:right;
}
#social ul{
}
#social li{
	float:left;
	margin-right: 7px;
}
