@charset "EUC-JP";


/*==============================

defined by AOYAMA, 2003/7.
著作物ではない。

==============================*/

/*==============================

強引に訳した日本語の定義

一般:子孫に継承させるための定義;
非表示:display:none;
位置:align;
配置:margin;
余白:padding;

他は直訳（のはず）。

==============================*/

/*==============================

使用可能な色

#000000,#333333,#666666,
#999999,#cccccc,#ffffff,
#ff0000,#0000ff.
及び 00,33,66,99,cc,ff
で構成される色。

==============================*/


/*=====トップページの検索ボックス=====*/

#search_at_home {		/*===色は default.css にて定義済===*/
/*				position:absolute;
				top:1.2em;
				right:0.8em;
				right:5%;
				padding:0;*/
/*===以下はOpera 対策。<h1>mtblue.org</h1> が選択できなくなるが仕方ない。===*/
margin-top:-2.3em;
margin-right:1.4em;
text-align:right;
				}



.search_result_navi {
				text-align:center;
				margin-top:1.6em;
				}

.search_result_summary {
				text-indent:0;
				margin-top:0.4em;
				}

.search_result_uri {
				text-indent:2em;
				font-size:84%;
				color:#666666;
				margin-top:0.2em;
				}

.search_result_date {
				text-indent:1em;
				font-size:84%;
				border-bottom:1px solid #000000;
				margin-top:0.2em;
				margin-bottom:1em;
				padding-bottom:1em;
				}

.message {
				background:#000000;
				color:#ffffff;
				text-align:center;
/*				vertical-align:middle;*/
				padding:0.1em 1em 0.1em 0;
				margin:1.5em 1em -1em 1em;
				}

.message_top {
				margin:1.5em 1em -1.4em 1em;
				}

.message_bottom {
				margin:0.4em 1em -1em 1em;
				}

a.anchor_on_message:link, a.anchor_on_message:visited, a.anchor_on_message:active, a.anchor_on_message:hover {
				color:#ffffff;
				}
