/***********************************************************
 * ArrangeNote Script
 *     wikichm.css - css file for wikichm.js
 *     Copyright (C) 2004 Koichi Yamamoto
 ***********************************************************/

* {
	margin: 0;
	padding: 0;
}

/* HTML body declaration ******************************************************/
body {
	color: black;
	background-color: #fffcee;
	font-family: 'Lucida Sans Unicode', Sans-Serif;
	/* word-break は IE 専用。以下は、長すぎるリンク文字列を改行させる効果がある */
/*	word-break: break-all;*/
}
/* bodyタグ直下の全体 */
div.body	{
}
/* ヘッダ外側 */
div.header_out	{
	background-color: #654;
	color: white;
	border-width: 0em 0em .1em 0em;
	border-style: solid;
	border-color: #975;
}
/* ヘッダ内側 */
div.header_in	{
}
/* 本文外側 */
div.main_out	{
	margin: 0em 1.5em 0em 1.5em;
}
/* 本文内側 */
div.main_in	{
}
/* フッタ外側 */
div.footer_out	{
}
/* フッタ内側 */
div.footer_in	{
}
/* フッタ最下エリア情報部（footer_inのさらに内側） */
div.footer_info	{
	padding: .4em .4em .4em .4em;
}
/* anchor declaration *********************************************************/
a:link {
	color: #008;
}
a:visited {
	color: #740;
}
a:hover {
    color: #aa4020;
    background-color: #fdb;
}
a:active {
    color: #44d;
    background-color: #a8c8ff;
}

/* ヘッディング上のリンクカラー ***********************************************/
h2 a:link, p.headmenu a:link {
	color: #cef;
	text-decoration: none;
}
h2 a:visited, p.headmenu a:visited {
	color: #fec;
	text-decoration: none;
}
h2 a:hover, p.headmenu a:hover {
    color: #ddf;
    background-color: #421;
    text-decoration: underline;
}
h2 a:active, p.headmenu a:active {
    color: #fdd;
    background-color: #b52;
    text-decoration: underline;
}

/* header paragraph declaration ***********************************************/
h1 {
	padding: 0em .7em .1em .7em;
	font-size: 225%;
	font-weight: bold;
}
p.headmenu {
	padding: 0.1em 0em 0.1em 0.5em;
	margin: 0;
	letter-spacing: .05em;
	font-size: 90%;
}

/* フッタ *************************************************************/
p.footmenu {
	margin: 0em 0em 0em .5em;
	letter-spacing: .05em;
	font-size: 90%;
}
address	{
	margin: 0em .5em 0em 0em;
	line-height: 1.2em;
	font-style: normal;
	text-align: right;
	font-size: 70%;
}
p.docinfo	{
	margin: 0em .5em 0em 0em;
	padding: 0px 0px 0px 0px;
	line-height: 1.2em;
	text-align: right;
	font-size: 70%;
}
p.footlogo	{
	margin: 0em .5em 0em 0em;
	font-size: 70%;
	text-align: right;
	line-height: 1.2em;
	letter-spacing: .1em;
}

/* content paragraph declaration **********************************************/
p {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	text-indent: .75em;
	line-height: 1.6em;
}

/* >>のデフォルトタグ ********************************************************/
div.attention	{
	margin-top: .75em;
	margin-bottom: .75em;
	padding: .25em 1em .25em 1em;
	background-color: white;
	border: solid .1em #975;
}

/* {{}}のデフォルトタグ *********************************************************/
span.attention	{
}

/* 一般装飾 **************************************************************/
strong	{
	color: #333;
	font-weight: bold;
}
del	{
	text-decoration: line-through;
}

/* list declatation ***********************************************************/
ul {
	margin: .5em 0em .5em 1.5em;
}
ol {
	margin: .5em 0em .5em 2em;
}
ul ul {
	margin: .2em 0em .4em 1.25em;
}
ul ol {
	margin: .2em 0em .4em 1.25em;
}
ol ul {
	margin: .2em 0em .4em 1.25em;
}
ol ol {
	margin: .2em 0em .4em 1.25em;
}
li {
	line-height: 1.5em;
	margin: .3em 1em .3em 1em;
}

