* {
	margin: 0;
	padding: 0;
	}
html {
	overflow-y: scroll;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	}
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image:  url("../image/japan.jpg");
	padding-top: 4%;
	}
.box1 {
    margin: 0px auto;
	width: 974px;
}
a {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 2px 10px;
	display: inline-block;
	outline: none !important;
	line-height: normal;
	/*-moz-border-radius: 10px;
	-khtml-border-radius: 10px;*/
	
	}
a:focus {
	background: #593209 url(../image/link_bg_2.jpg) repeat-y;
	}
a:hover {
	color: #FFFFFF;
	background: #593209 url(../image/link_bg.jpg) repeat-y;
	}
h1 {
	font-size: 10px;
	font-weight: normal; 
	line-height: normal;
	color: #555555;
	margin: 0 0 10px 654px;
	}
.image_border {
	border: 5px solid white;	
	}
.image_bgimg {
	margin-top: -90px;
	padding: 12px;
	background-image: url(../image/rahmen_bg.png);
	}
	
/*
#outer {height: 100%;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

