@charset "utf-8";

body {
	height: 100%;
	font-family: Helvetica, HiraKakuProN-W3, 'メイリオ', Meiryo, sans-serif;
	font-size: 12px;
	color: #101010;
	line-height:1.8;
	letter-spacing: 0;
	text-align: left;
}

#container{
position: relative;
width: 960px;
margin: 0px auto;
background-color: #fff;
}

header {
	margin-bottom: 0px;
	width: 960px;
	height: 250px;
	background-color: ;
}

h1#logo{
	margin-top: 20px;
	text-align: left;
}
nav{
position: absolute;
top: 150px;
right: 0px;
width:500px;
height: 60px;
}

nav li {
	float: right;
	width: auto;
	text-align: ;
}
nav ul li a {
	display: block;
	width: auto;
	padding-left: 20px;

}

nav ul li a:hover{
		opacity: 0.4;
}

.social-btn {
	position: absolute;
	top: 50px;
	right: 0;
	width:90px;
	height: 42px;
	background-color: ;
}
.social-btn li {
	float: left;
	margin-left: 5px;
}

.social-btn li.last {
	margin-right: 0;
}
.social-btn img {
	width: 40px;
	height: 38px;
}

.social-btn li a:hover{
		opacity: 0.4;
}


.toTop {
position: absolute;
right: 0;
bottom: 20px;
}

#footer-navi{
width:500px;
height: 60px;
margin-top: 50px;
margin-bottom: 50px;
background-color: ;
}

#footer-navi li {
	float: left;
	width: auto;
	text-align: ;
}
#footer-navi li a {
	display: block;
	width: auto;
	padding-right: 20px;
}
#footer-navi li a:hover{
		opacity: 0.4;
}
#copyright{
margin-bottom: 10px;
}
