* {
	margin: 0px;
	}
	
body {
  background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;

}	

/*
p {
  margin: 1em 2cm 1em 2cm;
}	
	*/
ul {
  margin: 1em 1cm 1em 30px;
}

ol {
  margin: 0px;
}

li {
  margin: 4px 1cm 4px 4px;
}
	

#djcolor {
	color: #59946B; /* 緑系統 */ /* #8AB299; */ 
}

#djcolor2 {
	color: #002B67; /* 濃い青 *//* #8AB299; */
}


.djcolor {
	color: #59946B; /* 緑系統 */ /* #8AB299; */ 
}

.djcolor2 {
  font-family:'Times New Roman', Times, serif; font-style: italic;
	color: #002B67; /* 濃い青 *//* #8AB299; */
}


.djcolor-reverse {
	font-family:'Times New Roman', Times, serif;
	font-style: italic;
	color: #59946B; 
}

.djcolor2-reverse {
	font-family:'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #79B6FF; 
}


#search-engine-table {
  margin: 5px 20px 0px 50px;
/*  background-color: #99CCFF; */
  padding: 5px;
}

#engine-name {
  background-color: #8AD9FF;
	padding-right: 5px;
}

#search-button {
  padding: 3px 10px 3px 3px;
  text-align: center;
  background-color: #8AD9FF;
}


.engine-name {
  background-color: #8AD9FF;
	padding-right: 5px;
}

.search-button {
  padding: 3px 10px 3px 3px;
  text-align: center;
  background-color: #8AD9FF;
}


h1 {
	font-size: 24pt;
	font-weight: bold;
/*	border-width: 0px 0px 2px 10px;
	border-style: solid;
	border-color: black; */
	padding: 5px 10px 5px 10px;
	margin: 30px 10px 20px -10px;
}

.toppages {
	color: #FFFFFF;
  background-color: #00285F;
	text-align: center;
}




h2 {
  font-size: 18pt;
	font-weight: bold;
	border-width: 0px 0px 2px 10px;
	border-style: solid;
	border-color: black;
	padding: 5px 10px 5px 10px;
	margin: 30px 10px 20px -10px;
  background-color: #94FFFF;
}

h3 {
  font-size: 16pt;
	font-weight: bold;
  border-color: #59946B;
	border-width: 0px 0px 2px 10px;
	border-style: solid;
	padding-left: 10px;
	margin: 20px 20px 20px 20px;
}


A {
    text-decoration: none;
    }

A:hover {
    color: teal;
/*    text-decoration: underline; */
    background-color: #FF99FF;
  }
 A:active {
   color: teal;
   text-decoration: underline;
  }


#copyright {
/*   text-align: center; */
    margin: 5px 0px 10px 0px;
		padding: 4px 20px 0px 30px;
		border-top: 3px solid #8AD9FF;
    color: #555555;  /*  #AAA600; */
/*		background-color: #61CCCE; */
    font-size: 8pt;

}

.post-it {
  font-size: 9pt; 
	font-family: "ヒラギノ角ゴ Pro W6", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-align: left;
	background-color: #FFF997; /* #FF9A99 #FFFF99; #FFCCFF; */
  padding: 6px 4px 6px 4px;
}


.rightsideadbanner {
  text-align: center;
  margin: 0px 0px 20px 0px;


}
/* IE 6では制御できないので当面<table>を使う */
/* コメントアウト
#dictjuggler-mini
{ 
  position: absolute;

  }

#dictjuggler-icon
{
  position: absolute;
  top: 8px;
  left: 6px;
  width: 70px;
  height: 70px;
  }


#dictjuggler-engineSelection
{
  position: absolute;
  font: 12px "Lucida Grande";
  top:12px;
  left:85px;
  width:246px;
  height:30px;
  }


#dictjugglerString
{
  position: absolute;
  font: 11px "Lucida Grande";

  top: 40px;
  left: 85px;
  width: 200px; 

  apple-dashboard-region: dashboard-region(control rectangle);
  }

#dictjuggler-searchButton
{
  position: absolute;
  font: 14px "Lucida Grande";
  top: 40px;
  left: 288px;
  }

#dictjuggler-help
{
  position: absolute;
  font: 12px "Helvetica";
  font-weight: bold;
  top: 60px;
  left:330px;
  width:24px;
  height:24px;
  }

*/