@import url("common.css");

* {
margin: 0;
padding: 0;
box-sizing: border-box;
-moz-box-sizing: border-box; 
}

body {
font-size:10pt;}


a:link {text-decoration:none; color:#1e90ff; } /* 未訪問リンク */
a:visited {text-decoration:none; color:#1e90ff; } /* 訪問済みリンク */
a:hover {text-decoration:none; color:#9900ff; background-color:#fafad2;} /* マウスが乗ったとき */
a:active {text-decoration:none; color: red; } /* クリックしたとき */



li {
padding: 0.1em 0.2em 0.1em 0.5em; 
list-style-type: none;
WIDTH: 160px;
height:;
}

li a {
background: url(http://www.eclat.cc/home/tyako0712/files/micky2.gif) no-repeat left center;
padding: 24px 2px 22px 38px;
margin-top: 1px;
margin-bottom: 1px;
font-size:12pt;
}


li a:hover { 
background: url(http://www.eclat.cc/home/tyako0712/files/mini3.gif) no-repeat left center;
background-color:#f0ffff; 
}

li a:active { 
background: url(http://www.eclat.cc/home/tyako0712/files/mini3.gif) no-repeat left center;
background-color:#ffe4e1; 
}


ul a{
display:block;
width:160px;
}

ul {
margin-top:;
margin-left:3px;
font-weight: bold;
padding:0;
}