﻿@charset "UTF-8";

/*
 * Copyright (C) 2006,2007 Robust Designs Inc. All Right Reserved.
 * 本ファイルの著作権はロバストデザインズ合同会社 
 * http://www.robustdesigns.jp/ が保有しています。
 * 改変・翻案・複製・再配布・転載等、無断利用は固くお断りいたします。
 */

a, abbr, acronym,
address, b, big,
blockquote, body, br,
caption, cite, code,
dd, del, dfn,
div, dl, dt,
em, h1, h2,
h3, h4, h5,
h6, hr, html,
i, img, ins, kbd,
li, ol, p,
pre, q, s,
samp, small, span,
strike, strong, sub,
sup, table, td,
th, tr, tt,
u, ul, var {
	clear: none;
	float: none;
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 1em;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	background: transparent;
	text-decoration: inherit;
	border: none;
}

html {
	border: none;
	margin: 0;
	padding: 0;
	background-color: #696969;
	background-image: none;
}

body {
	border: none;
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: none;
	font-size: 10pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

div.pageBody {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	background-image: none;
}

/* --- */

h1, h2, h3, h4, h5, h6 {
	clear: none;
	float: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

/* --- */

hr {
	clear: both;
	border-style: dashed;
	border-width: 1px;
	margin: 1em 0 1em;
}

/* --- */

p {
	clear: both;
	margin: 1ex 0 1ex;
	line-height: 1.1em;
}

/* --- */

ul,
ol {
	clear: both;
	margin: 0;
	margin-left: 3.5ex;
	padding: 0;
	list-style-image: none;
}

ol {
	margin-left: 4.5ex;
}

ul {
	list-style-type: disc;
}

ul ul,
ol ul {
	list-style-type: circle;
}

ul ul ul,
ul ol ul,
ol ul ul,
ol ol ul {
	list-style-type: square;
}

li {
	margin: 1ex 0 1ex;
	padding: 0;
	line-height: 1.1em;
}

li p {
	margin-top: 0;
}

/* --- */

dl {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}

dt {
	display: block;
	margin: 0;
	margin-top: 1ex;
	margin-bottom: 0.5ex;
	padding: 0;
	font-weight: bold;
}

dd {
	display: block;
	margin: 0;
	margin-left: 1ex;
	margin-top: 0.5ex;
	margin-bottom: 1ex;
	padding: 0;
	line-height: 1.1em;
}

dd p {
	margin-top: 0;
}

/* --- */

form {
	display: block;
	clear: none;
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 1em;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	background: transparent;
	text-decoration: inherit;
}

/* --- */

a {
	padding-bottom: 1px;
/*	font-weight: normal;*/
	text-decoration: none;
}

a.menuLink,
a.naviLink,
a.pathLink,
a.panelLink,
a.boardLink {
	text-decoration: none;
}

a.pageLink {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

a.attachedFileLink {
	display: inline-block;
	background-image: url("img/fileicon-25x30.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	font-size: 0.9em;
	line-height: 100%;
	min-height: 30px;
}

/* --- */

div.pageBody pre {
	margin: 1ex auto 1ex;
	padding: 1ex;
	width: 90%;
	border: dotted 1px;
	background-color: white;
	overflow: auto;
	font-family: "ＭＳ ゴシック", "MS Gothic", monospace;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 100%;
}

div.pageBody pre * {
	font-size: 1em;
	font-weight: normal;
}

div.pageBody blockquote {
	margin: 1ex auto 1ex;
	padding: 1ex 1ex 1ex;
	width: 90%;
	border: solid 1px;
	overflow: auto;
	font-size: 0.9em;
}

div.pageBody address {
	text-align: center;
	font-style: italic;
}

/* --- */

div.pageBody small {
	font-size: 0.85em;
}

div.pageBody big {
	font-size: 1.15em;
}

div.pageBody b {
	font-weight: bold;
}

div.pageBody i,
div.pageBody cite {
	font-style: italic;
}

div.pageBody u,
div.pageBody ins {
	text-decoration: underline;
}

div.pageBody s,
div.pageBody strike,
div.pageBody del {
	text-decoration: line-through;
}

div.pageBody dfn {
	font-weight: bold;
}

div.pageBody q:before {
	content: open-quote;
}
div.pageBody q:after {
	content: close-quote;
}

div.pageBody abbr,
div.pageBody acronym {
	border-bottom: dotted 1px;
}

div.pageBody tt,
div.pageBody var,
div.pageBody samp,
div.pageBody code,
div.pageBody kbd {
	font-family: "ＭＳ ゴシック", "MS Gothic", monospace;
	font-size: 0.95em;
}

div.pageBody var {
	font-weight: bold;
}

div.pageBody samp,
div.pageBody code,
div.pageBody kbd {
	line-height: 140%;
	margin: 0 1ex 0;
	padding: 1px 1ex 1px;
	background-color: white;
}

div.pageBody samp {
	border: dotted 1px;
}

div.pageBody kbd {
	border: solid 1px;
}

div.pageBody em {
	font-weight: bold;
}

.pageBody pre em {
	font-weight: normal;
	color: red;
}

div.pageBody strong {
	font-size: 1.15em;
	font-weight: bold;
	text-decoration: underline;
}

.pageBody pre strong {
	color: red;
}

div.pageBody sup {
	font-size: 0.6em;
}

div.pageBody sub {
	font-size: 0.6em;
}

/* --- */

.pageBody span.clearfix,
.pageBody span.dummy {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	max-height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

/* --- */

span.wrapper {
	display: block;
	margin: 5px;
	padding: 0;
	border: none;
}

div.wrapper.image {
	margin: 5px auto;
	padding: 0;
	width: 100%;
	text-align: center;
}

div.wrapper.image a {
	display: inline-block;
	margin: 0;
	padding: 0;
}

div.wrapper.text {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: auto;
}

table.wrapper {
	empty-cells: hide;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table.wrapper,
tr.wrapper,
td.wrapper {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

td.wrapper.nCols2 {
	width: 50%;
}
td.wrapper.nCols3 {
	width: 33.3%;
}
td.wrapper.nCols4 {
	width: 25%;
}
td.wrapper.nCols5 {
	width: 20%;
}
td.wrapper.nCols6 {
	width: 16.6%;
}
td.wrapper.nCols7 {
	width: 14.2%;
}
td.wrapper.nCols8 {
	width: 12.5%;
}
td.wrapper.nCols9 {
	width: 11.1%;
}
td.wrapper.nCols10 {
	width: 10%;
}

table.autoTable {
	margin: 1ex auto;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}

table.autoTable caption {
	font-weight: bold;
	caption-side: top;
	text-align: left;
	margin: 1ex;
}

table.autoTable,
table.autoTable th,
table.autoTable td,
table.autoTable tr {
	border: solid 1px;
}

table.autoTable th{
	padding: 3px;
	text-align: center;
	font-weight: bold;
}

table.autoTable td{
	padding: 3px;
	text-align: left;
}

/* --- */

div#headerBody,
div#naviBody,
div#mainBody,
div#footerBody {
	clear: both;
}

/* --- */

div#title h1 {
	margin: 0;
	padding: 0;
}

div#title span.siteTitle {
	font-size: 20pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
}

/* --- */

div.menuBody {
	clear: right;
	float: right;
	width: 40%;
	margin: 0;
}

h3.menuTitle {
	margin: 1ex 0 1ex;
	padding: 0;
	border-bottom: solid 1px;
	font-weight: bold;
	font-size: 1.1em;
}

h3.menuTitle * {
	font-weight: bold;
	font-size: 1em;
}

ul.menuList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

li.menuItem,
li.menuItem h4 {
	display: inline;
	clear: none;
	margin: 0;
	padding: 0;
	border: none;
	margin: 5px;
	line-height: 125%;
}

span.menuItemTitle {
	margin: 0;
	padding: 0;
}

/* --- */

.naviBody {
	text-align: center;
}

h2#pageTitle {
	margin: 0;
	margin-bottom: 3px;
	padding-top: 0;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	border: none;
}

h2#pageTitle span.pageTitle {
	font-size: 1.8em;
	font-weight: bold;
}

h2#pageTitle span.timestamp {
	font-size: 0.75em;
	font-weight: normal;
	display: block;
	margin: 0;
	margin-top: 2px;
	padding: 0;
}

/* --- */

div.contentBody h3 {
	margin: 1.5ex 0 1ex;
	padding: 0;
	padding-left: 1ex;
	font-size: 1.35em;
	font-weight: bold;
	border-bottom: solid 1px;
	line-height: inherit;
}

div.contentBody p {
	text-indent: 1ex;
	margin-top: 1.5ex;
	margin-bottom: 1.5ex;
	margin-left: 1ex;
	margin-right: 0;
	line-height: 1.5em;
}

div.contentBody dl {
	margin: 0;
	margin-left: 1ex;
}

div.contentBody dt {
	margin: 0;
	margin-top: 1.5ex;
	margin-bottom: 0.7ex;
	padding: 0;
	font-size: 1.1em;
}

div.contentBody dd {
	margin: 0;
	margin-left: 1ex;
	margin-top: 0.7ex;
	margin-bottom: 1.5ex;
	padding: 0;
	line-height: 1.2em;
}

.contentBody dd p {
	margin-top: 0;
	margin-left: 0;
}

div.contentBody ul,
div.contentBody ol {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

div.contentBody li,
div.contentBody li {
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
}

div.contentBody li {
	line-height: 1.2em;
}

.contentBody li p {
	margin-top: 0;
	margin-left: 0;
}

/* --- */

div.boardBody {
	clear: none;
	margin: 0;
	padding: 0;
}

ul.boardList {
	margin: 0;
	margin-top: 1ex;
	margin-bottom: 1ex;
	padding: 0;
}

li.boardItem {
	margin: 0 ;
	margin-left: 3ex;
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
	padding: 0;
}

/*span.boardItemTitle {
	font-size: 1.15em;
	font-weight: bold;
}*/

.boardBody span.timestamp {
	padding: 0;
	margin: 0 5px 0;
	font-size: 0.7em;
	font-weight: normal;
}


/* --- */

div.panelBody {
	margin: 0;
	padding: 2px 5px 2px;
	border: solid 1px;
}

h3.panelTitle {
	margin: 0.5ex 0 0.5ex;
	padding: 0;
	border-bottom: solid 1px;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
}

ul.panelList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li.panelItem {
	margin: 0;
	margin-top: 1ex;
	margin-bottom: 1ex;
	padding: 0;
}

.panelBody-summaryOn li.panelItem {
	margin-bottom: 1em;
}

.panelBody-summaryOn li.panelItem.lastItem {
	margin-bottom: 0;
}

.panelBody span.timestamp {
	margin: 0 3px 0;
	padding: 0;
	font-size: 0.75em;
}

/*span.panelItemTitle {
	font-size: 1.15em;
	font-weight: bold;
}*/

div.panelBody pre {
	padding: 2px;
	margin: 1ex auto 1ex;
	width: 95%;
	border: dotted 1px;
	background-color: white;
	overflow: auto;
}

div.panelBody blockquote {
	padding: 2px;
	margin: 1ex auto 1ex;
	width: 95%;
	border: none;
	overflow: auto;
}

/* --- */


div#sequence {
	clear: both;
	padding: 0;
	margin: 0;
	margin: 10px 0;
	width: 100%;
	text-align: center;
}

div#sequence span.seqBack,
div#sequence span.seqUp,
div#sequence span.seqNext {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 30%;
}

div#sequence span.seqBack {
	text-align: left;
}

div#sequence span.seqUp {
	text-align: center;
}

div#sequence span.seqNext {
	text-align: right;
}

/* --- */

ul.sitemap {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.sitemap li {
	margin: 0;
	margin-left: 2em;
	padding: 0;
}

ul.sitemap li.lv0 {
	margin-top: 1ex;
	margin-bottom: 2ex;
	margin-left: 0;
}

ul.sitemap li.lv1 {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

ul.sitemap li.lv1 li {
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
}

a.sitemapLink {
	font-size: 1ex;
	font-weight: normal;
	text-decoration: none;
}

ul.sitemap li.lv0 a.sitemapLink {
	padding: 2px 1ex 0;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

ul.sitemap li.lv1 a.sitemapLink {
	font-size: 1em;
	font-weight: bold;
}

ul.sitemap li.lv2 a.sitemapLink {
	font-size: 1em;
	font-weight: normal;
}

/* --- */
