/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  text-align: center;
  font-family: &quot;ヒラギノ角ゴ Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, Osaka, &quot;ＭＳ Ｐゴシック&quot;, &quot;MS PGothic&quot;, sans-serif;
  padding: 0;
  margin: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */
#wrap {
	width:600px; 
	text-align:left; 
	margin:1em auto 0;
	margin-top: 80px;
}


/* ---------------------------------------- imgonmouse */
.imgonmouse {  
    width: 600px;  
    float: left;  
    margin: 10px;  
}  

.imgonmouse img {  
    margin-top: 10px;  
    margin-bottom: 10px;  
	margin-left: 85px;
}  

.imgonmouse ul {  
    padding: 0px;  
    margin-top: 0px;  
}  

.imgonmouse ul li img {  
    height: 40px;  
    width: 100px;  
    padding: 2px;  
    margin-right: 5px;  
    margin-left: 5px;  
    margin-bottom: 5px;  
}  

.imgonmouse ul li {  
    list-style-type: none;  
    margin: 0px;  
    padding: 0px;  
    float: left;  
} 

/* ---------------------------------------- バックグラウンドに関する指定 */
img.bg {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: 23px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}