
body {
/* Always use margin:  0;  padding:  0; as margin controls for your page itself.  Setting both to 0 ensures that your page will spread to the outer edges of the browser window. */
	margin:  0;
	padding:  0;
	font-family: Verdana;
	font-size: 14px;
/*	text-align: left;*/
/*	background-color: #7777cc;*/
background-image: url("img/osaka-miasto.jpg");
background-size: 100%;
background-color: #aacdaa; 
}

}

h1 {
font-size: 20px;
color: rgb(200,50,50);
}

h2 {
font-size: 16px;
color: rgb(200,80,80);
}

h3 {
font-size: 14px;
color: rgb(200,110,110);
}


#contentarea {
border-radius: 10px;
left: 5%;
	margin-right:  0;
	margin-bottom:  0;
	margin-top:  100px;
	padding:  20 20 20 20;
	min-height:60%;
        height:auto !important;
/*	background-color: #eee;*/
/* background: linear-gradient( #eeeeee,#ffffff);*/
	position:  relative;
	width: 90%;
background: rgba(170, 170, 170, 0.8);

}

#leftcolumn {
position: fixed;
/*border-radius: 5px;*/
font-size: 16px;
	top:  0;
	left:  0;
	margin:  0;
	padding:  10;
	width:  100%;
	background-color: #111111;
	color: #fff;
	font-styling: none;
	text-decoration: none;

}

#leftcolumn a {
	color: #fff;
	font-styling: none;
	text-decoration: none;
	
}
#leftcolumn a:hover {
	color: #aaa;
}


div.form {
	position: relative;
	padding: 10 10 10 10;	
	width: 400px;
	left: 200px;
	float: center;
	text-align: center;
	font-size: 18px;
}

div.form a{
	color: #670000;	
	text-decoration: none;
}

div.form a:hover{
	color: #ff0000;	
	
	
}
table {
	border: 1px solid;
	border-collapse: collapse;
	font-family: Verdana;
	font-size: 14px;

}
table th {
	background-color: #aaa;
	border: 1px solid;
	padding: 5;
}

table td {
/*	background-color: #ccc;*/
	background-color: rgba(192,192,192,0.8);
	border: 1px solid;
	padding: 5;
	font-size: 14px;
}
#result_table td.normal {
font-size: smaller;
color: #333333;
}

#result_table td.first {
	font-weight:bold;
		
}
span.em {
	font-size: 9px;

}
