@charset "UTF-8";
/**
 * ProEvo共通スタイルシート
 *
 * サイトProEvoに共通につかうスタイルシート
 *
 * @version $Revision: 83 $
 * @author  atsushifx <atsushifx@aglabo.com>
 * @create  2009-01-10

 */
body {
	color: black;
	background-color: #E0F0F0;
	border-left-color: lightgray;
	border-right-color: lightgray;
}

/* 見出し */
h1 {
	font-size: 140%;
	text-align: center;
	}
	h1 sup {
		margin-left: -2.4em;
		font-style: italic;
		color: violet;
		}


.topicpath {
	margin-top: 60px;
	}

h4 {
	margin-top: 1.4em;
	}
/* 本文 */
#articleBody {
	width: auto;
}
#articleBody p {
	margin-top: 0;
	}

.topics {
	}
	.topics th,.topics td {
		border: thin black solid;
		}
	.topicsDate {
		width: 9.4em;
		}
.borderon th,.borderon td {
	border: thin black solid;
	}

#articleBody th,#articleBody td {
	vertical-align: middle;
}
	#articleBody .none th,#articleBody .none td, {
		font-weight: normal;
		text-align: left;
	}

#articleBody img {
	margin-left: 1.6em;
}

/* ナビゲーションメニュー */
.localMenu {
	}
	.localMenu td {
		border: none;
	}
	.localMenu dfn { color: indianred; }	/* 自分の項目 */
	.localMenu li {
		line-height: 1.35em;
		}

/* キーワード */
.linux { color: magenta; }
.windows {
	color: darkcyan;
	font-family: arial;
}

small { font-size: 80%; }
pre {
	font-size: 80%;
	line-height: 1.6em;
	}

/* 履歴表示用
*/
.version {
	text-align: left;
	float: right;
	font-size: 80%;
	margin: 0 2em;
	widrh: 12em;
	line-height: 1.4em;
	clear: both;
	}
	.version li {
		list-style: none;
		}
	.version em {	/* 説明文 */
		color: violet;
		font-size: 70%;
	}


/* 定義用 */

#articleBody dt {

}

.dot dt:before { content: "・"; }

.define dt:before { content: open-quote; }
.define dt:after { content: close-quote; }
.define dt {
	quotes: " " "：";
	color: #0000dd;
}

/* 画面上の表示 */



samp {
	color: steelblue;
	quotes: "\"" "\"";
}
	samp:before { content: open-quote; }
	samp:after { content: close-quote; }

/* 設定項目 */
td dfn {
	color: darkviolet;
	quotes: "<" ">";
}
	td dfn:before { content: open-quote; }
	td dfn:after { content: close-quote; }

table.specList,table.defineTable {
	font-size: 90%;
	}
	.specList th,.specList td,.defineTable th,.defineTable td {
		border: thin black solid;
		padding: 2px 4px;
		}

/* 商品一覧 */
ul.products {

	}
	ul.products li {
		list-style: none;
		}

/* 手順表示 */

/* 引用画面
*/
ol li th,ol li td {
	border: thin black solid;
	}
/* 画面 */
ol li samp {
	color: steelblue;
	quotes: "≪" "≫";
}
	ol li samp:before { content: open-quote; }
	ol li samp:after { content: close-quote; }

/* 入力欄 */
ol li var {
	color: darkolivegreen;
	quotes: "<" ">";
}
	ol li var:before { content: open-quote; }
	ol li var:after { content: close-quote; }

/* 入力項目 */
ol li dfn {
	color: darkgreen;
	quotes: "“" "”";
}
	ol li dfn:before { content: open-quote; }
	ol li dfn:after { content: close-quote; }

/* キー入力 */
ol li kbd {
	color: #0000DD;
	quotes: "[" "]";
}
	ol li kbd:before { content: open-quote; }
	ol li kbd:after { content: close-quote; }

/* for phpinfo */
.e {background-color: #ccccff; font-weight: bold; color: #000000;}
.h {background-color: #9999cc; font-weight: bold; color: #000000;}
.v {background-color: #cccccc; color: #000000;}


/* コンソール
*/
.blockquote {
	margin-left: 10px;
	}

.blockquote,.console,.conffile {
	font-size: 80%;
	font-style: normal;
	background: snow;
	color: darkblue;
	border: thin blue solid;
	padding: 5px;
	}
		/* 画面出力 */
		.console samp {
			font-size: small;
			color: darkblue;
			quotes: none;
			}
		/* キー入力 */
			.console kbd {
			color: black;
			quotes: none;
			}
			/* 行番号 */
			pre dfn,li pre dfn {
				font-style: normal;
				color: darkgreen;
				quotes: none;
				}

sub.navi { font-size: x-small; }
em.caution { font-size: small; color: red; }
em.message { font-size: small; }
em.underline { border-bottom: 1px dashed; }
/* 注意
*/
sub.caution {
	font-size; small;
	font-style: italic;
	color: red;
}

em.password {
	color: blue;
}

/* $Id: index.css 83 2009-03-27 10:43:33Z atsushifx $
*/

