
* {
	margin : 0;
	padding: 0;
	background-repeat: no-repeat;
	text-decoration: none;
}
/* ボディ */
body {
	padding-bottom: 8em;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(credit.gif);
}

/* フォーム */
input,
textarea {
	background: #eeeeee;
}

/* ライン */
hr {
	height: 1px;
	color : #cccccc;
}

/* 整形済みテキスト */
pre {
	-moz-border-radius: 10px;
	margin: 1em 5em 1em 3em;
	padding: 1em;
	background: #f5f5ff;
	border: 1px solid #999999;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	font-size: 12pt;
}

/* 引用 */
blockquote {
	-moz-border-radius: 10px;
	margin: 1em;
	margin-left: 3em;
	border-left: 1px solid #006699;
	color: #006699;
	font-size: 80%;
}

/* テーブル */
table {
	margin : 1em 1em 1em 3em;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: 1px solid #cccccc;
}
th {
	padding: 0.3em;
	padding-left: 1em;
	padding-right: 1em;
	border: 1px solid #cccccc;
	border-bottom: 3px double #cccccc;
	background-color: #f8f5f1;
	font-size: 80%;
}
td {
	padding: 0.3em;
	padding-left: 1em;
	padding-right: 1em;
	border:  1px solid #cccccc;
	font-size: 80%;
}

/* 定義文 */
dl {
	margin : 0.5em 10px 0.5em 35px;
}
dt {
	border-bottom: 1px dashed #000000;
	font-weight: bold;
}
dd {
	margin-top: 5px;
	margin-left: 20px;
}


