@charset "utf-8"; 

body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
    font:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
	font-size:small;
    line-height:1.4;
    color:#333333;
}


/*IE6以下用*/
body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
	_font-size:x-small;
	font-weight:normal;
}



a {
    text-decoration:none;
    color:#666699;
}
a:link {
    text-decoration:underline;
    color:#666699;
}
a:visited {
    text-decoration:none;
    color:#666699;
}
a:hover {
    text-decoration:underline;
    color:#FF9900;
}
a:active {
    text-decoration:none;
    color:#666699;
}

a img,:link img,:visited img {
    border:none;
}

/* firefoxの点線消し */
a {
    overflow:hidden; 
}

table {
    font-size:small;
    border-collapse:collapse;
    border-spacing:0;
}
ul,ol {
    list-style-type:none;
}

address {
    font-style:normal;
}

body {
scrollbar-base-color:lightgrey;
}