/* ------------------------------------------------------------------------------------------------

	reset.css

------------------------------------------------------------------------------------------------ */
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%;
/*	vertical-align: baseline;	*/
/*	background: transparent;	*/
    list-style: none outside none;
}
/*
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*/
caption, th {
    text-align: left;
}
q:before, q:after {
    content: "";
}
img {
    border: 0 none;
    vertical-align: bottom;
}
a {
	color:#333333;
	text-decoration:none;
	outline: none;
}
a:hover {
	color:#999999;
	text-decoration:underline;
}
a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
body {
    color: #333333;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
    font-size: 12px;
    line-height: 1.6;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
   min-height: 1px; /*IE6、7対策*/
}

.clear {
    clear: both;
}
