/* style.css */

#searchWordMenu { width: 100%; height: 30px; margin-bottom: 15px; border-top: 1px solid #CCCCCC; background: url(../image/bg_searchwordlist.gif) left bottom no-repeat; }
#searchWordMenu li { margin: 7px 0 5px 0; padding: 0 5px; float: left; color: #999999; line-height: 1.2; border-right: 1px solid #CCCCCC; }
li#borderLeft { margin-left: 15px; border-left: 1px solid #CCCCCC; }
h2 { padding-left: 10px; line-height: 1.8; color: #000000; font-weight: bold; background-color: #ECEEFF; }
.colorBlack { color: #000000; }
.wordList { margin: -8px 0 20px 0; }
.wordList li { margin-top: 7px; padding: 0 10px 6px; font-weight: bold; background: url(../image/icon_wordlist.gif) left top no-repeat; border-bottom: 1px dotted #CCCCCC; }
#linkList { margin-bottom: 15px; }
#linkList #textLink { width: 48%; float: left; margin-top: 13px; padding-left: 6px; background: url(../image/icon_back.gif) left top no-repeat; }
#linkList #buttonLink { width: 50%; float: right; text-align: right; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* End */