@font-face {
    font-family: 'kochi_gothicregular';
    src: url('font/kochi-gothic-subst-webfont.woff2') format('woff2'),
         url('font/kochi-gothic-subst-webfont.woff') format('woff'),
	     url('font/kochi-gothic-subst.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kochi_minchoregular';
    src: url('font/kochi-mincho-subst-webfont.woff2') format('woff2'),
         url('font/kochi-mincho-subst-webfont.woff') format('woff'),
	     url('font/kochi-mincho-subst.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'purisamedium';
    src: url('font/pursia-webfont.woff2') format('woff2'),
         url('font/pursia-webfont.woff') format('woff'),
	     url('font/pursia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/*
** HTML elements
*/
body {
	margin: 0;
	padding: 5px 5px 5px 5px;
	color: #000;
	/*background:#f5784f url(bg_02.png) repeat-x 0 0;*/
	background-color: #f5784f;
	color:#000;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
}
tbody {
	border-style: none;
}
tr.odd td, tr.even td {
	padding: 0em;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3, h4, h5, h6 {
	font-size: 1.1em;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.9em;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #369;
}
a:visited {
	color: #369;
}
a:hover {
	color: #369;
	text-decoration: underline;
}
fieldset {
	border: 1px solid #ccc;
}
pre {
	background-color: #eee;
	padding: 0em 0em;
	font-size: 12px;
	border: 1px solid #ddd;
}
table {
	/* make <td> sizes relative to body size! */
	font-size: 1em;
}
ul {list-style-image:	url("images/ul_01.png"); margin-top: 3px; margin-bottom: 3px;}
/*
** Page layout blocks / IDs
*/
#header, #header img{
	width: 100%;
}

#header h1{
	font-family: 'purisamedium';
	color:black;
	font-size: 3em;
	text-align: center;
}

#footer, #footer img{
	visibility: hidden;
	display: none;
}
#content, .content{
	position: relative;
	padding: 50px;
	padding-bottom: 80px;
	border-color:#000000;
	border-style:none;
	border-width:medium;
	background-color:white;
}
#menu {
	padding: 0em 0em 0 0em; /* LTR */
	text-align: right; /* LTR */
	vertical-align: middle;
}
.pianostudio_menu{
	visibility: hidden;
	display: none;
}
 /* Container holding the image and the text */
.menu_button {
	font-family: 'purisamedium';
	color:black;
	position: relative;
	text-align: center;
	color: black;
	font-size: 1.0em;
}

/* Bottom left text */
.bottom-left {
	position: absolute;
	bottom: 8px;
	left: 16px;
}

/* Top left text */
.top-left {
	position: absolute;
	top: 8px;
	left: 16px;
}

/* Top right text */
.top-right {
	position: absolute;
	top: 8px;
	right: 16px;
}

/* Bottom right text */
.bottom-right {
	position: absolute;
	bottom: 8px;
	right: 16px;
}

/* Centered text */
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
} 