@charset "utf-8";
/* CSS Document */

/* reset */
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 {
padding:0;margin:0;border:0;font-size: 100%;font-style:normal;letter-spacing:0;vertical-align: baseline;background: transparent;}
.clr:after {content:".";display:block;clear:both;height:0; visibility:hidden;}
.clr {zoom: 1;}
table {border-collapse:collapse;border-spacing:0;}
li{list-style:none;}

body {
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic";
	color: #434343;
	background-color:#fff;
	width:100%;
	height:100%;
}
a {
	text-decoration: none;
	color: #434343;
}
a:hover{
}

/* new clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}


