/* CSS Document */



/*===============================================
style.css ζΚΜ‘ͺ769pxΘγ
===============================================*/
@media screen and (min-width: 769px;)


/* M[ */
html,body{background:#000; margin:0;}
body
{background:#000; border-top:4px solid; font-family: "lr SVbN",sans-serif;
}
.content{color:#777;font:12px/1.4; width:750px; margin:10px auto 0;}
p {margin:0 0 }
a {color:#ccc;text-decoration:none;}
.cred{margin-top:20px;font-size:11px;}



/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 0 auto 0;
    padding: 15px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #000
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
	margin: 20px 0px 0px ;
}
	
#global-nav {
	width: 100%;
}	
	
#global-nav ul {
	width: :100%;
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
}
#global-nav ul li {
    float: left;
}
	#global-nav ul li a {
		padding: 15px;
		color: #ccc;
		font-size: 14px;
	}


/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #000;
    background: #000;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
}

#top-head.fixed #global-nav ul li a {
    color: #000;
    padding: 0 15px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background:#000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}



#foot {
	text-align:center;
	font-size: 10px;
	color: darkgray;
	margin-top: 0px auto;
	clear:both;
}


.navi {
}


a img {
    border-style:none;
}

h1{
margin-top: 20px 0 0;
text-align:center;
}