dl {
	margin: 1em 0em .7em 0em;
}
dt {
	margin: 1.5em 0em 0em 0em;
	padding: 1.5em 0em .1em 0em;
	border-top: solid .05em #cb9;
	font-weight: bold;
	color: #666;
}
dd {
	padding: .6em 0em .6em 0em;
	margin-left: 2em;
	line-height: 1.5em;
}

/* list in group declaration **************************************************/
ul.group {
	list-style-type: square;
}
ul.group li {
}

/* topic list declaration *****************************************************/
ul.topic {
	margin: 1.2em 0em 1.2em 0em;
	padding: .5em .5em .5em 2.0em;
	background-color: #f4f4f4;
	border-style: solid;
	border-width: .1em;
	border-color: #eef #bbc #bbc #eef;
}
ul.topic ul {
	margin-left: 1.5em;
	padding: 0em;
	border: none;
}
ul.topic li {
}

/* 記事最後のメニュー（終端メニューオプション設定時） */
div.lastmenu {
	margin: 2em 0em 1em 0em;
	border-right: solid .1em #775;
	border-bottom: solid .1em #775;
	border-top: solid .1em #ddc;
	border-left: solid .1em #ddc;
}
div.lastmenu ul {
	padding: 1em 1em 1em 2.5em;
	margin: 0;
}
div.lastmenu li {
	line-height: 1.2em;
}

/* preformatted text declaration **********************************************/
pre {
	margin-top: .5em;
	margin-bottom: .5em;
	padding: .5em 0em .5em .5em;
	background: white;
	border-width: .1em;
	border-style: dotted;
	border-color: #63d;
	font-size: 100%;
}

/* header(topic) declaration **************************************************/
h2 {
	margin-top: 2.25em;
	margin-bottom: .75em;
	padding: .25em 0em .1em .5em;
	font-weight: bold !important;
	font-size: 175%;
	background-color: #654;
	color: white;
	border-width: .1em 0em .1em 0em;
	border-style: solid;
	border-color: #975;
	line-height: 1.25em;
}
h3 {
	margin-top: 2em;
	margin-bottom: .5em;
	padding: .2em 0em .1em .5em;
	font-weight: bold;
	font-size: 150%;
	border-bottom: dotted .1em gray;
	color: #555;
	line-height: 1.25em;
}
/*h4	{
	margin-top: 2.5em;
	margin-bottom: .25em;
	font-weight: bold;
	font-size: 125%;
	color: #666;
}*/
h4	{
	margin-top: 2.5em;
	margin-bottom: .25em;
	padding: 0em 0em 0em .5em;
	border-left: solid 1.1em #888;
	font-weight: bold;
	font-size: 110%;
	color: #666;
	line-height: 1.25em;
}

/* horizontal rule declaration ************************************************/
hr {
}
hr.footer  {
	width: 100%;
	height: .05em;
	color: #955;
	margin: 0em 0em 0em 0em;
	clear: both;
}

/* table declaration **********************************************************/
table {
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #ecc;
	border: solid 2px #dcc;
	border-collapse: collapse;
}
th {
	padding: .3em .25em .15em .25em;
	background-color: #ffc;
	text-align: center;
	white-space: nowrap;
	border: solid 1px #dcc;
}
td {
	padding: .3em .25em .15em .25em;
	background-color: #ffe;
	border: solid 1px #dcc;
}
thead td, tfoot td	{
	text-align: center;
	font-size: 90%;
	background-color: #dcc;
	white-space: nowrap;
	border: solid 1px #dcc;
}
tbody td	{
}

/* 引用 ********************************************************************/
q	{
	font-style: italic;
	quotes: none;
}
blockquote	{
	padding: .5em 1em .5em 1em;
	background-color: #f0fff0;
	border: solid .05em #8a6;
}

/* ルビ ********************************************************************/
rt	{
	font-size: 90%;
}

/* image declaration **********************************************************/
img {
	border: solid .05em #edc;
}

