@charset "utf-8";
/* CSS Document */

a {
	color: #CC6600;
	text-decoration: none;
}

a.nav {
	color: #000000;
	display: block;
	padding: 5px;
	font:normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
	line-height: 1.4em;
	text-transform:uppercase;
	letter-spacing:.2em;
}

a.nav:hover, a.nav:active {
	color: #FFFFFF;
	background-color: #999999;
}

h1 {
	font-size: medium;
	font-weight: bold;
	margin: 0.67em 0;
}

h2 {
	font-size: small;
	font-weight: bold;
	margin: 0.83em 0;
}

body {
	font-family: Geneva, Arial, Veranda, Helvetica, sans-serif;
	background-color: #333333;
	font-size: small;
}

div {
}

#dojo_uesugi {
	background: url(../images/header.jpg);
	position: relative;
	height: 127px;
	width: 394px;
	margin: auto;
	top: 2px;
}

#skid_logo {
	background: url(../images/skid_logo.png);
	position: absolute;
	width: 100px;
	height: 100px;
	top: 15px;
	left: 45px;
}

#uesugi_logo {
	background: url(../images/uesugi_logo.png);
	position: absolute;
	width: 100px;
	height: 100px;
	top: 15px;
	right: 45px;
}

.header {
	position: relative;
	margin: auto;
	width: 800px;
	height: 135px;
}

.background {
	background: url(../images/background.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
	width: 800px;
	height: 608px;
}

.background_gallery {
	background: url(../images/background_gallery.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
	width: 800px;
	height: 608px;
}

.navleft {
	text-align: center;
	position: absolute;
	top: 55px;
	left: 55px;
	width: 115px;
}

.navright {
	text-align: center;
	position: absolute;
	top: 55px;
	right: 55px;
	width: 115px;
}

.rightgg {
	position: absolute;
	bottom: 85px;
	right: 55px;
	width: 120px;
	height: 240px;
}

.content {
	text-align: left;
	padding: 10px;
	position: absolute;
	top: 3px;
	left: 230px;
	margin: auto;
	width: 316px;
	height: 515px;
	overflow: auto;
}

.news {
	text-align: left;
	position: absolute;
	top: 9px;
	left: 230px;
	margin: auto;
	width: 562px;
	height: 525px;
	overflow: hidden;
}

.gallery {
	text-align: left;
	padding: 10px;
	position: absolute;
	top: 3px;
	left: 230px;
	margin: auto;
	width: 515px;
	height: 515px;
	overflow: hidden;
}

.contact {
	text-align: left;
	padding: 10px;
	position: absolute;
	top: 3px;
	left: 230px;
	margin: auto;
	width: 316px;
	height: 510px;
	overflow: hidden;
}

.gb {
	text-align: left;
	position: absolute;
	top: 3px;
	left: 230px;
	margin: auto;
	width: 336px;
	height: 535px;
	overflow: hidden;
}

.footer {
	text-align: left;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: smaller;
}

