@charset "shift_jis";


@import "../base/base.css";
@import "../base/form.css";

html, body {
	font-family: lucida sans unicode, times new roman, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: lucida sans unicode, times new roman, sans-serif;
	font-style: normal;
}

h2, #footer, hr {
	border-color: #669;
}

h2 {
	border-style: double;
	border-width: 0 0 3px 0;
}

h3 {
	border-style: solid;
	border-width: 1px;
}

h4 {
	/*border-style: solid;
	border-width: 0 0 0 10px;*/
}

h5, h6 {
	font-style: italic;
}

h5 {
	font-size: 100%;
	
}

h6 {
	font-size: 90%;
}

h3 {
	background-color: #eef;
}

h3, h4, h5, h6 {
	border-color: #99f;
}

img {
	border-style: none;
}

.back {
	text-align: center;
	
	border-color: #99f;
	border-style: dashed;
	border-width: 0 0 1px 0;
}

#footer {
	text-align: right;
	padding-right: 10px;
	
	border-style: double;
	border-width: 0 0 3px 0;
}

hr {
	background-color: #fff;
	color: #fff;
	
	border-style: dashed none none none;
	border-top-width: 1px;
	
	margin-left: 40px;
	margin-right: 40px;
}

pre {
	background-color: #eef;
	border-style: inset;
	border-width: 1px;
	overflow: auto;
}

strong, em {
	color: red;
}

dt {
	border-style: double;
	border-width: 0 0 0 7px;
	border-color: #aaf;
}

.back a {
	display: block;
	padding: 3px 0 3px 0;
	text-decoration: underline;
}

/* --------------------------------------------------
	<table>
-------------------------------------------------- */

table, tr, th, td {
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
}

table, tr, th, td {
	border-color: #99f;
}

tr, td {
	border-style: dashed;
}

th {
	background-color: #eef;
	color: #000;
}

td {
	background-color: #fff;
}

/* --------------------------------------------------
	<a>, sideTabs.css, tabs.css
-------------------------------------------------- */

address a {
	color: #669;
	text-decoration: none;
}

.back a {
	background-color: #eef;
	font-weight: bold;
	text-decoration: underline;
}

.back a {
	color: #aaf;
	background-color: #eef;
	border-color: #aaf;
}

.tabs .active {
	color: #fff;
	background-color: #aaf;
	font-style: italic;
}
