html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
		color:#2e2e2e;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1.4;
		font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, sans-serif;
		font-size:13px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
img {
	vertical-align: bottom;
}
  
/* remember to define focus styles! */
:focus {
    outline: 0;
}
  
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
	color:#2e2e2e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/* IE8 */
html>/**/a img:hover {
	display /*\**/:inline-block\9;
	zoom /*\**/: 1\9;
}
 
/* 新旧Firefox */
a img:hover, x:-moz-any-link { background: #fff;}
a img:hover, x:-moz-any-link, x:default { background: #fff;}