@charset "UTF-8";

/* INDEX
-------------------------------------------
1. main layout
2. navigation
3. link style
4. common parts
-------------------------------------------*/


/* 1. main layout
-------------------------------------------*/
body{
font-size:80%;
}
body.top{
background:#000;
}
#bg {
	    z-index: -1;
	    position:fixed;
	}
div#wrapper {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 

	/* These have no effect on the functionality */
	width: 960px;
	margin: 0 auto;
}
#wrapper_top{
margin:65px auto 0px;
}
#wrapper_top .topleft{
float:left;
}
#wrapper_top .topright{
float:right;
padding:77px 0px 0px;
width:361px;
}
#wrapper_top .topright .b_enter{
padding:69px 0px 93px 6px;
}
#contents{
margin:0px;
width:960px;
}
#gloabalnavi{
overflow:hidden;
position:absolute;
left:0px;
bottom:0px;
margin:20px 0px 0px;
padding:19px 14px 0px 18px;
width:928px;
height:52px;
background:#000;
}
.logoarea{
float:left;
}
.logoarea .logo{
margin:0px 0px 5px;
}
#gloabalnavi ul{
float:left;
padding:19px 10px 0px 32px;
width:556px;
}
#gloabalnavi ul li{
float:left;
}
.home{
padding:0px 18px 0px 0px;
}
.info{
padding:0px 17px 0px 0px;
}
.profile{
padding:0px 19px 0px 0px;
}
.works{
padding:0px 23px 0px 0px;
}
.diary{
padding:0px 23px 0px 0px;
}
.contact{
padding:0px 23px 0px 0px;
}
.links{
padding:0px 22px 0px 0px;
}
.archives{
padding:0px;
}
.soundarea{
float:right;
width:149px;
color:#8f8f8f;
text-align:right;
}
.soundarea .sound{
margin:0px 0px 13px;
}

/* 2. navigation
-------------------------------------------*/


/* 3. link style
-------------------------------------------*/
a{
overflow:hidden;
}

a:link{
color:#999;
text-decoration:underline;
}

a:visited{
color:#999;
text-decoration:underline;
}

a:hover{
color:#666;
text-decoration:none;
}

a:active{
color:#666;
text-decoration:none;
}

/* 4. common parts
-------------------------------------------*/


/* 4.1 of header
-------------------------------------------*/

/* 4.2 of content
-------------------------------------------*/

/* 4.3 of footer
-------------------------------------------*/
