*{
margin:0;
padding:0;
}

/*firefoxスクロールバー表示対策*/
html{
margin-bottom:1px;
height:100%;
overflow-y:scroll;
}

body{
font-size:13px;
line-height:160%;
text-align:center;
color:#333333;
}

img{
vertical-align:bottom;
border:none;
}

.clear_r{
clear:right;
}

.clear_l{
clear:left;
}

/*画像にアルファをかける*/
.alphaimage a:hover *{
filter: alpha(style=0; opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
