@charset "UTF-8";

/* set base font size 10px */
body {font-size: 62.5%; /* IE */}
html>/**/body {font-size: 10px; /* Except IE */}

html, body { width: 100%; height: 100%; }

body {
	font-family: "lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
	color: #333;
	line-height: 1.4;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

p {
	margin-top: .2em;
}

a:hover {
	text-decoration: none;
}

#background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	-webkit-perspective : 500;
}

#screen {
	position: absolute;
	bottom: 5%;
	right: 5%;
	
	-webkit-transform-origin: center center;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateX(20deg) rotateY(-10deg) rotateZ(10deg);
}

#wrap {
}

header h1
{
	font-size: 1.5em;
}

#content {
	padding: 30px;
}

#content section, 
#content footer
{
	font-size: 1.1em;
	margin-top: 24px;
	position: relative;
}

.social {
margin-top: 1em;
}

.list li {
	margin-top: 1em;
}

#content .section h2
{
	position: absolute;
	top: 0;
	left: 0;
}

#content section .content
{
	margin-left: 100px;
}

footer address
{
	font-style: italic;
}


.bold { font-weight: bold; }