* {
  margin: 0;
  padding: 0;
  }
body {
  width: 100%;
  margin: 0;
  padding: 0;
  }
hr {
  margin: 5px 0;
}
img {
  border: 0;
}
input {
  margin: 5px 5px 5px 0;
}
ul, ol {
  list-style-position: inside;
}

#myBody {
  margin: 0;
  background-color: #FFFFFF;
}
#topMenu {
  padding: 4px;
  text-align: right;
  font-size: 80%;
  background-color: #eee;
  border-bottom: 2px solid #bbb;
  }
#topMenu a {
  color: #000;
}
#topMenu a:visited {
  color: #000;
}
#myHeader {
  display: block;
  margin-bottom: 10px;
}
#small {
  font-size: 90%;
}

/*** サイト上部 ***/
h1 {
  margin: 10px;
  text-align: left;
  font-size: 150%;
  }

/*** トップページ ***/
h2 {
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  font-size: 120%;
}
.topLevelCategory {
  background-image: url(img/folder_yellow.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}
.subCategory {
  margin-left: 0.4em;
}
.subCategory a {
  text-decoration: none;
} 
.myMenuTable {
  margin-left: 30px;
  font-size: 90%;
  /*background-color: #e0eeff; */
}
.myMenuTable td {
  padding: 0.3em;
  border-left: 1px solid #9af;
  border-bottom: 1px solid #9af;
}

#myMenu1 {
  list-style: none;
  margin-left: 6px;
  line-height: 140%;
}
#myMenu1 li a {
  margin-left: 3px;
}
#myMenu1 li{
  margin: 6px 0;
  padding: 0;
}
#myMenu2 {
  list-style: none;
  line-height: 120%;
  margin-left: 6px;
}
#myMenu2 li a {
  margin-left: 3px;
}

/*** サイト検索結果表示部分 ***/
#title-bar {
  padding-left: 0.5em;
  background-color: #e0eeff;
  border-top: 1px solid #9af;
  }


#log {
  margin-left: 30px;
  width: 70%;
}
#mid {
  margin: 5px 0 10px 0;
}
#mid a {
  background-image: url(img/folder.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}

a.regsite_title {	/* 登録サイトのタイトル */
  color:#00f;
  background-image: url(img/page_world.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
} 
a.regsite_title:visited {  color:#639;}
a.regsite_title strong {  font-size: 110%;}
.regsite_url {	/* 登録サイトのURL */
  color:#008000;
  font-size: 90%;
}
.regsite_info {	/* 登録サイトのサイト情報 */
  color:#8284cc;
  font-size: 85%;
}  
.regsite_info a {
  color:#8284cc;
}
.regsite_banner {
  float:left;
  margin: 5px 10px 5px 5px;
}
#kanri{ 	/* 管理人コメント */
  font-size: 90%;
  color:#ff9999; 
  background-image: url(img/comments.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  line-height: 16px;
} 



