/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,table,td { margin: 0px; padding: 0px; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }
a img {border-style:none; border: 0px;}
td {border: 0px;}

ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; border: 0px;}

/* TYPE */
/*
body {
	font: 12px/18px sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana;
	height: 100%;  
	overflow: auto;  
}
*/
body {
	font: 12px/1.5 Arial,Helvetica,Verdana,sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	background-color: rgb(17, 17, 17);
	letter-spacing: 0px;
}

a { color: #2277FF;}
a:link, a:visited, a:active { text-decoration: underline;}
a:hover { text-decoration: underline; color: #4499FF;}
strong, b { font-weight: bold; }

/* LAYOUT */
/*
* img, div, td {
	behavior: url("plugin/iepngfix.htc");
}
*/

