@charset "utf-8";
/* CSS Document */

html, body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #000;
	color: #fff;
}

body {
	height: 1382px;
	width: 1000px;
	margin: 5px auto;
	position: relative;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	width: 100%;
	height: 106px;
	color: #fff;
	text-align: center;
	font-size: 85px;
	line-height: 106px;
	margin: 0;
	padding: 4px 0 0;
}

h1 span {
	color: #ff0508;
	line-height: 101px;
}

h2 {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

#navbar-list {
	margin: 30px auto;
	padding: 0;
	list-style: none;
	width: 720px;
	clear: both;
	height: 12px;
}

#navbar-list li {
	font-size: 16px;
	display: block;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	float: left;
	text-align: center;
}

.navbar-list a { text-decoration: none; }
.navbar-list a:link, .navbar-list a:visited { color: rgb(161,161,161); }
.navbar-list a:hover, .nabar-list a:active { color: #fff; }

.current-page a:link, .current-page a:visited, .current-page a:hover, .current-page a:active {
	color: #fff;
	font-weight: bold;
}

#nav-home		{ width:  78px; }
#nav-about		{ width:  94px; }
#nav-custom		{ width: 127px; }
#nav-nakasendo	{ width: 110px; }
#nav-contact	{ width: 109px; }
#nav-news		{ width:  73px; }
#nav-gallery	{ width: 128px; }

#content, #sidebar {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.2);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
}

#content a { text-decoration: underline; color: #fff; }
#content a:link { color: #fff; }
#content a:hover { color: #d4d4d4; }

#content h2 {
	margin: 0;
	padding: 0;
}

p.contact {
	text-align: center;
}

#copyright {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 16px;
	left: 0;
	color: #fff;
	font-size: 12px;
}

#copyright a {
	color: #fff;
}

.separator {
	text-align: center;
}