@charset "UTF-8";

/* 構造要素とブロックレベル要素 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* IE 7のhasLayout問題を解決 */
*:first-child+html * {
	letter-spacing: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border: 0;
	vertical-align: bottom;
}
ol, ul { list-style: none;}

input, select, textarea {
	vertical-align: middle;
}
:focus { outline: 0;} 

/*---------------------------------------------------------------------------------
* clearfix 
---------------------------------------------------------------------------------*/
.clearfix { display: inline-block; }
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   font-size:0;
   height: 0;
   visibility: hidden;
}

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */