/* IE3,NN4対策 */
@import url(./basic.css);

/*----- A -----*/
a,a[name]:hover	{text-decoration:none;color:inherit;background-color: inherit;}
a:link   	{text-decoration:none;color: #0044CC;}
a:visited	{text-decoration:none;color: #6a5acd;}
a:active 	{text-decoration:none;color: #ff0000;}
a:hover	{text-decoration:underline;color:#ff6333; position: relative; top: 1px; left: 1px;}
a.abot	{display: none;}

/*----- H -----*/
h1{font-size: 150%;font-weight: bold;text-align: center;}
h2{font-size: 120%;font-weight: bold;padding-left: 10px;border-top: 0px none #808080;border-bottom: 1px solid #808080;border-left: 8px solid #808080;border-right: 0px none #808080;}
h3			{font-size: 110%;font-weight: bold;padding-left: 10px;border-top: 0px none;
			 border-left: 3px solid #808080;border-bottom: 1px solid;border-right: 0px none;}
h4			{font-size: 100%;border-top: 0px none;
			 border-left: 0px solid #808080;border-bottom: 1px solid;border-right: 0px none;}
/*----- DIV -----*/
div.margin	{margin-left:20pt;margin-right:20pt}
div.white	{border: 1px solid gray;background-color:#fdfdfd;padding: 2px;color:#666666;}
div.return_parent{position:absolute; top:5px; left:5px;font-size:small;}

/*----- DECOLATE -----*/
strong.bold_big	{font-weight: bold;font-size: 110%; }
strong.bold	{font-weight: bold;}
strong.bold_red	{font-weight: bold;}
strong.red{color:#f00000;}
hr{border-top: 0px none;border-bottom: 1px solid #662200;border-left: 0px none;border-right: 0px none}
span.additional{font-size:0.8em;color: gray;}

/*----- LI:ログ一覧 -----*/
li.a{list-style-image:url('../../img/logs/marker01.png');}
li.b{list-style-image:url('../../img/logs/marker02.png');}
li.c{list-style-image:url('../../img/logs/marker03.png');}
li.d{list-style-image:url('../../img/logs/marker04.png');}
li.e{list-style-image:url('../../img/logs/marker05.png');}
li.f{list-style-image:url('../../img/logs/marker06.png');}
li.g{list-style-image:url('../../img/logs/marker07.png');}
li.h{list-style-image:url('../../img/logs/marker08.png');}
li.i{list-style-image:url('../../img/logs/marker09.png');}
li.j{list-style-image:url('../../img/logs/marker10.png');}
li.k{list-style-image:url('../../img/logs/marker11.png');}
li.l{list-style-image:url('../../img/logs/marker12.png');}
li.m{list-style-image:url('../../img/logs/marker13.png');}

/*----- Namazu -----*/
strong.keyword{color: Red;}
p.example{text-indent: 1em;color: Navy;font-weight: bold;font-family: monospace;}
code{ color: Navy;font-family: monospace; }
code.example{color: Navy;font-weight: bold;font-family: monospace;}
code.operator{color: Navy;font-family: monospace;font-weight: bold;}
table{font-size:inherit;padding:0px;border:1px;margin:5px;}
th{text-align:center;padding:5px;margin:1px;background-color: #eeeeee;border: 1px solid gray;}
td.index{text-align:center;padding:5px;margin:1px;background-color: #f6f6f6;border: 1px solid gray;}
td.index2ch{text-align:center;padding:5px;margin:1px;background-color: #f6f6f6;border: 1px solid gray;}
strong.query{color:navy;}
div.index_title{font-weight:bold;border-bottom: 1px solid gray;}
table.index_table{margin:0.5em 0.5em 0.5em 2em;}
div.example{font: normal normal small/120% sans-serif;background-color:#f9f9f9;
	padding:0.5em;margin-bottom:0.5em;border: 1px solid gray;}

td.querry_table_td{text-align:center;padding:5px;margin:1px;background-color: #f6f6f6;border: 1px solid gray;}

/*----- ETC -----*/
IMG.rss{position:relative;top:3px;}
acronym,abbr{border-bottom: #00cc00 1px dashed; cursor: help}
pre{background-color:#f9f9f9;padding:1em;border:1px solid #808080;font: normal normal small/120% sans-serif;}

