<!--

/***** BODY *****/
body {
	margin: 0px 0px 20px 0px;
	font-size:10pt;
    background-color: #f4fcff;	
}

/* TOPの部分 */
#contents {
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
}

/* TOPの部分 */
#top {
	text-align: left;
}
/* wiki情報ページ上段 */
#wikiinfotop {
	text-align: right;
    border-bottom: 0px solid #909090;
}
/* wiki情報ページ下段 */
#wikiinfofoot {
	text-align: right;
}
/* 左メニューページ */
#leftmenu {
	float: left;
	width: 155px;
	POSITION: relative;
	margin-bottom: 10px;
}
/* 右メニューページ */
#rightmenu {
	float: right;
	width: 180px;
}
/* タイトル */
#title {
    border-bottom: 1px solid #909090;
    border-right: 1px solid #909090;
}
/* メインページ */
#mainpage {
	left: 190px;
	right:10px;
	POSITION: absolute;
}

/* フッター */
#footer {
	clear: both;
}
/* フッター */
#copyright {
	text-align: right;
	font-size: 9pt;
}

#subwindowmenu {
	text-align: right;
    background-color: #808080;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #606060;
    border-bottom: 1px solid #606060;
}

#menutitle {
	font-size: 10pt;
	font: bold;
	padding: 5px;
    background-color: #c0ffc0;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 3px solid #000000;
	width: 100%;
	line-height: 110%;

}
#menuitem {
	color: #000000;
	font-size: 10pt;
	padding: 10px;
    background-color: #ffffff;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 3px solid #000000;
    border-bottom: 3px solid #000000;
	width: 100%;
	line-height: 100%;

}

#itemtitle {
	font-size: 10pt;
	padding: 5px;
    background-color: #c0c0ff;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 3px solid #000000;
    border-bottom: 0px solid #000000;

}
#item {
	color: #000000;
	font-size: 10pt;
	padding: 10px;
    background-color: #ffffff;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 3px solid #000000;
    border-bottom: 3px solid #000000;
	width: 100%;
	line-height: 110%;
}

#log {
	color: #000000;
	font-size: 10pt;
	padding: 5px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
	width: 100%;
	line-height: 110%;
	margin-bottom: 10px;
}
#comment {
	color: #000000;
	font-size: 9pt;
	padding: 5px;
    background-color: #ffffff;
    border-top: 0px dotted #000000;
    border-left: 0px dotted #000000;
    border-right: 0px dotted #000000;
    border-bottom: 0px dotted #000000;
    margin-left: 2em;
    margin-right: 2em;
	width: 100%;
}

/***** inseetpage ******/
#insertitem {
	color: #000000;
	font-size: 10pt;
	padding: 5px;
    background-color: #ffffff;	
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
	width: 100%;
	line-height: 110%;

}

/***** <DIV> ******/
.rightline {
	text-align: right;
}
.centerline {
	text-align: center;
}

/***** <SPAN> ******/
span {

}
/* wikiページ名 */
.pagename {
	font: bold;
	font-size: 12pt;
}
/* フリガナ */
.furigana {
	color: #808080;
	font-size: 8pt;
}
/* wikiURL */
.wikiurl {
	font-size: 8pt;
}
/* ヘッダー日付 */
.dateheader {
	font-size: 10pt;
	font: bold;
}
/* 文中更新日付 */
.update {
	color: #808080;
	font-size: 8pt;
}
/* 最終更新日 */
.updatetime {
	font-size: 8pt;
}
/* 最終更新ユーザー名 */
.updateuser {
	font-size: 8pt;
}
/* インデックス文字 */
.indexchar {
	font: bold;
	font-size: 12pt;
}
/* ページメニュー */
.pagemenu {
	font-size: 8pt;
}


/***** <HR> *****/
.dot {
	border-style: dotted;
	border-color:#808080;
}
.clearline {
	border-style: dotted;
	border-color:#808080;
	clear: both;
}

/* Editmenu下のバー */
.editbar {
	border-style: solid;
}
/* wiki情報上のバー */
.wikifootbar {
	border-style: dotted;
	border-color:#808080;
}

.tbar {
    font-size: 10pt;
    font: bold;
    margin-left: 0px;
    color: #000000;
    border-bottom: 1px solid #000000;
}


