body {
	background: #CCCC99;
	margin-top: 0;
	font-family: Verdana, Arial, "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	}

@media screen,print {
	.content {
		letter-spacing: 0.1em;
		}
	}

a:link {
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}

a:active {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.align_right {
	text-align: right;
	}

.align_center {
	text-align: center;
	}

form {
	margin: 0;
	}

img {
	border: 0;
	background: none;
	}

.nowrap {
	white-space:nowrap;
	}

.photo {
	border: 1px solid;
	background-color: #FFFFFF;
	border-color: #CCCCCC #BBBBBB #888888 #999999;
	padding: 5px;
	}

.panel {
	border: 1px solid #CCCCCC;
	}

.text_left {
	margin: 0 10px 10px 0;
	}

.text_right {
	margin: 0 0 10px 10px;
	}

table {
	margin-right: auto;
	margin-left: auto;
	}

.container {
	width: 640px;
	background-color: #FFFFFF;
	}

.copyright {
	font-size: xx-small;
	text-align: right;
	line-height: 4em;
	color: #999999;
	}

td.menu {
	font-size: x-small;
	font-weight: bold;
	line-height: 2.4em;
    padding-left: 0.6em;
	}

td.menu a:link, td.menu a:visited, td.menu a:active {
	text-decoration: none;
	}

td.menu a:hover {
	text-decoration: underline;
	}

.content {
	font-size: x-small;
	vertical-align: top;
	}

.content h1 {
	font-size: x-small;
	font-weight: bold;
	margin: 10px 0;
	padding: 5px;
	}

.content h2 {
	font-size: x-small;
	font-weight: bold;
	border-bottom: 1px solid;
	line-height: 150%;
	margin: 10px 0;
	}

.content h3 {
	font-size: x-small;
	font-weight: bold;
	border-bottom: 1px dotted;
	line-height: 150%;
	margin: 10px 0;
	}

.content p {
	line-height: 150%;
	margin: 10px 0;
	}

.menubtns p {
	margin: 3px 0;
	}

.content ul {
	padding-left: 15px;
	line-height: 150%;
	margin: 10px 0;
	}

.content ol {
	padding-left: 30px;
	line-height: 150%;
	margin: 10px 0;
	}

.mainbar {
	padding: 0 10px 5px 0;
	}

.sidebar {
	padding: 0 0 5px 10px;
	border-left: 1px dotted #000000;
	}

table.list {
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse : collapse;
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color: #AAAAAA;
	}

table.list th, table.list td {
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #AAAAAA;
	}

table.list th {
	padding: 3px;
	white-space: nowrap;
	}

table.list td {
	padding: 6px;
	}

input.button {
	cursor: pointer;
	font-family: Verdana, Arial, "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size: x-small;
	font-weight: bold;
	padding: 1px;
	border: 3px double;
	border-color: #CCCCCC #BBBBBB #888888 #999999;
	background: #FFFFFF;
	color: #333333;
	}

.textfield {
	padding: 1px;
	border: 1px solid;
	border-color: #999999 #888888 #CCCCCC #BBBBBB;
	background-color: #FFFFFF;
	}

input.textfield {
	height: 16px;
	}

.readonly {
	border-style: none;
	}

pre {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	border: 1px solid;
	padding: 10px;
	border-color: #AAAAAA;
	}

.notice {
	font-weight: bold;
	}

