body {
    margin: 0px 0px 0px 0px;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", serif;
}

table {
       margin: 10px 20px 20px 30px; 
        }

h1 {
     margin: 30px 20px 10px 30px;
     }

h2 {
     margin: 30px 40px 10px 20px;
     border-style: solid;
     border-width: 0px 0px 1px 15px;
     border-color: #61CCCE; /*#5BCCD0; *//*green; */ /*#74D4D5; */
     padding-left: 10px;
     }

h3 {
     margin: 30px 40px 10px 20px;
     border-style: solid;
     border-width: 0px 0px 1px 15px;
     border-color: #61CCCE; 
     padding-left: 10px;
     }

p, table {
     margin-left: 30px;
}		 
		 
ul {
    margin-right: 30px;
}
		 
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 0px 0px;
		border-top: 2px solid #5BCCD0;
		padding: 0px 20px 10px 20px;
    color: #555555;  /*  #AAA600; */
/*		background-color: #61CCCE; */
    font-size: 9pt;

}

#dictlink {
    background-color: green;
    color: white;
    }

.dictlink {
    background-color: green;
    color: white;
    }

#outputarea {
    padding-right: 30px;
}

.outputarea {
    padding-right: 30px;
}

#imiso {
    width: 200px;
}

.imiso {
    width: 200px;
}

#page-top-title {
    margin: 5px 0px 0px 0px;
		border-top: 2px solid #5BCCD0;
		border-bottom: 2px solid #5BCCD0;
		padding: 10px 20px 10px 20px;
    color: #000000;
}

#usage {  /* usage.html 以外では表示する。usageではこの定義を上書きして消す */
	text-decoration: underline;
}




/* search box and ad. */
.tamatebako-search {
    position: fixed; 
/*
  position: absolute;
*/
    top: 0px;
    right: 0px;
    width: 130px;
    margin: 0px;
    
    background-color: #74D4D5;
    padding:5px;
/*
    height: 10000px;
*/
}

.body-text {
  margin-right: 170px;
}


/* 12/18/2008  訳語辞典からもってきた */

.search-ad-box {
    /*
      position: absolute; for IE6 */
    position: fixed; 
    top: 0px;
    right: 0px;
    width: 150px;
/*    height: ; */
    /*    height: 30000px; */
    margin: 0px 0px 0px 0px;
    
    background-color: #74D4D5;
    padding: 5px 5px 2000px 10px;
}


.search-ad-box-ie6 {
    position: absolute;
/*			position: fixed; */
    top: 0px;
    right: 0px;
    width: 150px;
/*    height: ; */
    /*                        height: 30000; */
    margin: 0px 0px 0px 0px;
    
    background-color: #74D4D5;
    padding: 5px 5px 2000px 10px;
/* height: 5000px; */
}


.ad-box-under-search {
/*			position: fixed; */
/*
			position: absolute;
			top: 200px;
			right: 0px;
			width: 180px;
*/
		/*	height: ; */
                 /*                        height: 30000; */
			margin: 0px 0px 0px 0px;
			
			background-color: #74D4D5;
			padding: 5px 5px 2000px 10px;
                 /* height: 5000px; */
}

