@charset"utf-8";

/*
---------------------------------------------------------
reset.cssver1.4withjQuery[2009/04/24]
*ThisdocumentvalidatesasCSSlevel2.1
*GNUGeneralPublicLicensev3
*http://higash.net/labo/

ModifyYUIResetCSS,YUIFontsCSS
*Copyright(c)2008,Yahoo!Inc.Allrightsreserved.
*http://developer.yahoo.com/yui/license.html
---------------------------------------------------------
*/

/*--BODY--*/
body{
margin:0;
padding:0;
line-height:160%;
font-family:"メイリオ",Meiryo,Osaka,"ＭＳＰゴシック","MSPGothic",sans-serif,Verdana,Geneva,sans-serif;
}


/*forMacfirefox2*/
.macbody.firefox2{
font-size:13px;
}

/*--OTHERTAGS--*/
a{
overflow:hidden;
text-decoration:none;
}

aimg,img{
border:0;
}

img {
	vertical-align: bottom;
}

abbr,acronym{
border:0;
}

address,caption,cite,code,dfn,em,th,strong,var{
font-style:normal;
font-weight:normal;
}

blockquote,dd,div,dl,dt,
h1,h2,h3,h4,h5,h6,
li,ol,p,pre,span,th,ul,a{
margin:0;
padding:0;
}

/*forIE7*/
*+htmlcode,*+htmlkbd,*+htmlpre,*+htmlsamp,*+htmltt{
font-size:108%;
}

h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}

ol,ul{
list-style:none;
}

q:before,q:after{
content:'';
}

/*form*/
button,fieldset,form,input,label,legend,select,textarea{
margin:0;
padding:0;
vertical-align:baseline;
}

/*forIE6*/
*htmlinput,*htmltextarea{
font-family:'ＭＳＰゴシック';
}

/*forIE7*/
*+htmlinput,*+htmltextarea{
font-family:'ＭＳＰゴシック';
}

/*forIE8*/
.msie8select{
font-family:sans-serif;
}

/*forChrome1*/
.chrome1select{
font-family:'LucidaGrande',Arial,Helvetica;
}

/*tablesstillneed'cellspacing="0"'
table{
border-collapse:collapse;
border-spacing:0;
font-size:100%;
}
*/