table {
	font-size:10pt;
}
form { /* フォーム */
    margin: 0em;
}
.section {
    margin-left: 4em;
    margin-right: 4em;
    color: #000000;
    padding: 5px;
    background-color: #eaffff;
    border-top: 2px dotted #999999;
    border-left: 2px dotted #999999;
    border-right: 2px dotted #999999;
    border-bottom: 2px dotted #999999;
}
.table {
	border-collapse: collapse;
    color: #000000;
    background-color: #ffffff;
    border-top: 2px solid #999999;
    border-left: 2px solid #999999;
    border-right: 2px solid #999999;
    border-bottom: 2px solid #999999;
}
.main {
	padding-right: 5px;
}
.top {
	border-collapse: collapse;
    padding: 3px;
    color: #000000;
    background-color: #ccccff;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.tbth {
	font: bold;
	border: 2px solid #999999;
    background-color: #e0e0ff;
}
.tbtd {
	border: 2px solid #999999;
}
/* カレンダー用 */
.caltd { /* 通常 */
    vertical-align: top;
	text-align: left;
    padding: 2px;
	width: 13%;
	height: 64px;
    background-color: #ffffff;
    border-top: 3px solid #505050;
    border-left: 1px solid #505050;
}
.caltdhead { /* 通常 */
    vertical-align: top;
	text-align: left;
    padding: 2px;
	width: 13%;
    background-color: #e0e0ff;
    border-top: 1px solid #505050;
    border-left: 1px solid #505050;
}
.caltdholiday {  /* 休日 */
    vertical-align: top;
	text-align: left;
    padding: 2px;
	width: 13%;
	height: 64px;
    background-color: #ffc0c0;
    border-top: 3px solid #505050;
    border-left: 1px solid #505050;
}
.caltdtoday {  /* 本日 */
    vertical-align: top;
	text-align: left;
    padding: 2px;
	width: 13%;
	height: 64px;
    background-color: #e0e0ff;
    border-top: 3px solid #505050;
    border-left: 1px solid #505050;
}
.caltdatherday {  /* 本日 */
    vertical-align: top;
	text-align: left;
    padding: 2px;
	width: 13%;
	height: 64px;
    background-color: #f0f0f0;
    border-top: 3px solid #505050;
    border-left: 1px solid #505050;
}

.caltitle {
	font: bold;
	font-size: 14pt;
    color: #000000;

}

.calday {
	font: bold;
	font-size: 14pt;
    color: #000000;

}
.calhead {
	font: bold;
	font-size: 10pt;
    color: #000000;

}
.calholiday {
	font: bold;
	font-size: 14pt;
    color: #ff0000;
}
.caltoday {
	font: bold;
	font-size: 14pt;
    color: #000000;

}
.calatherday {
	font-size: 9pt;
    color: #000000;

}
/* 詳細表示時の文字 */
.caldetail {
	font-size: 8pt;
    color: #0000ff;
}

.onactive {color: #ff5050; }
.deactive {color: #c0c0c0; }

h3 { /* メモ欄 */
    color: #000000;
    padding: 6px;
    margin-top: 0px;
	margin-bottom: 10px;
	font-size:10pt;
    background-color: #e0e0ff;
    border-left: 8px solid #a0a0ff;
    border-top: 1px solid #a0a0ff;
    border-right: 1px solid #a0a0ff;
    border-bottom: 1px solid #a0a0ff;
}

h4 { /* メモ欄 */
    color: #000000;
    padding: 6px;
    margin-top: 0px;
	margin-bottom: 10px;
	font-size:10pt;
    background-color: #ffffff;
    border-left: 16px solid #c0c0ff;
    border-bottom: 1px solid #c0c0ff;
}

h5 { /* メモ欄 */
    color: #000000;
    padding: 3px;
    margin-top: 0px;
	margin-bottom: 10px;
	font-size:10pt;
    background-color: #ffffff;
    border-left: 24px solid #e0e0ff;
    border-bottom: 2px solid #e0e0ff;
}

a.inner {
	text-decoration: underline;
}

a:link    {text-decoration:none; color:#0000FF; }
a:visited {text-decoration:none; color:#0000FF; }
a:active  {text-decoration:none; color:#0000FF; }
a:hover   {text-decoration:underline; color:#FF0000; }

.wikiname {
	text-decoration: underline;
}
.miniedit {
	font-size: 8pt;
}

.newwikiname {
    background-color: #ffff00;
}

-->
