@charset "utf-8";

/* ----reset--*/
html {
        overflowy-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, 
textarea, p, blockquote, th,td {
        margin: 0;
        padding: 0;
}
h1, h2, h3, h4, h5, h6 {
        font-size: 100%;
        font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
        font-style: normal;
        font-weight: normal;
}
ol, ul {
        list-style: none;
}
caption, th {
        text-align: left;
}
table {
        border-collapse: collapse;
        border-apacing: 0;
}
img, fieldset {
        border: 0;
}
a {
	    text-decoration: none;
}


/*----base-----*/
body {
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	font-size: 75%;
	line-height: 150%;
	text-align: center;
	background-color: #FBFFE0;
	behavior:url("Scripts/csshover2.htc");
}
html>/**/body {  
    font-size: 12px; 

* + html body {
	    font-family: "メイリオ","Meiryo";
}