/* リンク */
a {
}
a:link,
a:visited { 
	text-decoration: none;
}
a:link {
x	color: #0000ff;
}
a:visited { 
x	color: #990099;
}
a:hover {
	text-decoration: underline;
}
a:active {
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 a:link, h1 a:visited {
	color: #cccccc;
}
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited {
	color: #000000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: underline;
}
h1 {
	display: none;
x	padding: 3px 20px 3px 20px;
x	color: #cccccc;
x	background: #343434;
x	text-align: right;
x	font-size: 10pt;
}
h2 {
	padding: 10px;
	color: #646428;
	background: #f9f9f0;
	border-top: 1px solid #646428;
	font-size: 14pt;
}
h3 {
	margin: 1em 0 0 1em;
	border-bottom: 1px solid #343434;
	font-size: 13pt;
}
h4 {
	margin: 1em 0 0 2em;
	font-size: 12pt;
}







/* メイン */
div.main {
	margin-left: 231px;
}


/* セクション */
div.section img {
	margin: 1em 0 0 1em;
	align: center;
}
div.section p {
	margin: 1em 7em 1em 5em;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-indent: 1em;
}
div.section ul,
div.section ol {
	margin : 1em 1em 1em 6em;
}
div.section ul ul,
div.section ol ol {
	margin : 0.5em 0.5em 0.5em 1em;
}
div.section ul li,
div.section ol li {
	margin-top : 0.1em;
	margin-bottom : 0.1em;
}
div.section ul li {
	list-style-image: url('./list_a.gif')
}
div.section ul li ul li {
	list-style-image: url('./list_b.gif')
}
div.section ul li ul li ul li {
	list-style-image: url('./list_c.gif')
}




/* 管理メニュー */
div.adminmenu {
	padding: 1em;
	border: 1px solid #cccccc;
	border-top: none;
	background: #eeeeee;
	font-size: 80%;
}
div.adminmenu a {
	margin-left: 0.3em;
	padding: 2px 7px;
	border: 1px outset #ffffee;
	background: #ffffee;
}
div.adminmenu a:link,
div.adminmenu a:visited { 
	color: #998877;
}
div.adminmenu a:hover {
	background: #ffffff;
	text-decoration: none;
}


/* 一行コメント */
div.linecom {
	margin-top: 0px;
	margin-left: 35px;
	padding : 5px;
	background-color: #c8c9b5;
}




/* ヘッダー */
div.header {
}


/* フッター */
.footer {
	padding: 0.5em;
	text-align: right;
	font-family: courier;
	border-top: 1px solid #cccccc;
}
.footer a {
	text-decoration  : none;
}

div.comment {
	padding  : 4px 16px;
	margin-top       : 10px;
	margin-bottom    : 10px;
	font-size        : 12px;
	background-color: #f8f5f1;
}
div.comment p {
	margin-top : 5px;
	margin-bottom : 5px;
}
div.comment p A{
	color : black;
	text-decoration  : none;
}
div.comment p  A:hover {
	color : #fe3670;
	text-decoration  : underline;
}
div.comment h3 {
	font-size   : 12px;
	line-height  :18px;
	background-color: white;
	border-top    : #c8c9b5 2px solid;
	border-right   : #c8c9b5 15px solid;
	border-bottom    : #c8c9b5 2px solid;
	border-left   : #c8c9b5 15px solid;
	padding-left  : 3px;
	text-shadow: #696969 2px 2px 3px;
	margin:6px 0px;
}
div.comment h3 A:link {
	color : black;
}




/* Wikiページへのアンカ */
a.wikipage {
	font-weight: bold;
}
a.wikipage:link {
}
a.wikipage:visited {
}
a.wikipage:hover {
}

/* 存在しないWikiページ */
span.nopage {
  background-color : #FFFF88;
}











/* calendar プラグイン */
.calendar {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border : 1px #d3d3d3 solid;
	width  : 798px;
	height:500px;
	padding: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.calendar a {
	text-decoration : none;
}
table.calendar th {
	height: 24px;
	font-size: 14px;
	line-height  :14px;
	padding: 5px;
}
table.calendar tr {
 	border-spacing: 0px;
	border : 1px #d3d3d3 solid;
	font-size: 8px;
	line-height  :12px;
	margin: 0px;
	padding: 0px;
}
table.calendar td {
 	border-spacing: 0;
	border : 1px #d3d3d3 solid;
	background-color : #f8f5f1;
	font-size: 14px;
	line-height  :14px;
	margin: 0px;
	padding: 2px;
	text-align: center;
	width  : 114px;
}
table.calendar td.calendar-prev-month,
table.calendar td.calendar-current-month,
table.calendar td.calendar-next-month,
table.calendar td.calendar-sunday,
table.calendar td.calendar-saturday {
	background-color: #dadada;
}
table.calendar td.calendar-weekday {
	background-color: #ffffff;
}
.calendar-sunday {
	color: #f00;
}
.calendar-saturday {
	color: #00f;
}
.calendar-weekday {
	color: #000;
}
table.calendar td.have A {
	font-weight : bold;
	color: #fe3670;
}
table.calendar td.have {
	background: white;
}
table.calendar td.today {
	background: #98FB98;
}
.calendar-prev-month,
.calendar-current-month,
.calendar-next-month,
.calendar-sunday,
.calendar-weekday,
.calendar-saturday {
	background: #D3D3D3;
}
/* Menu用 */
div.sidebar .calendar{
	width: 190px;
	height: auto;
}




/* parteditプラグイン */
div.partedit {
	float : right;
	width: 3em;
	margin-top: -2.5em;
x	padding : 3px 15px 3px 15px;
	border: 1px outset #ffffee;
	background: #ffffee;
	text-align: center;
	font-size: 80%;
}
div.partedit a:link,
div.partedit a:visited,
div.partedit a:hover { 
	color: #998877;
	text-decoration  : none;
}




/* imageプラグイン */
div.plugin_image_set {
	display: block;
	padding: 3px;
	text-align: center;
}
div.plugin_image_set img {
	margin: 0;
}
span.plugin_image_caption {
	display: block;
	font-size: 75%;
}
div.plugin_image_layout_none {
	clear: both;
	
}
div.plugin_image_layout_center {
	text-align: center;
	clear: both;
}
div.plugin_image_layout_left {
	clear: left;
	float: left;
	text-align: left;
}
div.plugin_image_layout_right {
	clear: right;
	float: right;
	text-align: right;
}

div.plugin_image_layout_none div.plugin_image_set,
div.plugin_image_layout_center div.plugin_image_set {
	border: none;
}
div.plugin_image_layout_none div.plugin_image_set {
	margin: 0;
	padding: 0;
}
div.plugin_image_layout_right div.plugin_image_set,
div.plugin_image_layout_left div.plugin_image_set {
	margin: 10px;
	border: 1px solid #cccccc;
}
h1,h2,h3,h4,h5,h6,table {
	clear: both;
}
div.plugin_image_set a:link img,
div.plugin_image_set a:visited img {
	border: 1px solid #ffffff;
}
div.plugin_image_set a:hover img {
	border: 1px solid #0000ff;
}




/* プリント設定 */
@media print {
 div.header,div.adminmenu,div.footer,div.form,div.sidebar,div.partedit,div.comment,form {display:none;}
 div.day,div.body{border:none;}
 div.main{margin-left: 0%;}
 h1 {padding-left: 0px;}
 h2,h3 { font-size: medium; }
 a { text-decoration: none; }
}

