body {
	/*	overflow:hidden; */
	margin:0;
	padding:0;
	height:auto;
	width:100%;
	font-family: 'Lato', 'Century Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Heiti SC', 'Avenir Next', Arial, sans-serif;
	background-image: url("../images/bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% auto;
	background-position: 50% 0%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}
a:link { color: #000; }
a:visited { color: #000; }
a:active { color: #000; }
h1#title{
	position: fixed;
	top: -1%;
	right: 50px;
	height: 103%;
	width: auto;
	margin: 0;
	padding: 0;
}
nav {
	font-size: 0.8em;
	margin: 100px 80px;
}
@media only screen and (min-width : 0px) and (max-width : 767px){
	nav {
	margin: 60px 30px;
	}
	body{
	background-image: url(none);
	}
}
.nav01, .nav02{
	list-style: none;
}
.nav01 li{
	margin: 0 0 50px;
}
.nav02 li{
	display: inline;
	margin-right: 30px;
}



