﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #ccff7f;
	background-image: url('../images/background.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #358;
	background-color: #fff;
}
#masthead {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}
#navigation {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	position: relative;
	float: left;
	width: 640px;
	padding-top: 7px;
	text-align: left;
}
#contentmain {
	position: relative;
	float: left;
	width: 290px;
	padding-top: 7px;
	text-align: left;
}

#sidebar {
	float: right;
	width: 340px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: center;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #00cc00;
	text-transform: none;
	display: inline;
	vertical-align: bottom;
}
#masthead h3 {
	padding: 0px;
	bottom: 0px;
	font-weight: normal;
	color: #4c9999;
	display: inline;
	margin-top: 0px;
	margin-left: 0px;
	font-size: small;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #164316;
	display: block;
	margin: 0 1px;
	padding: 1px 11px 1px 11px;
	border: 1px solid #708090;
	background-color: #e5ffbf;
}
#navigation a:hover {
	text-decoration: none;
	color: #113232;
	background-color: #c7dda6;
}
/* Content Styles */
h6 {
	color: #638585;
}
h5 {
	color: #638585;
}
h4 {
	color: #638585;
}
h3 {
	color: #638585;
	vertical-align: middle;
	display: inline;
}
h2 {
	color: #638585;
}
#content h1 {
	color: #638585;
}
#content img {
	border-style: none;
	padding: 5px;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: none;
	margin-bottom: 5px;
	margin-left: 0;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #113232;
	text-decoration: underline;
}
a:hover {
	color: #226565;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_italicSmall {
	font-style: italic;
	font-size: xx-small;
}

.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #113232;
}
#content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	empty-cells: show;
	border-collapse: collapse;
	margin-right: 0px;
}
#content td {
	border: thin none #99BF5F;
	padding: 5px;
}
label {
	display: block;
	text-align: right;
	float: left;
	width: 200px;
	padding-right: 20px;
}
input {
	display: block;
	width: 240px;
	float: left;
	margin-bottom: 10px;
}
select {
	display: block;
	width: 240px;
	float: left;
	margin-bottom: 10px;
}
textarea {
	display: block;
	width: 240px;
	float: left;
	margin-bottom: 10px;
}
.leftTitle {
	width: 150px;
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
	display: block;
	float: left;
}
.rightDesc {
	width: 460px;
	display: block;
	float: left;
	margin-bottom: 1em;
}
br {
	clear: left;
}
.titleFeatures {
	font-weight: bold;
	margin-left: 166px;
}
#canonjapanese {
	border: 1px solid #708090;
	display: block;
	padding: 6px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: smaller;
	width: 290px;
	background-color: #e5ffbf;
	font-style: italic;
	text-align: center;
}
