@charset "UTF-8";

/*
 * Copyright (C) 2006,2007 Robust Designs Inc. All Right Reserved.
 * 本ファイルの著作権はロバストデザインズ合同会社 
 * http://www.robustdesigns.jp/ が保有しています。
 * 改変・翻案・複製・再配布・転載等、無断利用は固くお断りいたします。
 */

@import url("../common/fixed700.css");

@import url("../common/color-std.css");

html {
	background-color: white;
	background-image: url("back.png");
	background-position: center top;
	background-repeat: repeat-y;
	min-width: 699px;
}

body {
	background-color: transparent;
	background-image: none;
}

div#pageBody {
	color: black;
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	width: 700px;
	border: none;
	background-color: transparent;
	background-image: none;
}

div#headerTop,
div#headerBottom,
div#naviTop,
div#naviBottom,
div#mainTop,
div#mainBottom,
div#footerTop,
div#footerBottom {
	display: none;
}

div#headerBody,
div#naviBody,
div#mainBody,
div#footerBody {
	width: 680px;
	margin: 0 10px;
	padding: 0;
	background-color: transparent;
	background-image: none;
}

div#title {
	clear: none;
	float: none;
	width: auto;
}

div#headerBody {
	padding-top: 10px;
}

div#naviBody {
	height: 34px;
	min-height: 34px;
	max-height: 34px;
	line-height: 30px;
	background-image: url("navibar.png");
	background-position: center top;
	background-repeat: no-repeat;
}

div#naviBody,
div#naviBody * {
	color: white;
}

div#naviBody a.naviLink:focus,
div#naviBody a.naviLink:hover,
div#naviBody a.naviLink:active {
	color: yellow;
	text-decoration: none;
}
