/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

.FrutigerLTStd-Bold { font-family: FrutigerLTStd-Bold; }
.FrutigerLTStd-Italic { font-family: FrutigerLTStd-Italic; }
.FrutigerLTStd-Light { font-family: FrutigerLTStd-Light; }
.FrutigerLTStd-Black { font-family: FrutigerLTStd-Black; }
.FrutigerLTStd-Roman { font-family: FrutigerLTStd-Roman; }

@font-face {
	font-family: DINbekLight;
	src: url("http://kotaroabe.com/DINbekLight.woff") format('woff'), 
		 url("http://kotaroabe.com/DINbekLight.ttf") format("truetype");
}
@font-face {
	font-family: DINbekBold;
	src: url("http://kotaroabe.com/DINbekBold.woff") format('woff'), 
		 url("http://kotaroabe.com/DINbekBold.ttf") format("truetype");
}

/*MAIN*/
body { 

	background: #000;
	color: #000;
	margin: 0% 0% 0% 0%;
	margin-bottom: 0px;
 	padding:<length> 0 0 0;
	line-height: 0px;
}

a {
	color: #000000;
	text-decoration: none;
	line-height: 0px;
}

div.center {
  text-align:center;
  width:100%;
}
iframe{
    margin: 0 auto;
}

div#header {
	z-index: -1;
	position: absolute;
	top: 2%;
	left: 4%;
}

div#header a {
}

div#header a:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

@media screen {
body>div#header {
	position: fixed;
}
}
* html body {
	overflow: hidden;
}
* html div#content {
	height: 100%;
	overflow: auto;
}
#space {
	width: 100vw;
	height: 25vh;
}
p.title {
	font-family: FrutigerLTStd-Bold, Helvetica, san-serif;
	font-size: 25px;
	text-align: left;
	color: #fff;
	font-style: normal;
	line-height: 40px;
	letter-spacing: 3px;
}
p.title a {
	color: #fff;
}
p.title a:hover {
	color: #eee;
	/*text-shadow: 0px 0px 0 transparent;*/
}
p.footer {
	font-family: FrutigerLTStd-Bold, Garamond, TimesNewRoman, "Times New Roman", "Times", "Lucida Console", Monospace;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	
	padding-bottom: 20px;
}
div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    height: <length>;
}

@media screen {
body>div#footer {
	position: fixed;
}
}
* html body {
	overflow: hidden;
}
* html div#content {
	height: 100%;
	overflow: auto;
}

img {
	padding-top: 4vw;
	padding-left: 2vw;
	padding-right: 2vw;
	padding-bottom: 4vw;
	width: 42vw;
}

#container {
	z-index: 99;
    -moz-column-count:2;
    -webkit-column-count:2;
    column-count:2;
    height: auto;
    width: 98vw;
	padding-left: 2vw;
}

/*
MEDIA QUERY
*/
@media only screen and (max-width : 640px) {
	#container {
    -moz-column-count:1;
    -webkit-column-count:1;
    column-count:1;
    height: auto;
    width: 100vw;
	padding-left: 0vw;
}
	
img {
	width: 80vw;
	padding-top: 4vw;
	padding-left: 10vw;
	padding-right: 0;
	padding-bottom: 4vw;
}
	
p.title {
	font-family: FrutigerLTStd-Bold, Helvetica, san-serif;
	font-size: 15px;
	color: #fff;
	font-style: normal;
	line-height: 24px;
	letter-spacing: 1.8px;
	
	padding-right: 5%;
	padding-left: 5%;
}

p.footer {
	font-family: FrutigerLTStd-Bold, Garamond, TimesNewRoman, "Times New Roman", "Times", "Lucida Console", Monospace;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	
	padding-bottom: 20px;
}
}
